[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

[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 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

[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

[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

[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

[GitHub] spark pull request: Added missing Python APIs

2014-03-04 Thread prabinb
GitHub user prabinb opened a pull request: https://github.com/apache/spark/pull/75 Added missing Python APIs The following Python APIs are added, RDD.id() SparkContext.setJobGroup() SparkContext.setLocalProperty() SparkContext.getLocalProperty