ZeroCopyLiteralByteString cannot access superclass
问题描述 在HBase上运行MapReduce作业时,报如下异常:IllegalAccessError: class com.google.protobuf.HBaseZeroCopyByteString cannot access its superclass com.google.protobuf.LiteralByteString 使用HBase环境如下:CDH5.0.1, HBase版本:0.96.1 问题原因 This isssue occurs because of an optimization introduced inHBASE-9867that inadvertently introduced a classloader dependency. This affects both jobs using the-libjarsoption and "fat jar," jobs which package their runtime dependencies in a nested lib folder. 这个问题的发生是由于优化了HBASE-9867引...