AWS prescriptive-guidance documentation change
Summary
Minor formatting and wording improvements: bolded 'Job parameters', clarified catalog name reference, fixed internal link, and updated Spark reference
Security assessment
Changes are editorial improvements without security implications. No security vulnerabilities, configurations, or features are mentioned.
Diff
diff --git a/prescriptive-guidance/latest/apache-iceberg-on-aws/iceberg-glue.md b/prescriptive-guidance/latest/apache-iceberg-on-aws/iceberg-glue.md index ee0587e79..ba3e3d215 100644 --- a//prescriptive-guidance/latest/apache-iceberg-on-aws/iceberg-glue.md +++ b//prescriptive-guidance/latest/apache-iceberg-on-aws/iceberg-glue.md @@ -54 +54 @@ As an example, to run AWS Glue jobs that use Iceberg version 1.9.1, follow these - 2. Set up the job parameters for your AWS Glue job as follows: + 2. Set up the **Job parameters** for your AWS Glue job as follows: @@ -80 +80 @@ Configure the Spark session with the following properties: - * `<catalog_name>` is the name of your Iceberg Spark session catalog name. Replace it with a name of your choice, and remember to change the references throughout all configurations that are associated with this catalog. In your code, you can refer to your Iceberg tables by using the fully qualified table name, including the Spark session catalog name, as follows: + * `<catalog_name>` is the name of your Iceberg Spark session catalog. Replace it with a name of your choice, and remember to change the references throughout all configurations that are associated with this catalog. In your code, you can refer to your Iceberg tables by using the fully qualified table name, including the Spark session catalog name, as follows: @@ -88 +88 @@ Alternatively, you can change the default catalog to the Iceberg catalog that yo - * To make the catalog an AWS Glue Data Catalog, set `spark.sql.catalog.<catalog_name>.type` to `glue`. This key is required to point to an implementation class for any custom catalog implementation. For catalogs supported by Iceberg, see the [General best practices](./best-practices.html) section later in this guide. + * To make the catalog an AWS Glue Data Catalog, set `spark.sql.catalog.<catalog_name>.type` to `glue`. This key is required to point to an implementation class for any custom catalog implementation. For catalogs supported by Iceberg, see the [General best practices](./best-practices-general.html) section later in this guide. @@ -137 +137 @@ Working with Iceberg in Amazon EMR -Working with Iceberg tables by using Spark +Working with Iceberg tables by using Apache Spark