[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7023 --- 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-8606] Prevent exceptions in RDD.getPref...

2015-06-27 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-116148301 Alright, merging this to master + backport branches. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-26 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/7023#discussion_r33375326 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -784,6 +784,37 @@ class DAGSchedulerSuite assert(sc.paralleliz

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/7023#discussion_r33374779 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -784,6 +784,37 @@ class DAGSchedulerSuite assert(sc.paralle

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115380545 [Test build #35800 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35800/console) for PR 7023 at commit [`770b169`](https://github.

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115380738 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/7023#discussion_r33286297 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -784,6 +784,37 @@ class DAGSchedulerSuite assert(sc.paralleliz

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115350486 lgtm --- 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 an

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115341101 [Test build #35800 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35800/consoleFull) for PR 7023 at commit [`770b169`](https://gith

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread sujkh85
Github user sujkh85 commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115339703 NAVER - http://www.naver.com/ su...@naver.com 님께 보내신 메일 <[spark] [SPARK-8606] Prevent excepti

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115339736 AFAIK `RDD.getPartitions()` can also throw exceptions, but I wasn't able to trigger a case where a buggy implementation of that method could crash the scheduler. ---

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread sujkh85
Github user sujkh85 commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115339835 NAVER - http://www.naver.com/ su...@naver.com 님께 보내신 메일 이 다음과 같은 이유로 전ì†

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115339549 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7023#issuecomment-115339516 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8606] Prevent exceptions in RDD.getPref...

2015-06-25 Thread JoshRosen
GitHub user JoshRosen opened a pull request: https://github.com/apache/spark/pull/7023 [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing DAGScheduler If `RDD.getPreferredLocations()` throws an exception it may crash the DAGScheduler and SparkContext. This