In 0.21, JobClient methods are available in org.apache.hadoop.mapreduce.Job and org.apache.hadoop.mapreduce.Cluster classes.
On 9/22/10 3:07 PM, "Martin Becker" <[email protected]> wrote: Hello, I am using the Hadoop MapReduce version 0.20.2 and soon 0.21. I wanted to use the JobClient class to circumvent the use of the command line interface. I am noticed that JobClient still uses the deprecated JobConf class for jib submissions. Are there any alternatives to JobClient not using the deprecated JobConf class? Thanks in advance, Martin
