Cloudera
CCA-500 · Question #14
During the execution of a MapReduce v2 (MRv2) job on YARN, where does the Mapper place the intermediate data of each Map Task?
The correct answer is E. The Mapper stores the intermediate data on the underlying filesystem of the local disk in the. https://hadoop.apache.org/docs/r2.4.1/hadoop-yarn/hadoop-yarn-common/yarn-default.xml
Resource Management
Question
During the execution of a MapReduce v2 (MRv2) job on YARN, where does the Mapper place the intermediate data of each Map Task?
Options
- AThe Mapper stores the intermediate data on the node running the Job's ApplicationMaster so that
- BThe Mapper stores the intermediate data in HDFS on the node where the Map tasks ran in the
- CThe Mapper transfers the intermediate data immediately to the reducers as it is generated by the
- DYARN holds the intermediate data in the NodeManager's memory (a container) until it is
- EThe Mapper stores the intermediate data on the underlying filesystem of the local disk in the
How the community answered
(43 responses)- A9% (4)
- B14% (6)
- C2% (1)
- D2% (1)
- E72% (31)
Explanation
https://hadoop.apache.org/docs/r2.4.1/hadoop-yarn/hadoop-yarn-common/yarn-default.xml
Topics
#intermediate data#Map task output#local filesystem#MapReduce shuffle
Community Discussion
No community discussion yet for this question.