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

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -