Add note on HBASE-11118 and HBASE-10877 HBaseZeroCopyByteString woes to troubleshooting section

This commit is contained in:
stack 2014-07-14 20:56:07 -07:00
parent 0b22eb07bb
commit bf2933e08a
1 changed files with 6 additions and 0 deletions

View File

@ -799,6 +799,12 @@ at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:210)
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html#classpath</link>
for more information on HBase MapReduce jobs and classpaths. </para>
</section>
<section xml:id="trouble.hbasezerocopybytestring">
<title>Launching a job, you get java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString or class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString</title>
<para>See <link xlink:href="https://issues.apache.org/jira/browse/HBASE-10304">HBASE-10304 Running an hbase job jar: IllegalAccessError: class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString</link> and <link xlink:href="https://issues.apache.org/jira/browse/HBASE-11118">HBASE-11118 non environment variable solution for "IllegalAccessError: class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString"</link>. The issue can also show up
when trying to run spark jobs. See <link xlink:href="https://issues.apache.org/jira/browse/HBASE-10877">HBASE-10877 HBase non-retriable exception list should be expanded</link>.
</para>
</section>
</section>
<section