What is JobConf in MapReduce?

devquora
devquora

Posted On: Mar 18, 2020

 

JonConf in the Hadoop MapReduce is the primary interface used by the user to describe a map-reduce job to the Hadoop framework for execution. The job parameters set in the JobConf cannot be altered if they are marked final by the administrators. Also, some parameters in the JobConf are easy to set while some parameters are relatively more complex for the user to control finely. You can also define other advanced facets of the job such as comparators to be used, files to be put in the DistributedCache, etc in the JobConf.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Mapreduce Interview Questions

    What is Hadoop Map Reduce?

    Map Reduce is the core of Hadoop. It is one of the programming paradigms that acknowledge into consideration enormous a..

    Mapreduce Interview Questions

    What is the need of Map Reduce?

    Map Reduce is information handling paradigms in itself. This was one of its kind information handlings and has been tra..

    Mapreduce Interview Questions

    Clarify what is shuffling in Map Reduce?

    The procedure by which the framework lays out the sort and transfers the map outputs to the reducer as sources of inform..