Hi, I'm a student at Rutgers University. I was trying to run the data analytics benchmark of cloudsuite and I received the following error. I looked at the archives of mailing list for this error and I still wasn't able to fix the error yet.
$:~ $MAHOUT_HOME/bin/mahout wikipediaXMLSplitter -d $MAHOUT_HOME/examples/temp/enwiki-20100904-pages-articles1.xml -o wikipedia-training/chunks -c 64 MAHOUT_LOCAL is not set; adding HADOOP_CONF_DIR to classpath. Running on hadoop, using HADOOP_HOME=/home/mandanna/cloudsuite/data_analytics/hadoop-0.22.0 No HADOOP_CONF_DIR set, using /home/mandanna/cloudsuite/data_analytics/hadoop-0.22.0/conf MAHOUT-JOB: /home/mandanna/cloudsuite/data_analytics/mahout-distribution-0.6/examples/target/mahout-examples-0.6-job.jar 13/01/18 20:49:34 WARN driver.MahoutDriver: No wikipediaXMLSplitter.props found on classpath, will use command-line arguments only Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.util.ProgramDriver.driver([Ljava/lang/String;)V at org.apache.mahout.driver.MahoutDriver.main(MahoutDriver.java:188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:192) mandanna@crypt00:~$ echo $MAHOUT_HOME /home/mandanna/cloudsuite/data_analytics/mahout-distribution-0.6 /cloudsuite/data_analytics/mahout-distribution-0.6/examples$ cd target/ mandanna@crypt00:~/cloudsuite/data_analytics/mahout-distribution-0.6/examples/target$ ls archive-tmp dependency mahout-examples-0.6.jar mahout-examples-0.6-sources.jar test-classes classes generated-sources mahout-examples-0.6-job.jar maven-archiver I did however find the jar files in the target directory. Can anyone help me out with this error? Regards, Mandanna.
