Trying to use the below command to generate hadoop eclipse plugin, but seem the
directory =/usr/local/hadoop-2.2.0 not correct. I just used the ambari to
installed the hadoop.
$ant jar -Dversion=2.2.0 -Declipse.home=/usr/local/eclipse
-Dhadoop.home=/usr/local/hadoop-2.2.0
error log
BUILD FAILED
/usr/local/hadoop2x-eclipse-plugin/src/contrib/eclipse-plugin/build.xml:76:
/usr/local/hadoop-2.2.0/share/hadoop/mapreduce does not exist.
May I know where is the install path for hadoop.
Any suggestion, thanks.