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
