i used the same build command mvn clean install assembly:single -Dhadoop.profile=2.0 -DskipTests
but it is giving 1. [mkdir] Created dir: /var/lib/hadoop-hdfs/hbase-0.94.18/target/nativelib 2. [exec] tar: hadoop-snappy-nativelibs.tar: Cannot open: No such file or directory 3. [exec] tar: Error is not recoverable: exiting now 4. [exec] Result: 2 On Thu, May 1, 2014 at 9:36 PM, Ted Yu <[email protected]> wrote: > Since the profile is hadoop-2.0, you should be using the following on the > command line (see http://hbase.apache.org/book.html#d248e523): > > -Dhadoop.profile=2.0 > > > > On Thu, May 1, 2014 at 9:02 AM, yeshwanth kumar <[email protected] > >wrote: > > > hi ted, > > > > here are the changes <http://pastebin.com/CJp2Z9iX>i made to hbase pom > > > > while building it is giving hadoop-snappy native jar cannot get from > > repository, > > i am trying to build the hadoop-snappy jar > > > > > > On Thu, May 1, 2014 at 7:06 PM, Ted Yu <[email protected]> wrote: > > > > > Can you pastebin the changes you made to hbase ? > > > > > > Thanks > > > > > > On May 1, 2014, at 3:55 AM, yeshwanth kumar <[email protected]> > > wrote: > > > > > > > hi ted, > > > > i am trying to build hbase 0.94.18 > > > > i followed the procedure i edited the pom.xml with changing protobuf > > > > version to 2.5.0 and hadoop version to 2.2.0 > > > > but i cannot the build the hbase. > > > > > > > > here's the complete log <http://pastebin.com/7bQ5TBZe> > > > > > > > > > > > > thanks, > > > > yeshwanth > > > > > > > > > > > > On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar < > > [email protected] > > > >wrote: > > > > > > > >> thanks for the info ted. > > > >> > > > >> > > > >> On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <[email protected]> > wrote: > > > >> > > > >>> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2 > > > >>> cluster. > > > >>> > > > >>> See HBASE-11076 > > > >>> > > > >>> Cheers > > > >>> > > > >>> > > > >>> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar < > > > [email protected] > > > >>>> wrote: > > > >>> > > > >>>> hi, > > > >>>> > > > >>>> > > > >>>> is hbase 0.94.x versions compatible with hadoop 2.2 > > > >>>> i checked the apache hbase website there it mentioned as NT(not > > > tested) > > > >>>> > > > >>>> > > > >>>> thanks, > > > >>>> yeshwanth. > > > >> > > > >> > > > > > >
