aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJeff Zhang <zjffdu@apache.org>2016-09-02 10:08:14 -0700
committerDavies Liu <davies.liu@gmail.com>2016-09-02 10:08:14 -0700
commitea662286561aa9fe321cb0a0e10cdeaf60440b90 (patch)
tree27d425342a202577df1a1c287e3c89b33513c2e2 /R
parent6bcbf9b74351b5ac5221e3c309cb98e6f9cc7c5a (diff)
downloadspark-ea662286561aa9fe321cb0a0e10cdeaf60440b90.tar.gz
spark-ea662286561aa9fe321cb0a0e10cdeaf60440b90.tar.bz2
spark-ea662286561aa9fe321cb0a0e10cdeaf60440b90.zip
[SPARK-17261] [PYSPARK] Using HiveContext after re-creating SparkContext in Spark 2.0 throws "Java.lang.illegalStateException: Cannot call methods on a stopped sparkContext"
## What changes were proposed in this pull request? Set SparkSession._instantiatedContext as None so that we can recreate SparkSession again. ## How was this patch tested? Tested manually using the following command in pyspark shell ``` spark.stop() spark = SparkSession.builder.enableHiveSupport().getOrCreate() spark.sql("show databases").show() ``` Author: Jeff Zhang <zjffdu@apache.org> Closes #14857 from zjffdu/SPARK-17261.
Diffstat (limited to 'R')
0 files changed, 0 insertions, 0 deletions