Description
During unit test, SparkSession is closed by Runtime shutdownHook, which means it's closed until JVM exist. During unit test suite, each qfile, as a single test case, would reset SessionState, which lead to a new Sparksession is created for each qfile. As we know that, RemoteSparkClient is SparkSession specified, so more and more executors is launched during unit test until blocked by no more resources.
Attachments
Attachments
Issue Links
- is depended upon by
-
HIVE-8836 Enable automatic tests with remote spark client [Spark Branch]
- Resolved
- links to