I try to build the oozie from the sources but failed to install. I want to install oozie and eagerly waiting to work with that .I am failing at this stage : when I given the cmd from oozie -3.3.3 directory:
bin/mkdistro.sh -DskipTests
I got this error:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:55 min
[INFO] Finished at: 2015-07-05T14:05:27+05:30
[INFO] Final Memory: 39M/372M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oozie-sharelib-hive: Could not resolve dependencies for project org.apache.oozie:oozie-sharelib-hive:jar:3.3.2:
Failed to collect dependencies at org.apache.hive:hive-builtins:jar:0.13.1:
Failed to read artifact descriptor for org.apache.hive:hive-builtins:jar:0.13.1:
Could not transfer artifact org.apache.hive:hive-builtins:pom:0.13.1 from/to Codehaus repository (http://repository.codehaus.org/):
Failed to transfer file: http://repository.codehaus.org/org/apache/hive/hive-builtins/0.13.1/hive-builtins-0.13.1.pom. Return code is: 410 , ReasonPhrase:Gone.
FYI: In my system I have a working Environment of Hadoop 1.0.4 and the other tools:
- sqoop-1.4.6,
- apache-maven-3.3.3,
- pig-0.13.0,
- Hive-0.13.1,
- hbase-0.98.4 and
- Java - jdk1.7.0_45.
What am I missing or is misconfigured causing the build failure? Am I better served with a pre-build version for oozie?