You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Alex Lee <el...@hotmail.com> on 2014/04/15 12:01:07 UTC

hadoop eclipse plugin compile path

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.