I am trying to run a simple query to view tables in my hive metastore using
hive context.
I am getting this error:
spark Persistence process has been specified to use a *ClassLoader Resolve* of
name "datanucleus" yet this has not been found by the DataNucleus plugin
mechanism. Please check your CLASSPATH and plugin specification.
<https://www.google.com/search?espv=2&biw=1440&bih=802&q=spark+Persistence+process+has+been+specified+to+use+a+ClassLoader+Resolve+of+name+%22datanucleus%22+yet+this+has+not+been+found+by+the+DataNucleus+plugin+mechanism.+Please+check+your+CLASSPATH+and+plugin+specification.&spell=1&sa=X&ei=seQQVbPnCoyZNo6lgIgB&ved=0CBoQBSgA>

I am able to access the metastore using the spark-sql.
Can someone point out what the issue could be?

thanks

Reply via email to