Hi Lars,Stack, I have started building Hbase from source using the guideline provided by you. My question is i have a working pseudo distributed mode cluster on production with hbase 0.94.7 and hadoop 1.1.2 .I did not build hbase from source for this.I simply downloaded the tars from stable directories. Also i copied hadoop-core jar from hadoop base directory into hbase lib directory and common-collection from hadoop lib directory to hbase lib directory. Wouldn't this solve the mismatch problem ?
On Tue, Mar 25, 2014 at 1:49 AM, Stack <[email protected]> wrote: > On Mon, Mar 24, 2014 at 11:49 AM, lars hofhansl <[email protected]> wrote: > > > HBase is a client to HDFS. 0.94 defaults to 1.0.4, 0.98 and a build > > against 2.2.0, and 1.2.1 (I think). > > HDFS clients are not compatible across versions, and hence HBase should > be > > built from source against your specific version of Hadoop. > > > > > Some notes on getting 0.94 running on hadoop2 are here: > http://hbase.apache.org/book.html#ftn.d248e643 > > St.Ack > -- Thanks and Regards, Vimal Jain
