Anand Sathiyaseelan
Anand Sathiyaseelan

Reputation: 39

bin/hadoop version throws an error in CYGWIN [WIndows 7]

When i execute the following command:

Anands@Tx-D-AnandS /usr/local/hadoop-1.1.2

$ bin/hadoop version

I get the following error:

cygwin warning:
    MS-DOS style path detected: C:\Program_Files\Java\jre6\x0D/bin/java
    Preferred POSIX equivalent is: /cygdrive/c/Program_Files/Java/jre6\x0D/bin/java
    CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    /bin/java: No such file or directoryes\Java\jre6
    /bin/java: No such file or directoryes\Java\jre6
    /bin/java: cannot execute: No such file or directorye6

Can anyone help me with this? Any help appreciated!

Upvotes: 0

Views: 327

Answers (1)

Josh
Josh

Reputation: 1049

set the system environment variable for java

Also set export JAVA_HOME=c:/Program_Files/Java/jre6 in hadoop-evn.sh file.

Upvotes: 1

Related Questions