org.apache.hadoop.hbase.DoNotRetryIOException: java.lang.IllegalAccessError: class com.google.protobuf.HBaseZeroCopyByteString cannot -
getting below exception while executing hbase client inside spark job:org.apache.hadoop.hbase.donotretryioexception: java.lang.illegalaccesserror: class com.google.protobuf.hbasezerocopybytestring cannot
set spark configuration => spark.driver.extraclasspath", "hbase-protocol-0.96.2-hadoop2.jar.
code: .setconf("spark.driver.extraclasspath", "hbase-protocol-0.96.2-hadoop2.jar")
Comments
Post a Comment