AWS prescriptive-guidance documentation change
Summary
Updated image paths, removed bold formatting from a note, and clarified heading about SQL window functions
Security assessment
Changes involve documentation formatting and image reference updates without any security context. No security vulnerabilities, configurations, or features are mentioned or modified.
Diff
diff --git a/prescriptive-guidance/latest/spark-tuning-glue-emr/using-join-hints-in-spark-sql.md b/prescriptive-guidance/latest/spark-tuning-glue-emr/using-join-hints-in-spark-sql.md index 2da892119..eeef477af 100644 --- a//prescriptive-guidance/latest/spark-tuning-glue-emr/using-join-hints-in-spark-sql.md +++ b//prescriptive-guidance/latest/spark-tuning-glue-emr/using-join-hints-in-spark-sql.md @@ -77 +77 @@ The follow image shows a Directed Acyclic Graph (DAG) visualization of a Shuffle -**Note** : Some of the stages in this image show as _skipped_ because those steps were completed in previous stages. That data was cached or persisted for use in these stages. +Note: Some of the stages in this image show as _skipped_ because those steps were completed in previous stages. That data was cached or persisted for use in these stages. @@ -80 +80 @@ The follow image shows a Directed Acyclic Graph (DAG) visualization of a Shuffle - + @@ -110 +110 @@ Sorting is not needed with Shuffle Hash joins inside of the partitions. The foll - + @@ -128 +128 @@ Best practices -Using SQL window functions +Using SQL window functions instead of join and groupBy