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


when execute following command:

anands@tx-d-anands /usr/local/hadoop-1.1.2

$ bin/hadoop version

i 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 warning.     consult user's guide more details 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 me this? appreciated!

set system environment variable java

also set export java_home=c:/program_files/java/jre6 in hadoop-evn.sh file.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -