Re: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell

2010-09-20 Thread Mike Franon
y, September 16, 2010 6:33 AM > To: common-user@hadoop.apache.org > Subject: Re: Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/hadoop/fs/FsShell > > Hi Tom, > > Great that worked, using ./hadoop -fs ls, and when I did classpath it > showed

RE: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell

2010-09-16 Thread Sharma, Avani
;main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell Hi Tom, Great that worked, using ./hadoop -fs ls, and when I did classpath it showed commonjar. I had another question not sure why it keeps putting files in /tmp, when in my configs I have it set to something else. Most of the files b

Re: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell

2010-09-16 Thread Mike Franon
ode, > namenode, > > secondary, tasktracker, but I was running a test and trying to run the > > following command: ./hadoop dfs -ls, and I get the following error: > > > > DEPRECATED: Use of this script to execute hdfs command is deprecated. > > Instead use

Re: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell

2010-09-15 Thread Tom White
following error: > > DEPRECATED: Use of this script to execute hdfs command is deprecated. > Instead use the hdfs command for it. > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/hadoop/fs/FsShell > Caused by: java.lang.ClassNotF

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell

2010-09-15 Thread Mike Franon
error: DEPRECATED: Use of this script to execute hdfs command is deprecated. Instead use the hdfs command for it. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.fs.FsShell