You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Konrad Tendera <em...@tendera.eu> on 2012/04/16 14:00:47 UTC

HBase 0.92 with Hadoop 0.22

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

Posted by yonghu <yo...@gmail.com>.
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 <ha...@cloudera.com> 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
> 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, tested and packaged stack for yourself:
> https://svn.apache.org/repos/asf/incubator/bigtop/branches/hadoop-0.22/
>
> On Mon, Apr 16, 2012 at 5:30 PM, Konrad Tendera <em...@tendera.eu> wrote:
>> 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
>
>
>
> --
> Harsh J

Re: HBase 0.92 with Hadoop 0.22

Posted by Harsh J <ha...@cloudera.com>.
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, tested and packaged stack for yourself:
https://svn.apache.org/repos/asf/incubator/bigtop/branches/hadoop-0.22/

On Mon, Apr 16, 2012 at 5:30 PM, Konrad Tendera <em...@tendera.eu> wrote:
> 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



-- 
Harsh J