-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1.1
-
Fix Version/s: None
-
Component/s: CLI
-
Labels:None
I have Hive 2.1.1 and trying to integrate with spark so that i can use spark instead of mr as engine.
i opened hive cli and run a sql query ,now
when using Spark version 1.6.1 and 1.6.3 i am geting error
Exception in thread "main" java.lang.NoSuchFieldError: SPARK_RPC_SERVER_ADDRESS
at org.apache.hive.spark.client.rpc.RpcConfiguration.<clinit>(RpcConfiguration.java:45)
and whn using spark version 2.0.0 or 2.1.0 i am getting error org/apache/spark/JavaSparkListener class not found excpetion.
Now tell me what to do with such problem.