M
M
mrgloom2015-02-24 14:38:58
Cygwin
mrgloom, 2015-02-24 14:38:58

Cygwin+Mahout problems with HADOOP_HOME?

I am using hadoop-2.6.0 and mahout-distribution-0.9 and trying to run it all under cygwin on win7 x64.
cygwin terminal:

cd C:/Users/user/Downloads/Hadoop/mahout-distribution-0.9
    export JAVA_HOME="C:/Program Files/Java/jdk1.8.0_31"
    export HADOOP_HOME="C:/Users/user/Downloads/Hadoop/hadoop-2.6.0"
    examples/bin/classify-20newsgroups.sh

I am getting an error:
Please select a number to choose the corresponding task to run
    1. cnaivebayes
    2. naivebayes
    3. sgd
    4. clean -- cleans up the work area in /tmp/mahout-work-user
    Enter your choice : 3
    ok. You chose 3 and we'll use sgd
    creating work directory at /tmp/mahout-work-user
    Training on /tmp/mahout-work-user/20news-bydate/20news-bydate-train/
    hadoop binary is not in PATH,HADOOP_HOME/bin,HADOOP_PREFIX/bin, running locally
    15/02/20 01:55:04 WARN driver.MahoutDriver: No org.apache.mahout.classifier.sgd.TrainNewsGroups.props found on classpath, will use command-line arguments only
    Exception in thread "main" java.lang.NullPointerException
            at org.apache.mahout.classifier.sgd.TrainNewsGroups.main(TrainNewsGroups.java:106)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:483)
            at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68)
            at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139)
            at org.apache.mahout.driver.MahoutDriver.main(MahoutDriver.java:195)

What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
raiboon, 2015-02-24
@raiboon

What am I doing wrong?

perverted

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question