Without more info about your setup or logs, I would guess that you forgot to replace the hadoop jar in hbase's lib folder per this documentation: http://hbase.apache.org/book/hadoop.html
J-D On Wed, Nov 2, 2011 at 5:14 PM, LoveIR <[email protected]> wrote: > > Hi, > > I am using Hbase 0.90.4 version and my Hadoop version is 0.20.203. I am > getting the following exception in my HMaster logs when trying to start > HBase: > > java.io.IOException: failed on local exception: java.io.EOFException > > This is causing my HMaster thread to abort and I am getting > MasterNotRunningException when trying to run any commands in Hbase shell. > > I am new to Hbase, Please help !! Thanks!! > -- > View this message in context: > http://old.nabble.com/Getting-EOF-Exception-when-starting-HBASE-tp32767304p32767304.html > Sent from the HBase User mailing list archive at Nabble.com. > >
