Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

hadoop

hbase

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

like image 247
user3327916 Avatar asked Feb 20 '14 05:02

user3327916


1 Answers

You need to add the hbase-protocol library.

like image 179
Codersfree Avatar answered Oct 21 '22 10:10

Codersfree