what job does the conf class do?



what job does the conf class do?..

Answer / Durgesh Kumar Upadhyay

"The conf class in Hadoop is a configuration object that manages all configuration properties required for MapReduce jobs. It provides methods to set and retrieve property values, as well as access built-in configuration properties."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

what is NameNode in Hadoop?

1 Answers  


What are the the issues associated with the map and reduce slots based mechanism in mapReduce?

1 Answers  


How much space will the split occupy in Mapreduce?

1 Answers  


Why Mapper runs in heavy weight process and not in a thread in MapReduce?

1 Answers  


How to handle record boundaries in Text files or Sequence files in MapReduce InputSplits?

1 Answers  


Which among the two is preferable for the project- Hadoop MapReduce or Apache Spark?

1 Answers  


Explain about the partitioning, shuffle and sort phase

1 Answers  


What are combiners? When should I use a combiner in my MapReduce Job?

1 Answers  


What is the input type/format in MapReduce by default?

1 Answers  


What is Counter in MapReduce?

1 Answers  


What are the main configuration parameters in a MapReduce program?

1 Answers  


What is Shuffling and Sorting in a MapReduce?

1 Answers  


Categories