You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/12/16 01:17:18 UTC

[jira] Resolved: (HBASE-1088) how to HBase 0.18.1 run on Hadoop 0.19.0

     [ https://issues.apache.org/jira/browse/HBASE-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-1088.
-----------------------------------

    Resolution: Not A Problem

Historical.

> how to HBase 0.18.1 run on Hadoop 0.19.0
> ----------------------------------------
>
>                 Key: HBASE-1088
>                 URL: https://issues.apache.org/jira/browse/HBASE-1088
>             Project: Hadoop HBase
>          Issue Type: Wish
>    Affects Versions: 0.18.1
>         Environment: Hadoop 0.19.0
>            Reporter: weimin zhu
>         Attachments: hbase-0.18.1.jar, HBASE-1088.txt.0.18.1
>
>
> Hadoop 0.19 refactored all of the DFS classes. As a result,HBase 0.18 will not run on Hadoop 0.19 unless the source is modified and recompiled.
> I modied the source and recompiled.
> the test result is ok.
> The modied source is appended  as patch. the compiled hadoop-0.18.1.jar is appended.
> you should do the following
> method1(with patch):
> 1.download the patch HBASE-1088.txt.0.18.1 from the attachfile into $HBASE_HOME
> 2.execute patch command in $HBASE_HOME
>       patch < HBASE-1088.txt.0.18.1
> 3.execute ant in $HBASE_HOME for build
>      ant
> 4.if step 3 is ok,copy $HBASE_HOME/build/hbase-0.18.1.jar into $HBASE_HOME
> 5.delete the $HBASE_HOME/lib/hadoop-0.18.1-core.jar and hadoop-0.18.1-test.jar
> 6.copy hadoop-0.19.0-core.jar and hadoop-0.19.0-test.jar into $HBASE_HOME/lib from $HADOOP_HOME
> 7.restart hbase
> done 
> method2(with jar file):
> 1.download the hbase-0.18.1.jar from the attachfile into $HBASE_HOME
> 2.delete the $HBASE_HOME/lib/hadoop-0.18.1-core.jar and hadoop-0.18.1-test.jar
> 3.copy hadoop-0.19.0-core.jar and hadoop-0.19.0-test.jar into $HBASE_HOME/lib
> 4.restart hbase
> done

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.