[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5494 --- 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: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-14 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/5494#issuecomment-93021950 Thanks I'm merging this into master. --- 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 do

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-14 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/5494#discussion_r28359183 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -818,12 +818,7 @@ class DAGScheduler( } }

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5494#issuecomment-92950561 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: [CORE] SPARK-6880: Fixed null check when all t...

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

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

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

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-14 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5494#issuecomment-92888003 ok to test --- 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 enabl

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-14 Thread pankajarora12
Github user pankajarora12 commented on a diff in the pull request: https://github.com/apache/spark/pull/5494#discussion_r28330542 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -818,13 +818,12 @@ class DAGScheduler( } }

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-14 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/5494#discussion_r28319112 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -818,13 +818,12 @@ class DAGScheduler( } } -

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-13 Thread pankajarora12
Github user pankajarora12 commented on a diff in the pull request: https://github.com/apache/spark/pull/5494#discussion_r28257067 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -818,13 +818,12 @@ class DAGScheduler( } }

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/5494#discussion_r28256591 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -818,13 +818,12 @@ class DAGScheduler( } } -

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5494#issuecomment-92422400 Can one of the admins verify this patch? --- 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 pro

[GitHub] spark pull request: [CORE] SPARK-6880: Fixed null check when all t...

2015-04-13 Thread pankajarora12
GitHub user pankajarora12 opened a pull request: https://github.com/apache/spark/pull/5494 [CORE] SPARK-6880: Fixed null check when all the dependent stages are cancelled due to previous stage failure Fixed null check when all the dependent stages are cancelled due to previous stag