[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/92 --- 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-1163, Added missing Python RDD functions

2014-03-11 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37380473 Thanks, merged. --- 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: Spark-1163, Added missing Python RDD functions

2014-03-11 Thread prabinb
Github user prabinb commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37380006 @pwendell rebased with the latest master, should be able to merge now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-11 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37327532 @prabinb seems like this isn't merging cleanly right now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-10 Thread prabinb
Github user prabinb commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37266566 Removed `RDD.generator()` and `RDD.setGenerator()` functions --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-10 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/92#discussion_r10456929 --- Diff: python/pyspark/rdd.py --- @@ -1057,6 +1058,64 @@ def coalesce(self, numPartitions, shuffle=False): jrdd = self._jrdd.coalesce(numPartitio

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37250063 Other than removing the generator this looks good to me. --- 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-1163, Added missing Python RDD functions

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

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

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

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-08 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/92#discussion_r10410905 --- Diff: python/pyspark/rdd.py --- @@ -1057,6 +1058,64 @@ def coalesce(self, numPartitions, shuffle=False): jrdd = self._jrdd.coalesce(numPartitio

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-08 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/92#discussion_r10410792 --- Diff: python/pyspark/rdd.py --- @@ -1057,6 +1058,64 @@ def coalesce(self, numPartitions, shuffle=False): jrdd = self._jrdd.coalesce(numPartitio

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-08 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/92#discussion_r10410791 --- Diff: python/pyspark/rdd.py --- @@ -1057,6 +1058,64 @@ def coalesce(self, numPartitions, shuffle=False): jrdd = self._jrdd.coalesce(numPartitio

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-08 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/92#discussion_r10410706 --- Diff: python/pyspark/rdd.py --- @@ -1057,6 +1058,64 @@ def coalesce(self, numPartitions, shuffle=False): jrdd = self._jrdd.coalesce(numPartitio

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

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

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37086542 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-1163, Added missing Python RDD functions

2014-03-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37084924 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-1163, Added missing Python RDD functions

2014-03-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37084923 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-1163, Added missing Python RDD functions

2014-03-07 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-37084601 Jenkins, test this 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

[GitHub] spark pull request: Spark-1163, Added missing Python RDD functions

2014-03-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/92#issuecomment-36838038 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-1163, Added missing Python RDD functions

2014-03-06 Thread prabinb
GitHub user prabinb opened a pull request: https://github.com/apache/spark/pull/92 Spark-1163, Added missing Python RDD functions You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabinb/spark python-api-rdd Alternatively you can