azkaban-plugins
azkaban-plugins copied to clipboard
BUILD FAILED: Cannot run program "make" in directory "/home/ubuntu/azkaban-plugins-2.6.4/plugins/javaviewer/src/tl"
I was trying to checkout azkaban-plugins and compile it with ant. I got the following output. Could someone help me to figure out what's going on.
BUILD FAILED
/home/ubuntu/azkaban-plugins-2.6.4/build.xml:90: The following error occurred while executing this line:
/home/ubuntu/azkaban-plugins-2.6.4/plugins/javaviewer/build.xml:56: Execute failed: java.io.IOException: Cannot run program "make" (in directory "/home/ubuntu/azkaban-plugins-2.6.4/plugins/javaviewer/src/tl"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at java.lang.Runtime.exec(Runtime.java:617)
I hit the same issue. Read the INSTALL document in the root directory on steps on how to build the plugings package. You need to run 'ant' under ..\plugins\hadoopsecuritymanager
and then run 'ant package' under ..\plugins\jobtype
I did hit an error where the build no of hadoop security manager is 2.6.3 while jobtype expected 2.6.4. I had to update the build version in the build.properties file in hadoopsecurity manager folder.
hope this helps