2

I am new to hadoop. I don't know what jobConf class is doing inside driver class. Please explain complete statement of creating the conf object.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Afzal Ahmad
  • 79
  • 1
  • 9

1 Answers1

3

In general it's a map/reduce job configuration. Check out this link:

https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/mapred/JobConf.html

also here you can find intresting facts:

what is the basic difference between jobconf and job?

Community
  • 1
  • 1
szania04
  • 111
  • 4