Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-06 Thread rammohan ganapavarapu
So I rebuilt oozie with tomcat 7 in pom.xml but it was still failing as oozie source has tomcat6 config files, so I am going to update those files and see if it works. On Jun 6, 2016 1:42 PM, "Attila Sasvari" wrote: > Good job Ram! I am glad to hear you made it work. > >

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-02 Thread rammohan ganapavarapu
Peter, I am not using java-8 though, i am using java-7 hadoop 24108 1 22 17:06 pts/000:00:13 */usr/lib/jvm/java-1.7.0-* *openjdk.x86_64//bin/java* -Djava.util.logging.config.file=/uap/oozie/oozie-server/conf/logging.properties

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-02 Thread rammohan ganapavarapu
Yes, i already did that but wanted to see if oozie build has such option. Thanks, Ram On Thu, Jun 2, 2016 at 8:19 AM, Attila Sasvari wrote: > Ram, > > To my knowledge there is no such option, so after running mkdistro > download the > ZIP file to the *libext/* directory

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-01 Thread rammohan ganapavarapu
Attila, Thank you very much, seems like it is working, so if i want to include ExtJS at the time of build what should i do? do build have any option to include extjs libs as well or i have to download extjs to libext and run setup to create war? ./bin/mkdistro.sh -P uber -P hadoop-2

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-01 Thread Attila Sasvari
That is strange. Oozie webapp/pom.xml shall contain uber profile, see https://github.com/apache/oozie/blob/master/webapp/pom.xml#L263 *. My first guess that it can be a copy-paste issue (i.e. accidently copied the above as ./bin/mkdistro.sh -P*uber*,hadoop-2 -Dhadoop.version=2.7.1 -DskipTests to

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-05-31 Thread rammohan ganapavarapu
I wanted to build oozie-4.2.0 with hadoop shared libs and extJS support, so please help me. Ram On Tue, May 31, 2016 at 9:24 AM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Hi Attila, > > Thanks for your suggestion, i have tried that command but getting bellow > warning. > >

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-05-30 Thread Attila Sasvari
Hi Ram, Have you tried to use the uber mode? ./bin/mkdistro.sh -P*uber*,hadoop-2 -Dhadoop.version=2.7.1 -DskipTests It will copy the Hadoop dependencies for you. Best regards, Attila Related -

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-05-27 Thread Peter Cseh
Hi, Can you provide the output of the build and the command you've run to build oozie? Thank you Peter On Fri, May 27, 2016 at 9:35 AM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Any help?? > > On Wed, May 25, 2016 at 5:05 PM, rammohan ganapavarapu < > rammohanga...@gmail.com>

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-05-27 Thread rammohan ganapavarapu
Any help?? On Wed, May 25, 2016 at 5:05 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Hi, > > I am trying to build ozzie 2.4.0 with hadoop 2.7.1, build successful but > it doesn't have hadoop-2 under hadooplibs to create war file. can someone > help me? > > Ram >