You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Mark Kromer <en...@mynode.com> on 2009/09/21 20:08:58 UTC

JobConf in .20

I didn't see anything about this in the archive, so perhaps I'm doing 
something wrong, but I have run into a problem creating a job with the 
.20 release without using the deprecated JobConf class.

The mapreduce.JobContext class is the replacement for the deprecated 
mapred.JobContext, but it contains a reference to an instance of the 
deprecated JobConf class.  JobConf itself refers to other deprecated 
classes like mapred.OutputFormat rather than the .20 replacement 
mapreduce.OutputFormat. 

Am I missing something?  How are others getting around this?