[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37710423 Merged build finished. --- 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-1242 Add aggregate to python rdd

2014-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37710425 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13188/ --- If your project

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37708361 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 hav

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37708362 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 t

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-14 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/139#discussion_r10616840 --- Diff: python/pyspark/rdd.py --- @@ -566,8 +566,32 @@ def func(iterator): vals = self.mapPartitions(func).collect() return reduc

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-14 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/139#discussion_r10616781 --- Diff: python/pyspark/rdd.py --- @@ -566,8 +566,32 @@ def func(iterator): vals = self.mapPartitions(func).collect() return reduc

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37614102 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13173/ --- If your project

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37614101 Merged build finished. --- 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-1242 Add aggregate to python rdd

2014-03-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37610599 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 hav

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/139#issuecomment-37610600 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 t

[GitHub] spark pull request: SPARK-1242 Add aggregate to python rdd

2014-03-13 Thread holdenk
GitHub user holdenk opened a pull request: https://github.com/apache/spark/pull/139 SPARK-1242 Add aggregate to python rdd You can merge this pull request into a Git repository by running: $ git pull https://github.com/holdenk/spark add_aggregate_to_python_api Alternatively y