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.
Asked
Active
Viewed 501 times
2
-
1check java doc- https://hadoop.apache.org/docs/r2.7.3/api/org/apache/hadoop/mapred/JobConf.html – Rahul Sharma Feb 02 '17 at 21:49
1 Answers
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: