H13-723_V2.0 · Question #30
In FusionInsight HD, which of the following are the configuration items of Oozie's MapReduce Action? (multiple choice)
The correct answer is A. name-node C. mapred.mapper.class D. job-tracker. In Oozie's MapReduce Action, name-node (A) and job-tracker (D) are required XML elements that identify the HDFS NameNode and the YARN ResourceManager (historically the JobTracker), respectively - Oozie needs both to locate the cluster and submit the job. mapred.mapper.class (C)…
Question
In FusionInsight HD, which of the following are the configuration items of Oozie's MapReduce Action? (multiple choice)
Options
- Aname-node
- Bsource
- Cmapred.mapper.class
- Djob-tracker
How the community answered
(58 responses)- A84% (49)
- B16% (9)
Explanation
In Oozie's MapReduce Action, name-node (A) and job-tracker (D) are required XML elements that identify the HDFS NameNode and the YARN ResourceManager (historically the JobTracker), respectively - Oozie needs both to locate the cluster and submit the job. mapred.mapper.class (C) is a valid configuration property set inside the <configuration> block of the action to specify which Mapper class to run.
Option B (source) is incorrect - it is not a recognized element in the Oozie MapReduce Action schema. "Source" appears in tools like Kafka connectors or data pipeline definitions, not in Oozie workflow XML.
Memory tip: Think of the three correct answers as covering the three "W's" of running a MapReduce job - Where is the data? (name-node), Where does the job run? (job-tracker), and What does it do? (mapred.mapper.class). Anything else that sounds like a data-pipeline keyword (like source) is a red herring.
Topics
Community Discussion
No community discussion yet for this question.