The below is pretty basic error. Reference the jar that is actually present on your cluster. St.Ack
On Wed, Mar 16, 2011 at 3:50 PM, Venkatesh <[email protected]> wrote: > yeah..i was aware of that..I removed that & tried with hadoop-0.20.2-core.jar > as I was n't ready to upgrade hadoop.. > > I tried this time with the *append*.jar ..now it's complaining FileNotFound > for append > > > > > > > File > /data/servers/datastore/mapred/mapred/system/job_201103161750_0030/libjars/hadoop-core-0.20-append-r1056497.jar > does not exist. > at > org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:361) > at > org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:245) > at > org.apache.hadoop.filecache.DistributedCache.getTimestamp(DistributedCache.java:509) > at > org.apache.hadoop.mapred.JobClient.configureCommandLineOptions(JobClient.java:633) > at > org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:761) > at org.apache.hadoop.mapreduce.Job.submit(Job.java:432) > at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:448) > > > > > -----Original Message----- > From: Harsh J <[email protected]> > To: [email protected] > Sent: Wed, Mar 16, 2011 5:32 pm > Subject: Re: java.io.FileNotFoundException: > > > 0.90.1 ships with a hadoop-0.20-append jar (not vanilla hadoop > > 0.20.2). Look up its name in the lib/ directory of the distribution > > (comes with a rev #) :) > > > > On Thu, Mar 17, 2011 at 2:33 AM, Venkatesh <[email protected]> wrote: > >> Thanks St.Ack..I'm blind..Got past that.. > >> Now I get for hadoop-0.20.2-core.jar > >> > >> I've removed *append*.jar all over the place & replace with > > hadoop-0.20.2-core.jar > >> 0.90.1 will work with hadoop-0.20.2-core right? Regular gets/puts work..but > > not the mapreduce job > >> > >> java.io.FileNotFoundException: File >> /data/servers/datastore/mapred/mapred/system/job_201103161652_0004/libjars/hadoop-0.20.2-core.jar > > does not exist. > >> at >> org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:361) > >> at >> org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:245) > >> at >> org.apache.hadoop.filecache.DistributedCache.getTimestamp(DistributedCache.java:509) > >> at >> org.apache.hadoop.mapred.JobClient.configureCommandLineOptions(JobClient.java:633) > >> at >> org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:761) > >> at org.apache.hadoop.mapreduce.Job.submit(Job.java:432) > >> at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:447) > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> -----Original Message----- > >> From: Stack <[email protected]> > >> To: [email protected] > >> Sent: Wed, Mar 16, 2011 1:39 pm > >> Subject: Re: java.io.FileNotFoundException: > >> > >> > >> 0.90.1 ships with zookeeper-3.3.2, not with 3.2.2. > >> > >> St.Ack > >> > >> > >> > >> On Wed, Mar 16, 2011 at 8:05 AM, Venkatesh <[email protected]> wrote: > >> > >>> > >> > >>> Does anyone how to get around this? Trying to run a mapreduce job in a > >> > >> cluster..The one change was hbase upgraded to 0.90.1 (from 0.20.6)..No code > >> > >> change > >> > >>> > >> > >>> > >> > >>> java.io.FileNotFoundException: File >>> /data/servers/datastore/mapred/mapred/system/job_201103151601_0363/libjars/zookeeper-3.2.2.jar > >> > >> does not exist. > >> > >>> at >>> org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:361) > >> > >>> at >>> org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:245) > >> > >>> at >>> org.apache.hadoop.filecache.DistributedCache.getTimestamp(DistributedCache.java:509) > >> > >>> at >>> org.apache.hadoop.mapred.JobClient.configureCommandLineOptions(JobClient.java:629) > >> > >>> at >>> org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:761) > >> > >>> at org.apache.hadoop.mapreduce.Job.submit(Job.java:432) > >> > >>> at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:447) > >> > >>> at >>> com.aol.mail.antispam.Profiler.UserProfileJob.run(UserProfileJob.java:1916) > >> > >>> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java > >> > >>> > >> > >>> > >> > >>> > >> > >> > >> > >> > > > > > > > > -- > > Harsh J > > http://harshj.com > > > >
