-
- Downloads
[SPARK-15072][SQL][PYSPARK] FollowUp: Remove SparkSession.withHiveSupport in PySpark
## What changes were proposed in this pull request? This is a followup of https://github.com/apache/spark/pull/12851 Remove `SparkSession.withHiveSupport` in PySpark and instead use `SparkSession.builder. enableHiveSupport` ## How was this patch tested? Existing tests. Author: Sandeep Singh <sandeep@techaddict.me> Closes #13063 from techaddict/SPARK-15072-followup.
Showing
- dev/audit-release/sbt_app_hive/src/main/scala/HiveApp.scala 5 additions, 3 deletionsdev/audit-release/sbt_app_hive/src/main/scala/HiveApp.scala
- python/pyspark/shell.py 3 additions, 1 deletionpython/pyspark/shell.py
- python/pyspark/sql/session.py 0 additions, 10 deletionspython/pyspark/sql/session.py
- sql/hivecontext-compatibility/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala 1 addition, 1 deletion...rc/main/scala/org/apache/spark/sql/hive/HiveContext.scala
Please register or sign in to comment