In Java, the ____ class is essential for configuring and executing Hadoop jobs.

  • HadoopConfig
  • JobConf
  • MapReduce
  • TaskTracker
In Java, the JobConf class is essential for configuring and executing Hadoop jobs. It allows developers to specify job-related parameters and settings for MapReduce tasks.
Add your answer
Loading...

Leave a comment

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