QuestionQ126
Data Ingestion and TransformationA data engineer needs to ingest a structured data source in .csv format into an Amazon S3 data lake. The .csv files have 15 columns. Data analysts must run Amazon Athena queries against one or two columns in the dataset. The analysts seldom query the complete file.
Which solution will satisfy these requirements in the MOST cost-effective way?
- A Use an AWS Glue PySpark job to ingest the source data into the data lake in .csv format.
- B Create an AWS Glue extract, transform, and load (ETL) job to read from the .csv structured data source. Configure the job to ingest the data into the data lake in JSON format.
- C Use an AWS Glue PySpark job to ingest the source data into the data lake in Apache Avro format.
- D Create an AWS Glue extract, transform, and load (ETL) job to read from the .csv structured data source. Configure the job to write the data into the data lake in Apache Parquet format.
Community Discussion