0 votes
in HDFS by

Explain Jobconf in Mapreduce?

1 Answer

0 votes
by
It is a primary interface to define a map-reduce job in the Hadoop for job execution. JobConf specifies mapper, Combiner, partitioner, Reducer,InputFormat , OutputFormat implementations and other advanced job faets liek Comparators.
...