forked from apache/incubator-livy
-
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.
[LIVY-620] Spark batch session always ends with success when configur…
…ation is master yarn and deploy-mode client ## What changes were proposed in this pull request? Batch session should end with state dead when process exits with no 0 return code. https://issues.apache.org/jira/browse/LIVY-620 ## How was this patch tested? 1. Unit Test (included in this PR) Submit batch session that runs forever, wait 2 seconds, kill that batch session and expect for state dead. 2. Also currently used in production environment. Author: Gustavo Martin Morcuende <[email protected]> Closes apache#192 from gumartinm/master.
- Loading branch information
Showing
2 changed files
with
47 additions
and
2 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