Hi all,

Assume we want to run mahout examples like:

$HADOOP_HOME/bin/hadoop jar
$MAHOUT_HOME/core/target/mahout-core-<VERSION>-job.jar
org.apache.mahout.classifier.df.tools.Describe -p
testdata/KDDTrain+.arff -f testdata/KDDTrain+.info -d N 3 C 2 N C 4 N
C 8 N 2 C 19 N L


it works well in command line, but how to run it in eclipse?

we can run the Describe class file in eclipse, but then the hadoop
support and hdfs is lost? it can only work with local file system.


any suggestion?


thanks,

Reply via email to