I was using the 1.1 driver. I upgraded that library to 2.1 and it resolved my
problem.
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/HiveThriftServer-and-spark-sql-hive-thriftServer-singleSession-setting-tp27340p27566.html
Sent from the Apache Spark User L
What command did you use to connect? Try this:
beeline> !connect
jdbc:hive2://localhost:1?hive.server2.transport.mode=http;hive.server2.thrift.http.path=cliservice
On Thu, Aug 11, 2016 at 9:23 AM, Richard M [via Apache Spark User List] <
ml-node+s1001560n27513...@n3.nabble.com> wrote:
> I
I am running HiveServer2 as well and when I connect with beeline I get the
following:
org.apache.spark.sql.internal.SessionState cannot be cast to
org.apache.spark.sql.hive.HiveSessionState
Do you know how to resolve this?
--
View this message in context:
http://apache-spark-user-list.10015
It's an issue with the preview build. Switched to RC5 and all is working.
Thanks to Michael Armbrust.
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/HiveThriftServer-and-spark-sql-hive-thriftServer-singleSession-setting-tp27340p27379.html
Sent from the Apa
Would appreciate if someone:
1. Can confirm if this is an issue or
2. Share on how to get HiveThriftServer2.startWithContext working with
shared temp table.
I am using Beeline as the JDBC client to access the temp tables of the
running Spark app.
--
View this message in context:
http://apache