I had some success with this after following https://hbase.apache.org/book.html#hadoop2.hbase_0.94
All out test cases are passing for hbase 0.98.14 and hadoop 2.4.0, but hbase tests are still failing. I have filed the following jira as lars suggested. https://issues.apache.org/jira/browse/HBASE-13650 Thanks On Fri, May 8, 2015 at 8:34 PM, lars hofhansl <[email protected]> wrote: > Hi Kuldeep, > > could you file a jira with the error you see? > Some folks are still using 0.94, so we should see whether we can fix it. > > > -- Lars > > > > ----- Original Message ----- > From: Kuldeep Bora <[email protected]> > To: [email protected] > Cc: > Sent: Thursday, May 7, 2015 7:59 AM > Subject: Re: Test failure for HBase 0.94.18 against hadoop 2.2.0 > > Thanks for the reply Jean. > > I wonder how Amazon EMR is still running hbase 0.94.18 with hadoop 2.2.0 > even 2.4.0. > > Its weird that they are patching it internally but not publishing deps to > maven! > > > > On Thu, May 7, 2015 at 7:19 PM, Jean-Marc Spaggiari < > [email protected] > > wrote: > > > Hi Kuldeep, > > > > Hadoop 2.2 is not tested with HBase 0.94 => > > https://hbase.apache.org/book.html#hadoop > > > > You might be better to move to HBase 0.98 or 1.0. > > > > Regards, > > > > JM > > > > 2015-05-07 9:23 GMT-04:00 Kuldeep Bora <[email protected]>: > > > > > Hello, > > > > > > I am trying to test hbase 0.94.18 against hadoop 2.2.0. > > > I changed hadoop.version in haddop-2.0 profile to 2.2.0. And on running > > > tests i get following failure. > > > > > > Results : > > > > > > Tests in error: > > > > > > > > > > > > testRegionObserverCompactionTimeStacking(org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook): > > > class > > > > > > > > > org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DeleteSnapshotResponseProto > > > overrides final method > > > getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet; > > > testCalls(org.apache.hadoop.hbase.ipc.TestProtocolExtension): Could > not > > > set up IO Streams > > > > > > Tests run: 728, Failures: 0, Errors: 2, Skipped: 0 > > > > > > > > > Thanks > > > > > >
