Re: Running hbase 0.94 version on hadoop 2.2

2014-05-01 Thread yeshwanth kumar
thanks ted, lukas that thread worked. On Thu, May 1, 2014 at 9:47 PM, Lukáš Drbal wrote: > Hi yeshwanth, > > take a look on my thread from this week - > > http://apache-hbase.679495.n3.nabble.com/HBase-0-94-on-hadoop-2-2-0-2-4-0-td4058517.html > > > L. > > > 2014-05-01 12:55 GMT+02:00 yeshwant

Re: Running hbase 0.94 version on hadoop 2.2

2014-05-01 Thread Lukáš Drbal
Hi yeshwanth, take a look on my thread from this week - http://apache-hbase.679495.n3.nabble.com/HBase-0-94-on-hadoop-2-2-0-2-4-0-td4058517.html L. 2014-05-01 12:55 GMT+02:00 yeshwanth kumar : > hi ted, > i am trying to build hbase 0.94.18 > i followed the procedure i edited the pom.xml with

Re: Running hbase 0.94 version on hadoop 2.2

2014-05-01 Thread yeshwanth kumar
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.

Re: Running hbase 0.94 version on hadoop 2.2

2014-05-01 Thread Ted Yu
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 wrote: > hi ted, > > here are the changes i made to hbase

Re: Running hbase 0.94 version on hadoop 2.2

2014-05-01 Thread yeshwanth kumar
hi ted, here are the changes 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 wrote: > Can you pastebin the changes you made to h

Re: Running hbase 0.94 version on hadoop 2.2

2014-05-01 Thread Ted Yu
Can you pastebin the changes you made to hbase ? Thanks On May 1, 2014, at 3:55 AM, yeshwanth kumar 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 buil

Re: Running hbase 0.94 version on hadoop 2.2

2014-05-01 Thread yeshwanth kumar
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 thanks, yeshwanth On Wed, Apr 30, 2014 at 10:42

Re: Running hbase 0.94 version on hadoop 2.2

2014-04-30 Thread yeshwanth kumar
thanks for the info ted. On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu 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 >wrote: > > > hi, > > > > > > is hbase 0.94.x versions

Re: Running hbase 0.94 version on hadoop 2.2

2014-04-30 Thread Ted Yu
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 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)

Running hbase 0.94 version on hadoop 2.2

2014-04-30 Thread yeshwanth kumar
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.