[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-12-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21849 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r216058998 --- Diff: core/src/test/java/org/apache/spark/launcher/SparkLauncherSuite.java --- @@ -227,6 +220,82 @@ public void testInProcessLauncherDoesNotKillJvm()

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r216058203 --- Diff: launcher/src/main/java/org/apache/spark/launcher/ChildProcAppHandle.java --- @@ -46,6 +47,25 @@ public synchronized void disconnect() { }

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r216059482 --- Diff: launcher/src/main/java/org/apache/spark/launcher/OutputRedirector.java --- @@ -61,6 +62,10 @@ private void redirect() { while ((line =

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-09-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r216058842 --- Diff: project/MimaExcludes.scala --- @@ -106,7 +106,10 @@ object MimaExcludes {

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-30 Thread sahilTakiar
Github user sahilTakiar commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r214110048 --- Diff: launcher/src/main/java/org/apache/spark/launcher/OutputRedirector.java --- @@ -17,6 +17,8 @@ package org.apache.spark.launcher;

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-30 Thread sahilTakiar
Github user sahilTakiar commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r214109949 --- Diff: launcher/src/main/java/org/apache/spark/launcher/ChildProcAppHandle.java --- @@ -46,6 +47,18 @@ public synchronized void disconnect() {

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-30 Thread sahilTakiar
Github user sahilTakiar commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r214109901 --- Diff: core/src/test/java/org/apache/spark/launcher/SparkLauncherSuite.java --- @@ -227,6 +220,82 @@ public void

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-14 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r210120533 --- Diff: core/src/test/java/org/apache/spark/launcher/SparkLauncherSuite.java --- @@ -227,6 +220,82 @@ public void testInProcessLauncherDoesNotKillJvm()

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-14 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r210121595 --- Diff: launcher/src/main/java/org/apache/spark/launcher/OutputRedirector.java --- @@ -17,6 +17,8 @@ package org.apache.spark.launcher;

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-14 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r210120851 --- Diff: launcher/src/main/java/org/apache/spark/launcher/ChildProcAppHandle.java --- @@ -46,6 +47,18 @@ public synchronized void disconnect() { }

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-14 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r210121238 --- Diff: launcher/src/main/java/org/apache/spark/launcher/InProcessAppHandle.java --- @@ -63,6 +71,7 @@ synchronized void start(String appName, Method

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-08-14 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21849#discussion_r210120953 --- Diff: launcher/src/main/java/org/apache/spark/launcher/ChildProcAppHandle.java --- @@ -46,6 +47,18 @@ public synchronized void disconnect() { }

[GitHub] spark pull request #21849: [SPARK-24243][CORE] Expose exceptions from InProc...

2018-07-23 Thread sahilTakiar
GitHub user sahilTakiar opened a pull request: https://github.com/apache/spark/pull/21849 [SPARK-24243][CORE] Expose exceptions from InProcessAppHandle ## What changes were proposed in this pull request? Adds a new method to `SparkAppHandle` called `getError` which returns