Apply this patch with cmd 'patch -p0 < <patch file>' and build with arguments '-Dpig.version=0.12.1 -Dsqoop.version=1.4.4'. I have changed the hbase version to 0.94.1 as 0.98.3 is not available in any mvn repo. Feel free to change it to the required hbase version
On Fri, Aug 1, 2014 at 10:38 PM, hima bindu <[email protected]> wrote: > Hello All, > > Thanks for all your replies on this issue. > > Finally I have downloaded version from apache mirrors and haven't made any > changes in pom.xml files then executed following command. > > ./bin/mkdistro.sh -DskipTests -DjavaVersion=1.6 > Oozie_Log.txt > > Attached is log and buidl was successful but it was build against default > versions. Please guide me what are the changes that needs to made to build > oozie against following versions of hadoop family. > > hadoop 1.2.1 > hbase 0.98.3 > pig 0.12.1 > sqoop 1.4.4 > hive 0.13.1 > derby 10.10.2.0 > zookeeper 3.4.6 > > Your help is highly appreciated and let me know if you want me send a copy > of any files from my system limited to this configuration. > > Thanks > Bindu > > > On Fri, Aug 1, 2014 at 8:32 AM, hima bindu <[email protected]> > wrote: > >> Hi Swetha, >> >> hbaselibs/hbase-0.94/pom.xml: is referring to version 0.94.2 >> >> Do you want me to change it 0.98.3? >> >> Thanks >> Bindu >> >> >> On Fri, Aug 1, 2014 at 12:31 AM, Shwetha GS <[email protected]> >> wrote: >> >>> If the hbase client is compatible, you can build with oozie with default >>> hbase version and it should work. >>> >>> Else, you will have to build oozie with specific hbase version. >>> Unfortunately, this is not easily configurable in oozie currently(tracked >>> in OOZIE-1876). The way you can do it for now is by updating hbase >>> version >>> in hbaselibs/hbase-0.94/pom.xml: >>> <dependency> >>> <groupId>org.apache.hbase</groupId> >>> <artifactId>hbase</artifactId> >>> <version>0.94.2</version> >>> >>> Just change this version and don't modify others >>> >>> >>> >>> On Fri, Aug 1, 2014 at 12:53 PM, hima bindu <[email protected]> >>> wrote: >>> >>> > Hi Sreepathi, >>> > >>> > Thank you for your fast reply. Please confirm me on following. >>> > >>> > I am planing to use initial pom.xml file without making any changes >>> with >>> > respect to versions and original pom.xml file is referring to hbase >>> 0.94.2 >>> > but my actual hbase version is 0.98.3..Is it possible to build oozie >>> with >>> > out making any change in pom.xml >>> > >>> > Thanks >>> > Bindu >>> > >>> > >>> > On Fri, Aug 1, 2014 at 12:09 AM, Sreepathi < >>> [email protected]> >>> > wrote: >>> > >>> > > Hi Hima, >>> > > >>> > > HBase project was split into multiple modules after 0.94 version i >>> > believe. >>> > > You can no longer have something like this, >>> > > >>> > > <dependency> >>> > > <groupId>org.apache.hbase</groupId> >>> > > <artifactId>hbase</artifactId> >>> > > <version>0.98.3</version> >>> > > </dependency> >>> > > >>> > > Instead, you should use different submodules like, hbase-client, >>> > > hbase-server, hbase-common, hbase-protocol, etc., Please refer to >>> HBase >>> > > site for more details. >>> > > >>> > > >>> > > On Fri, Aug 1, 2014 at 12:07 AM, hima bindu < >>> [email protected]> >>> > > wrote: >>> > > >>> > > > Hi Shwetha, >>> > > > >>> > > > Yes I have modified pom.xml file located in oozie main folder with >>> my >>> > > hbase >>> > > > version as by default it was referring to 0.94.2. >>> > > > If it's not recommended to modify pom.xml then how do we build >>> > > distribution >>> > > > with the latest installed versions. >>> > > > >>> > > > FYI, I have modified all versions including haddop,pig,sqoop as >>> well in >>> > > > pom.xml located in oozie main. >>> > > > >>> > > > Thanks >>> > > > Bindu >>> > > > >>> > > > >>> > > > On Thu, Jul 31, 2014 at 11:55 PM, Shwetha GS < >>> [email protected]> >>> > > > wrote: >>> > > > >>> > > > > oozie 4.0.1 uses hbase version 0.94.2 which is already build. >>> Have >>> > you >>> > > > > changed this version to 0.98.3? >>> > > > > >>> > > > > >>> > > > > On Fri, Aug 1, 2014 at 12:13 PM, hima bindu < >>> > [email protected]> >>> > > > > wrote: >>> > > > > >>> > > > > > Thanks Team for your replies. >>> > > > > > >>> > > > > > I have reverted my java version to open jdk 6 and ran >>> distribution. >>> > > > > Please >>> > > > > > refer to attached log file and this time error encountered at >>> oozie >>> > > > core. >>> > > > > > Kindly review and provide solution. >>> > > > > > >>> > > > > > mkdistro.sh -DskipTests -DjavaVersion=1.6 >> Oozie_LOG.txt >>> > > > > > >>> > > > > > Thanks >>> > > > > > Bindu >>> > > > > > >>> > > > > > >>> > > > > > On Wed, Jul 30, 2014 at 2:32 PM, hima bindu < >>> > > [email protected]> >>> > > > > > wrote: >>> > > > > > >>> > > > > >> Dear Team, >>> > > > > >> >>> > > > > >> I have looked into several portals for instructions to build >>> oozie >>> > > but >>> > > > > >> ended up with following error. Please refer following steps >>> that >>> > > > > followed >>> > > > > >> by me after downloading ozzie 4.0.1 software from apace >>> mirrors. >>> > > > > >> >>> > > > > >> Step 1 : Downloaded oozie-4.0.1 version from apache mirrors >>> > > > > >> Step 2 : Extracted to work folder >>> > > > > >> Step 3 : cd to extracted folder >>> > > > > >> Step 4 : Installed sudo apt-get install maven >>> > > > > >> Step 5 : Executed bin/mkdistro.sh -DskipTests >>> > > > > >> >>> > > > > >> mvn version showed latest version of maven. >>> > > > > >> >>> > > > > >> hadoop 1.2.1 >>> > > > > >> Ubuntu 12.04 >>> > > > > >> Java 1.8 >>> > > > > >> >>> > > > > >> Please let me know if I have missed anything before running >>> > > > distribution >>> > > > > >> and attached file has full list of errors. >>> > > > > >> >>> > > > > >> -- >>> > > > > >> >>> > > > > >> *Warm RegardsB.Hima Bindu* >>> > > > > >> >>> > > > > > >>> > > > > > >>> > > > > > >>> > > > > > -- >>> > > > > > >>> > > > > > *Warm RegardsB.Hima Bindu* >>> > > > > > >>> > > > > >>> > > > > -- >>> > > > > _____________________________________________________________ >>> > > > > The information contained in this communication is intended >>> solely >>> > for >>> > > > the >>> > > > > use of the individual or entity to whom it is addressed and >>> others >>> > > > > authorized to receive it. It may contain confidential or legally >>> > > > privileged >>> > > > > information. If you are not the intended recipient you are hereby >>> > > > notified >>> > > > > that any disclosure, copying, distribution or taking any action >>> in >>> > > > reliance >>> > > > > on the contents of this information is strictly prohibited and >>> may be >>> > > > > unlawful. If you have received this communication in error, >>> please >>> > > notify >>> > > > > us immediately by responding to this email and then delete it >>> from >>> > your >>> > > > > system. The firm is neither liable for the proper and complete >>> > > > transmission >>> > > > > of the information contained in this communication nor for any >>> delay >>> > in >>> > > > its >>> > > > > receipt. >>> > > > > >>> > > > >>> > > > >>> > > > >>> > > > -- >>> > > > >>> > > > *Warm RegardsB.Hima Bindu* >>> > > > >>> > > >>> > > >>> > > >>> > > -- >>> > > *Regards,* >>> > > --- *Sreepathi * >>> > > >>> > >>> > >>> > >>> > -- >>> > >>> > *Warm RegardsB.Hima Bindu* >>> > >>> >>> -- >>> _____________________________________________________________ >>> The information contained in this communication is intended solely for >>> the >>> use of the individual or entity to whom it is addressed and others >>> authorized to receive it. It may contain confidential or legally >>> privileged >>> information. If you are not the intended recipient you are hereby >>> notified >>> that any disclosure, copying, distribution or taking any action in >>> reliance >>> on the contents of this information is strictly prohibited and may be >>> unlawful. If you have received this communication in error, please notify >>> us immediately by responding to this email and then delete it from your >>> system. The firm is neither liable for the proper and complete >>> transmission >>> of the information contained in this communication nor for any delay in >>> its >>> receipt. >>> >> >> >> >> -- >> >> *Warm RegardsB.Hima Bindu* >> > > > > -- > > *Warm RegardsB.Hima Bindu* > -- _____________________________________________________________ The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. The firm is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.
