forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly clean up staging directory.
This change also avoids overriding the app's status with "SUCCEEDED" in cluster mode when the shutdown hook runs, by signaling the AM that the SparkContext was shut down (see YarnClusterScheduler.scala). That way the AM can correctly expose its final status to the RM.
- Loading branch information
Marcelo Vanzin
committed
Aug 20, 2014
1 parent
92770cc
commit c0794be
Showing
3 changed files
with
60 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters