-
- Downloads
[SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupport
## What changes were proposed in this pull request? Removing the `withHiveSupport` method of `SparkSession`, instead use `enableHiveSupport` ## How was this patch tested? ran tests locally Author: Sandeep Singh <sandeep@techaddict.me> Closes #12851 from techaddict/SPARK-15072.
Showing
- examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala 9 additions, 5 deletions...la/org/apache/spark/examples/sql/hive/HiveFromSpark.scala
- sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala 0 additions, 13 deletions...re/src/main/scala/org/apache/spark/sql/SparkSession.scala
- sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLEnv.scala 6 additions, 4 deletions.../org/apache/spark/sql/hive/thriftserver/SparkSQLEnv.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala 5 additions, 2 deletions...cala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
Please register or sign in to comment