Error: Could not find or load main class weka.Run

1k views Asked by At

I am trying to save some data in CSV format in HDFS. I run the following command in the terminal in ubuntu 11.10:

java weka.Run .HDFSSaver -i ~/weka-3-7-12/data/iris.arff -dest /user/ubuntu/iris.csv -saver "weka.core.converters.CSVSaver -N"

and I get the following error:

Error: Could not find or load main class weka.Run.

Can anyone help me with this? I am not sure where I have gone wrong. I am using weka-3-7-12 and Hadoop 2.6.0.

0

There are 0 answers