Anand Murali created HADOOP-10217: ------------------------------------- Summary: Unable to run 'hadoop' commands, after installing on Cygwin Key: HADOOP-10217 URL: https://issues.apache.org/jira/browse/HADOOP-10217 Project: Hadoop Common Issue Type: Bug Components: conf Affects Versions: 2.2.0 Environment: Installed on Cygwin (latest version) running Window XP. Set Java 1.7.0_45 path (JDK) to /cygdrive/e/JDK. Installed ssh (on /cygdrive/e/Openssh-6.4p1), created all keys and stored on /home/admin.Installed hadoop-2.2.0 on /cygdrive/e/hadoop-2.2.0 Reporter: Anand Murali
Did following 1. export JAVA_HOME=/cygdrive/e/JDK 2. export HADOOP_INSTALL=/cygdrive/e/hadoop-2.2.0 3. export PATH=:$PATH:$HADOOP_INSTALL/bin:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/etc:$HADOOP_INSTALL/share:$HADOOP_INSTALL/lib:$HADOOP_INSTALL/libexec $hadoop version Error: Could not find or load main class org.apache.hadoop.util.VersionInfo. Cannot run anymore commands. I am unable to detect what path problems is causing this error -- This message was sent by Atlassian JIRA (v6.1.5#6160)