[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/76 --- 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 enable

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-10 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/76#issuecomment-37229918 Thanks Prabin; I've merged this. --- 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-977 Added Python RDD.zip function

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

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

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

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/76#issuecomment-36716619 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 have

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/76#issuecomment-36716620 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 th

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-04 Thread prabinb
Github user prabinb commented on a diff in the pull request: https://github.com/apache/spark/pull/76#discussion_r10289574 --- Diff: python/pyspark/rdd.py --- @@ -1057,6 +1057,24 @@ def coalesce(self, numPartitions, shuffle=False): jrdd = self._jrdd.coalesce(numPartition

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-04 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/76#discussion_r10289240 --- Diff: python/pyspark/rdd.py --- @@ -1057,6 +1057,24 @@ def coalesce(self, numPartitions, shuffle=False): jrdd = self._jrdd.coalesce(numPartitions

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-04 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/76#issuecomment-36714999 Jenkins, this is 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 thi

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/76#issuecomment-36623694 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 proje

[GitHub] spark pull request: SPARK-977 Added Python RDD.zip function

2014-03-04 Thread prabinb
GitHub user prabinb opened a pull request: https://github.com/apache/spark/pull/76 SPARK-977 Added Python RDD.zip function You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabinb/spark python-api-zip Alternatively you can review