I am running Hbase and I am getting this error when I run bin/hbase
thrift start
com.facebook.thrift.protocol.TProtocolException: Missing version in
readMessageBegin, old client?
at
com.facebook.thrift.protocol.TBinaryProtocol.readMessageBegin(Unknown
Source)
at
org.apache.hadoop.hbase.thrift.generated.Hbase$Processor.process(Hbase.java:1420)
at
com.facebook.thrift.server.TThreadPoolServer$WorkerProcess.run(Unknown
Source)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
I am not sure why. I am using the newest version of thrift and
hbase-core-trunk (svn co) of hbase. I'm not sure why I am getting this
error or how to fix it.
Thanks,
Michael