Sylvain Lequeux created SPARK-11924:
---------------------------------------
Summary: SparkContext stop method does not close HiveContexts
Key: SPARK-11924
URL: https://issues.apache.org/jira/browse/SPARK-11924
Project: Spark
Issue Type: Bug
Affects Versions: 1.5.1
Reporter: Sylvain Lequeux
In my unit tests, I create one HiveContext inside each test suite using a
HiveContext creation in beforeAll and a SparkContext stop call in afterAll.
If I have 2 test suites, then it raise an exception at runtime :
"Another instance of Derby may have already booted the database"
It works with Spark 1.4.1 but does not work in 1.5.1.
It works fine using standard SQLContext instead of HiveContext.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]