[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5479 --- 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 enab

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/5479#discussion_r28232446 --- Diff: yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -128,10 +128,14 @@ private[spark] class YarnClientSch

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-13 Thread Sephiroth-Lin
Github user Sephiroth-Lin commented on a diff in the pull request: https://github.com/apache/spark/pull/5479#discussion_r28231958 --- Diff: yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -128,10 +128,14 @@ private[spark] class YarnCl

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/5479#discussion_r28230165 --- Diff: yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -128,10 +128,14 @@ private[spark] class YarnClientSch

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5479#issuecomment-92187267 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5479#issuecomment-92187233 [Test build #30129 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30129/consoleFull) for PR 5479 at commit [`f775f93`](https://gith

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5479#issuecomment-92166893 [Test build #30129 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30129/consoleFull) for PR 5479 at commit [`f775f93`](https://githu

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread Sephiroth-Lin
Github user Sephiroth-Lin commented on a diff in the pull request: https://github.com/apache/spark/pull/5479#discussion_r28210698 --- Diff: yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -128,10 +128,14 @@ private[spark] class YarnCl

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/5479#discussion_r28202997 --- Diff: yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala --- @@ -128,10 +128,14 @@ private[spark] class YarnClientSch

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5479#issuecomment-92025545 [Test build #30112 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30112/consoleFull) for PR 5479 at commit [`0e2ef1f`](https://gith

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5479#issuecomment-92025562 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5479#issuecomment-92008276 [Test build #30112 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30112/consoleFull) for PR 5479 at commit [`0e2ef1f`](https://githu

[GitHub] spark pull request: [SPARK-6870][Yarn] Catch InterruptedException ...

2015-04-12 Thread Sephiroth-Lin
GitHub user Sephiroth-Lin opened a pull request: https://github.com/apache/spark/pull/5479 [SPARK-6870][Yarn] Catch InterruptedException when yarn application state monitor thread been interrupted On PR #5305 we interrupt the monitor thread but forget to catch the InterruptedExcept