🔥 3-day streak
AWS Certified Data Engineer - Associate42 / 159
Question 42 of 159
A data engineering team runs an AWS Glue Spark ETL job that reads clickstream events and writes the results to Amazon S3 in Parquet format. Downstream Athena queries filter heavily by event_date and country. Currently the job writes all output into a single S3 prefix, causing Athena to scan the entire dataset on every query. The team wants the Glue job itself to physically organize the output so that Athena can prune data by these two columns without a separate reprocessing step. What is the MOST appropriate way to configure the Glue write operation?
Reviewed for accuracy · Report an issueNext question