__________ is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.

__________ is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.
JobConf
Excellent ! Your Answer is Correct. JobConf is typically used to specify the Mapper, combiner (if any), Partitioner, Reducer, InputFormat, OutputFormat and OutputCommitter implementations.
JobConfig
JobConfiguration
All Options are Correct

Leave a Reply

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