Page 1 of 1

Amazon Elastic MapReduce (EMR) is used by an organization to perform a sequence of extract-transform-load (ETL) stages.

Posted: Thu Jul 21, 2022 10:00 pm
by answerhappygod
Amazon Elastic MapReduce (EMR) is used by an organization to perform a sequence of extract-transform-load (ETL) stages. Each step's output must be completely processed in future stages or it will be discarded.

Which of the following methods will most effectively fulfill this requirement?

A. Use the EMR File System (EMRFS) to store the outputs from each step as objects in Amazon Simple Storage Service (S3).
B. Use the s3n URI to store the data to be processed as objects in Amazon S3.
C. Define the ETL steps as separate AWS Data Pipeline activities.
D. Load the data to be processed into HDFS, and then write the final output to Amazon S3.