Discussion Forum : Developing A Mapreduce Application
Question - __________ is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.
Options:
A .  JobConfig
B .  JobConf
C .  JobConfiguration
D .  All of the mentioned
Answer: Option B


JobConf is typically used to specify the Mapper, combiner (if any), Partitioner, Reducer, InputFormat, OutputFormat and OutputCommitter implementations.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *