[GitHub] spark pull request #18877: [SPARK-17742][core] Handle child process exit in ...

2017-08-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18877 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #18877: [SPARK-17742][core] Handle child process exit in ...

2017-08-10 Thread ash211
Github user ash211 commented on a diff in the pull request: https://github.com/apache/spark/pull/18877#discussion_r132583520 --- Diff: launcher/src/main/java/org/apache/spark/launcher/ChildProcAppHandle.java --- @@ -118,14 +116,40 @@ void setChildProc(Process childProc, String log

[GitHub] spark pull request #18877: [SPARK-17742][core] Handle child process exit in ...

2017-08-10 Thread ash211
Github user ash211 commented on a diff in the pull request: https://github.com/apache/spark/pull/18877#discussion_r132583553 --- Diff: launcher/src/main/java/org/apache/spark/launcher/ChildProcAppHandle.java --- @@ -166,4 +185,15 @@ private synchronized void fireEvent(boolean isIn

[GitHub] spark pull request #18877: [SPARK-17742][core] Handle child process exit in ...

2017-08-07 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/18877 [SPARK-17742][core] Handle child process exit in SparkLauncher. Currently the launcher handle does not monitor the child spark-submit process it launches; this means that if the child exits with