Hi,   I am trying to run Hive queries by using Spark as the execution engine.   
I am following the instructions on this page,
https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started

When I try to run my query which is. a simple count(*) command, I get this 
error,
Failed to execute spark task, with exception 
'org.apache.hadoop.hive.ql.metadata.HiveException(Failed to create spark 
client.)'FAILED: Execution Error, return code 1 from 
org.apache.hadoop.hive.ql.exec.spark.SparkTask

Reply via email to