Re: oozie installation error

2014-09-25 Thread Muthu Pandi
Hi Rahul Distro error may occur while using this command bin/mkdistro.sh -DskipTests instead of that use mvn clean package assembly:single -P hadoop-2 -DskipTests if you are building against hadoop 2 it resolved the distro error. For more info follow http://gauravkohli.com/category/oozie/;

Re: oozie installation error

2014-09-25 Thread Rahul Channe
Hi Muthu, I am trying to build oozie against hadoop 1 On Thursday, September 25, 2014, Muthu Pandi muthu1...@gmail.com wrote: Hi Rahul Distro error may occur while using this command bin/mkdistro.sh -DskipTests instead of that use mvn clean package assembly:single -P hadoop-2 -DskipTests

Re: oozie installation error

2014-09-25 Thread Muthu Pandi
replace hadoop-2 with hadoop-1 *RegardsMuthupandi.K* Think before you print. On Thu, Sep 25, 2014 at 4:48 PM, Rahul Channe drah...@googlemail.com wrote: Hi Muthu, I am trying to build oozie against hadoop 1 On Thursday, September 25, 2014, Muthu Pandi muthu1...@gmail.com wrote: Hi

Re: oozie installation error

2014-09-25 Thread Rahul Channe
Hi Muthu, I tried running the command for hadoop-1 but it failed with below error ,it seems that the hadoop-1 profile does not exists in POM.xml , can i manually add it ? [INFO] Apache Oozie Core . FAILURE [59.151s] [INFO] Apache Oozie Docs

Re: oozie installation error

2014-09-25 Thread pratik khadloya
I see that you are getting an OOM error. I had the same error when i was trying to build yesterday. I got a little further by setting MAVEN_OPTS=-Xmx512m. # The command i was using... $ MAVEN_OPTS=-Xmx512m mvn clean install -DskipTests -Phadoop-1 ~Pratik On Thu, Sep 25, 2014 at 7:14 AM, Rahul

oozie installation error

2014-09-24 Thread Rahul Channe
hi All, I am trying to install oozie and getting following error. Any input is appreciated [INFO] BUILD FAILURE [INFO] [INFO] Total time: 18.326s [INFO] Finished at: Wed Sep 24 13:45:13 EDT 2014 [INFO] Final Memory: 26M/64M