HBase 0.92 with Hadoop 0.22

2012-04-16 Thread Konrad Tendera
I'm wondering if there is any possibility to run HBase 0.92 on top of Hadoop 0.22? I can't find necessary jars such as hadoop-core... -- Konrad Tendera

Re: HBase 0.92 with Hadoop 0.22

2012-04-16 Thread Harsh J
While I haven't tried this personally, it should be alright to do. You need to replace HBase's default hadoop jars (which are 1.0.x/0.20 versioned) with those (of common and hdfs) from your 0.22 installation. Apache Bigtop too has a branch for hadoop-0.22 that helps you build a whole 0.22-based, t

Re: HBase 0.92 with Hadoop 0.22

2012-04-16 Thread yonghu
yes. You can compile the hadoop jar file by yourself and put into the Hbase lib folder. Regards! Yong On Mon, Apr 16, 2012 at 2:09 PM, Harsh J wrote: > While I haven't tried this personally, it should be alright to do. You > need to replace HBase's default hadoop jars (which are 1.0.x/0.20 > v