Hi, After porting my code from Hadoop 0.17 to 0.20, I am starting to have problems setting my jar file. I used to be able to set jar file by using JobConf.setJar(). But now I am using Job.setJarByClass(). It looks to me that this method is not working. I kept getting ClassNotFoundException when submitting my job. I also added Job.getJar() after Job.setJarByClass, but it did return null somehow. By the way, I am using CloudEra's distribution of hadoop-0.20.1+133.
Anyone has the same problem?
