Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change the log
  • Loading branch information
jerryshao committed Mar 23, 2016
commit e009cd5dc70301432695ac6641bd239dce091021
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private[spark] class ApplicationMaster(
val signalHandler = new SignalHandler() {
override def handle(sig: Signal): Unit = {

logInfo(s"received signal: ${sig.getName}")
logInfo(s"RECEIVED SIGNAL ${sig.getNumber}: SIG${sig.getName}")
finish(FinalApplicationStatus.FAILED, ApplicationMaster.EXIT_SIGNAL)
}
}
Expand Down