[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-04-02 Thread witgo
Github user witgo closed the pull request at: https://github.com/apache/spark/pull/11986 --- 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

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-04-02 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-204732250 For now please close this PR --- 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

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-04-01 Thread DeepSparkBot
Github user DeepSparkBot commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-204489599 @markhamstra @kayousterhout Please advise. --- 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

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-203718087 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-203718089 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-203717845 **[Test build #54569 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54569/consoleFull)** for PR 11986 at commit

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-203696020 **[Test build #54569 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54569/consoleFull)** for PR 11986 at commit

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-30 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-203695553 There are lots of map and reduce, MapStatus deserialization may take a few seconds --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-30 Thread witgo
GitHub user witgo reopened a pull request: https://github.com/apache/spark/pull/11986 [CORE][SPARK-14178]DAGScheduler should get map output statuses directly. ## What changes were proposed in this pull request? Add a new method to `MapOutputTracker` class ```scala

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-30 Thread witgo
Github user witgo closed the pull request at: https://github.com/apache/spark/pull/11986 --- 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

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-29 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-202778045 retest please. --- 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

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-202651722 **[Test build #54393 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54393/consoleFull)** for PR 11986 at commit

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-202651744 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-202651743 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-202647645 **[Test build #54393 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54393/consoleFull)** for PR 11986 at commit

[GitHub] spark pull request: [CORE][SPARK-14178]DAGScheduler should get map...

2016-03-27 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/11986#issuecomment-202179133 In actual use of MapStatus. The array stored in MapStatus is only removed or added.The elements in this array are not modified. Therefore, this array can be used outside