Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "DevelopingOnTrunkAfter279Merge" page has been changed by 
VinodKumarVavilapalli:
http://wiki.apache.org/hadoop/DevelopingOnTrunkAfter279Merge?action=diff&rev1=4&rev2=5

Comment:
FAQ about protoc

  project hadoop-yarn-server-nodemanager: autoreconf command returned an exit
  value != 0. Aborting build; see debug output for more information. -> [Help
  1]"
+ 
  This means that you don't have the autotool chain necessary for building the 
native code. You will need to build the native code to build 
LinuxContainerExecutor needed for running the cluster with security enabled.
  
  If you are not interested in running it with security enabled, you can skip 
building the native code by passing "-P-cbuild".
  
+ 2) Build fails with "[ERROR] Failed to execute goal
+ org.codehaus.mojo:exec-maven-plugin:1.2:exec (generate-sources) on
+ project hadoop-yarn-api: Command execution failed. Process exited with
+ an error: 1(Exit value: 1) -> [Help 1]"
+ 
+ This means that you don't have protoc installed on your machine. Installing 
protoc (and adding a non-standard installation directory to your 
LD_LIBRARY_PATH) should get it working.
+ 
  Hope that helps. If you run into issues, please send an email or create a 
JIRA issue.
  

Reply via email to