-
- Downloads
[SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutdownHook() is called
SPARK-9886 fixed ExternalBlockStore.scala This PR fixes the remaining references to Runtime.getRuntime.addShutdownHook() Author: tedyu <yuzhihong@gmail.com> Closes #10325 from ted-yu/master.
Showing
- core/src/main/scala/org/apache/spark/deploy/ExternalShuffleService.scala 6 additions, 12 deletions...cala/org/apache/spark/deploy/ExternalShuffleService.scala
- core/src/main/scala/org/apache/spark/deploy/mesos/MesosClusterDispatcher.scala 5 additions, 8 deletions...rg/apache/spark/deploy/mesos/MesosClusterDispatcher.scala
- core/src/main/scala/org/apache/spark/util/ShutdownHookManager.scala 4 additions, 0 deletions...ain/scala/org/apache/spark/util/ShutdownHookManager.scala
- scalastyle-config.xml 12 additions, 0 deletionsscalastyle-config.xml
- sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala 11 additions, 13 deletions...pache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala
Loading
Please register or sign in to comment