All three constructors of org.apache.hadoop.mapreduce.Job are deprecated, is there a way to construct a Job class the non-deprecated way?
Thanks.
|
All three constructors of org.apache.hadoop.mapreduce.Job are deprecated, is there a way to construct a Job class the non-deprecated way? Thanks. |
|||||
|
|
I would ignore the deprecation warnings and stick with the 'mapred' package, not 'mapreduce'. This JIRA MAPREDUCE-1734 removed the deprecations for 0.20.3. |
|||||||||
|