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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -