Yes I did build all of mahout. But fortunately the issue has been resolved. I just unset the environment variable MAHOUT_LOCAL and it worked.
thanks. -----Original Message----- From: Isabel Drost [mailto:[email protected]] Sent: Thursday, December 01, 2011 2:20 AM To: [email protected] Subject: Re: Clustering - Sequence File from Directory On 30.11.2011 Faizan(Aroha) wrote: > Would anyone please give any hint? > > On Running the following command: > > bin/mahout seqdirectory -c UTF-8 > > -i examples/reuters-extracted/ -o reuters-seqfiles > > I'm getting the following error: > > > > MAHOUT_LOCAL is set, so we don't add HADOOP_CONF_DIR to classpath. > MAHOUT_LOCAL is set, running locally That means the job will run locally only, don't expect any jobs to appear in your Hadoop jobtracker. > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/hadoop/util/ProgramDriver > at org.apache.mahout.driver.MahoutDriver.main(MahoutDriver.java:96) > Caused by: java.lang.ClassNotFoundException: > org.apache.hadoop.util.ProgramDriver Did you build all of mahout before running the command line tool? Isabel
