java.lang.ClassNotFoundException: org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$BlockingInterface

hadoop, hbase

Solution

You need to add the hbase-protocol library.

Problem

I have a problem Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/protobuf/generated/MasterProtos$MasterService$BlockingInterface I have protobuf-2.5.0.jar in hbase lib and hadoop share common

Original source