hbutani / spark-druid-olap

Sparkline BI Accelerator provides fast ad-hoc query capability over Logical Cubes. This has been folded into our SNAP Platform(http://bit.ly/2oBJSpP) an Integrated BI platform on Apache Spark.

Home Page:http://sparklinedata.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spark 1.6 enable DruidPlanner even when spark.sql.hive.thriftServer.singleSession=false

hbutani opened this issue · comments

SparkSQLSessionManager::openSession calls hiveContext.newSession; which doesn't copy the experimental.extraStrategies to the new SQLContext.

Current workaround is to use the HiveContext when HiveServer2 is started