nerdexam
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)
  • A
    9% (4)
  • B
    14% (6)
  • C
    2% (1)
  • D
    2% (1)
  • E
    72% (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.

Full CCA-500 Practice