Here is hadoop-client jar for 2.2.0 : http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-client/2.2.0/hadoop-client-2.2.0.jar
See the paragraph under Hadoop matrix here: https://hbase.apache.org/book.html#d2566e523 On Mar 3, 2014, at 8:59 PM, Chengwei Yang <[email protected]> wrote: > On Mon, Mar 03, 2014 at 08:42:27PM -0800, Ted Yu wrote: >> Right. >> HBase-0.98.0-hadoop2 was built against hadoop 2.2.0 and you're using >> Hadoop-2.2.0 > > If I'm not running hadoop-2.2.0, then should I replace > hadoop-client-*.jar in hbase lib? > > My original idea is to identify what jars should be replaced, and where > can I find it. I did find all the other hadoop-*.jar in hadoop release, > but hadoop-client-*.jar, so I want to know is it necessary to replace > hadoop-client-*.jar? If so, where can I find it? > > -- > Thanks, > Chengwei > >> >> >> On Mon, Mar 3, 2014 at 8:28 PM, Chengwei Yang >> <[email protected]>wrote: >> >>> On Mon, Mar 03, 2014 at 07:13:17PM -0800, Ted Yu wrote: >>>> hadoop-client-*.jar is not HBase jar >>>> >>>> See: >>>> http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-client >>> >>> Thanks Ted, there is no need to replace hadoop-client-*.jar in the HBase >>> release? >>> >>> -- >>> Thanks, >>> Chengwei >>> >>>> >>>> >>>> On Mon, Mar 3, 2014 at 7:07 PM, Chengwei Yang < >>> [email protected]>wrote: >>>> >>>>> Hi List, >>>>> >>>>> I'm new to HBase, and I found it's necessary to replace the hadoop >>>>> bundle in HBase with the real hadoop libs running the cluster when I >>>>> read the HBase reference guide. >>>>> >>>>> I found all the hadoop libs (hadoop-*.jar) shipped with HBase in Hadoop >>>>> release except one hadoop-client-*.jar. >>>>> >>>>> So is the hadoop-client-*.jar should be replaced? Or it's a HBase lib? >>>>> >>>>> TIPS: I'm using HBase-0.98.0-hadoop2 and Hadoop-2.2.0 too, though the >>>>> shipped hadoop bundle in HBase is the same with Hadoop-2.2.0, I want to >>>>> understand thing under the hook. >>>>> >>>>> -- >>>>> Thanks, >>>>> Chengwei >>>
