[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/3027 --- 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-4172] [PySpark] Progress API in Python

2015-02-17 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74759178 LGTM, so I'm going to merge this into `master` (1.4.0) and `branch-1.3` (1.3.0). Thanks! --- If your project is set up for it, you can reply to this email and have yo

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

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

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74745780 [Test build #27637 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27637/consoleFull) for PR 3027 at commit [`b1ba984`](https://gith

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74745020 [Test build #612 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/612/consoleFull) for PR 3027 at commit [`d3b9253`](https://githu

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/3027#discussion_r24843768 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskResultGetter.scala --- @@ -95,25 +96,30 @@ private[spark] class TaskResultGetter(sparkEnv: SparkE

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74730606 [Test build #612 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/612/consoleFull) for PR 3027 at commit [`d3b9253`](https://github

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74731123 [Test build #27637 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27637/consoleFull) for PR 3027 at commit [`b1ba984`](https://githu

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74730456 @JoshRosen I fixed it locally, but forgot to push out. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-17 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74729680 Looks like this failed due to Scala style issues due to a few long lines. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74622928 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74622925 [Test build #27614 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27614/consoleFull) for PR 3027 at commit [`d3b9253`](https://gith

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-02-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-74622799 [Test build #27614 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27614/consoleFull) for PR 3027 at commit [`d3b9253`](https://githu

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2015-01-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-72130239 [Test build #26342 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26342/consoleFull) for PR 3027 at commit [`969fa9d`](https://gith

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

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

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-64280800 [Test build #534 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/534/consoleFull) for PR 3027 at commit [`25590c9`](https://githu

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-64268001 [Test build #534 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/534/consoleFull) for PR 3027 at commit [`25590c9`](https://github

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-63726244 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-63726236 [Test build #23628 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23628/consoleFull) for PR 3027 at commit [`25590c9`](https://gith

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-63713343 [Test build #23628 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23628/consoleFull) for PR 3027 at commit [`25590c9`](https://githu

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-63712319 @JoshRosen How does this look to you? --- 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

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-63208102 [Test build #522 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/522/consoleFull) for PR 3027 at commit [`c0f1021`](https://githu

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-63205975 [Test build #522 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/522/consoleFull) for PR 3027 at commit [`c0f1021`](https://github

[GitHub] spark pull request: [SPARK-4172] [PySpark] Progress API in Python

2014-11-06 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/3027#issuecomment-62103763 @JoshRosen I had created a new JIRA for it. --- 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 projec