-
- Downloads
[SPARK-10001] Consolidate Signaling and SignalLogger.
## What changes were proposed in this pull request? This is a follow-up to #12557, with the following changes: 1. Fixes some of the style issues. 2. Merges Signaling and SignalLogger into a new class called SignalUtils. It was pretty confusing to have Signaling and Signal in one file, and it was also confusing to have two classes named Signaling and one called the other. 3. Made logging registration idempotent. ## How was this patch tested? N/A. Author: Reynold Xin <rxin@databricks.com> Closes #12605 from rxin/SPARK-10001.
Showing
- core/src/main/scala/org/apache/spark/util/SignalLogger.scala 0 additions, 36 deletionscore/src/main/scala/org/apache/spark/util/SignalLogger.scala
- core/src/main/scala/org/apache/spark/util/SignalUtils.scala 54 additions, 37 deletionscore/src/main/scala/org/apache/spark/util/SignalUtils.scala
- core/src/main/scala/org/apache/spark/util/Utils.scala 1 addition, 1 deletioncore/src/main/scala/org/apache/spark/util/Utils.scala
- repl/src/main/scala/org/apache/spark/repl/Signaling.scala 2 additions, 2 deletionsrepl/src/main/scala/org/apache/spark/repl/Signaling.scala
- yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala 1 addition, 1 deletion...cala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
Loading
Please register or sign in to comment