org/apache/hbase/thirdparty/com/google/common/cache/CacheLoader

日萌社

人工智能AI:Keras PyTorch MXNet TensorFlow PaddlePaddle 深度学习实战(不定时更新)


 

报错:
    Caused by: java.lang.NoClassDefFoundError: org/apache/hbase/thirdparty/com/google/common/cache/CacheLoader
    Caused by: java.lang.ClassNotFoundException: org.apache.hbase.thirdparty.com.google.common.cache.CacheLoader

解决:
    https://mvnrepository.com/artifact/org.apache.hbase.thirdparty/hbase-shaded-miscellaneous
    下载:hbase-shaded-miscellaneous-2.2.1.jar

 

报错:
    Caused by: java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos$MasterService$BlockingInterface
    Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos$MasterService$BlockingInterface

解决:
    https://mvnrepository.com/artifact/org.apache.hbase/hbase-protocol-shaded
    下载:hbase-protocol-shaded-2.2.5.jar
 

报错:
    Caused by: java.lang.NoClassDefFoundError: org/apache/hbase/thirdparty/com/google/protobuf/RpcController
    Caused by: java.lang.ClassNotFoundException: org.apache.hbase.thirdparty.com.google.protobuf.RpcController

解决:
    https://mvnrepository.com/artifact/org.apache.hbase.thirdparty/hbase-shaded-protobuf/2.2.1
    下载:hbase-shaded-protobuf-2.2.1.jar

你可能感兴趣的:(大数据,大数据)