Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) JobConfig
b) JobConf
c) JobConfiguration
d) All of the mentioned

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

Join The Discussion