AWS emr documentation change
Summary
Updated Flink documentation URLs from old ci.apache.org links to current nightlies.apache.org links for YARN setup documentation
Security assessment
This change updates external documentation links to point to current Flink documentation. While maintaining current links is important, this change doesn't directly address security issues or add security documentation.
Diff
diff --git a/emr/latest/ReleaseGuide/flink-jobs.md b/emr/latest/ReleaseGuide/flink-jobs.md index e66f53dff..1f19fc43e 100644 --- a//emr/latest/ReleaseGuide/flink-jobs.md +++ b//emr/latest/ReleaseGuide/flink-jobs.md @@ -40 +40 @@ Parameter | Description -**Arguments** | The `flink-yarn-session` command with arguments appropriate for your application. For example, `flink-yarn-session -d` starts a Flink session within your YARN cluster in a detached state (`-d`). See [YARN setup](https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/yarn_setup.html#flink-yarn-session) in the latest Flink documentation for argument details. +**Arguments** | The `flink-yarn-session` command with arguments appropriate for your application. For example, `flink-yarn-session -d` starts a Flink session within your YARN cluster in a detached state (`-d`). See [YARN setup](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/resource-providers/yarn/) in the latest Flink documentation for argument details. @@ -47 +47 @@ Parameter | Description - * Use the `add-steps` command to add a Flink job to a long-running cluster. The following example command specifies `Args="flink-yarn-session", "-d"` to start a Flink session within your YARN cluster in a detached state (`-d`). See [YARN setup](https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/yarn_setup.html#flink-yarn-session) in the latest Flink documentation for argument details. + * Use the `add-steps` command to add a Flink job to a long-running cluster. The following example command specifies `Args="flink-yarn-session", "-d"` to start a Flink session within your YARN cluster in a detached state (`-d`). See [YARN setup](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/resource-providers/yarn/) in the latest Flink documentation for argument details.