[GitHub] spark pull request #15811: [SPARK-18361] [PySpark] Expose RDD localCheckpoin...

2016-11-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15811 --- 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

[GitHub] spark pull request #15811: [SPARK-18361] [PySpark] Expose RDD localCheckpoin...

2016-11-15 Thread gabrielhuang
Github user gabrielhuang commented on a diff in the pull request: https://github.com/apache/spark/pull/15811#discussion_r88130822 --- Diff: python/pyspark/rdd.py --- @@ -181,6 +181,7 @@ def __init__(self, jrdd, ctx, jrdd_deserializer=AutoBatchedSerializer(PickleSeri

[GitHub] spark pull request #15811: [SPARK-18361] [PySpark] Expose RDD localCheckpoin...

2016-11-15 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/15811#discussion_r88115031 --- Diff: python/pyspark/rdd.py --- @@ -181,6 +181,7 @@ def __init__(self, jrdd, ctx, jrdd_deserializer=AutoBatchedSerializer(PickleSeri

[GitHub] spark pull request #15811: [SPARK-18361] [PySpark] Expose RDD localCheckpoin...

2016-11-08 Thread gabrielhuang
GitHub user gabrielhuang opened a pull request: https://github.com/apache/spark/pull/15811 [SPARK-18361] [PySpark] Expose RDD localCheckpoint in PySpark ## What changes were proposed in this pull request? Expose RDD's localCheckpoint() and associated functions in PySpark.