AWS emr documentation change
Summary
Updated documentation phrasing from 'see' to 'refer to' in multiple links and fixed grammatical tense in configuration override description
Security assessment
Changes are purely editorial improvements to documentation phrasing and grammar. No security-related content was added or modified beyond existing references to secrets management policies.
Diff
diff --git a/emr/latest/EMR-Serverless-UserGuide/default-configs.md b/emr/latest/EMR-Serverless-UserGuide/default-configs.md index efabe3f21..7f5d0897d 100644 --- a//emr/latest/EMR-Serverless-UserGuide/default-configs.md +++ b//emr/latest/EMR-Serverless-UserGuide/default-configs.md @@ -29 +29 @@ You can specify application-level logging and runtime configuration properties f -To specify the log configurations for jobs that you submit with the application, use the [`monitoringConfiguration`](https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_MonitoringConfiguration.html) field. For more information on logging for EMR Serverless, see [Storing logs](./logging.html). +To specify the log configurations for jobs that you submit with the application, use the [`monitoringConfiguration`](https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_MonitoringConfiguration.html) field. For more information on logging for EMR Serverless, refer to [Storing logs](./logging.html). @@ -34 +34 @@ To specify the log configurations for jobs that you submit with the application, -To specify runtime configuration properties such as `spark-defaults`, provide a configuration object in the `runtimeConfiguration` field. This affects the default configurations for all the jobs that you submit with the application. For more information, see [Hive configuration override parameter](./jobs-hive.html#hive-defaults-configurationOverrides) and [Spark configuration override parameter](./jobs-spark.html#spark-defaults-configurationOverrides). +To specify runtime configuration properties such as `spark-defaults`, provide a configuration object in the `runtimeConfiguration` field. This affects the default configurations for all the jobs that you submit with the application. For more information, refer to [Hive configuration override parameter](./jobs-hive.html#hive-defaults-configurationOverrides) and [Spark configuration override parameter](./jobs-spark.html#spark-defaults-configurationOverrides). @@ -36 +36 @@ To specify runtime configuration properties such as `spark-defaults`, provide a -Available configuration classifications vary by specific EMR Serverless release. For example, classifications for custom Log4j `spark-driver-log4j2` and `spark-executor-log4j2` are only available with releases 6.8.0 and higher. For a list of application-specific properties, see [Spark job properties](./jobs-spark.html#spark-defaults) and [Hive job properties](./jobs-hive.html#hive-defaults). +Available configuration classifications vary by specific EMR Serverless release. For example, classifications for custom Log4j `spark-driver-log4j2` and `spark-executor-log4j2` are only available with releases 6.8.0 and higher. For a list of application-specific properties, refer to [Spark job properties](./jobs-spark.html#spark-defaults) and [Hive job properties](./jobs-hive.html#hive-defaults). @@ -77 +77 @@ JSON -For more information on creating custom policies for secrets, see [Permissions policy examples for AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_examples.html) in the _AWS Secrets Manager User Guide_. +For more information on creating custom policies for secrets, refer to [Permissions policy examples for AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_examples.html) in the _AWS Secrets Manager User Guide_. @@ -142 +142 @@ The priority of configurations that you provide at [`StartJobRun`](https://docs. -For more information priority rankings, see [Hive configuration override parameter](./jobs-hive.html#hive-defaults-configurationOverrides) and [Spark configuration override parameter](./jobs-spark.html#spark-defaults-configurationOverrides). +For more information priority rankings, refer to [Hive configuration override parameter](./jobs-hive.html#hive-defaults-configurationOverrides) and [Spark configuration override parameter](./jobs-spark.html#spark-defaults-configurationOverrides). @@ -221 +221 @@ At the time of job execution, the following classifications and configurations w - * The classification `spark-defaults` will be updated with the properties specified at the job level. Only the properties included in `StartJobRun` would be considered for this classification. + * The classification `spark-defaults` will be updated with the properties specified at the job level. Only the properties included in `StartJobRun` is considered for this classification.