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 *
