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