[GitHub] spark issue #15811: [SPARK-18361] [PySpark] Expose RDD localCheckpoint in Py...

2016-11-16 Thread gabrielhuang
Github user gabrielhuang commented on the issue: https://github.com/apache/spark/pull/15811 retest 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 feature enabled

[GitHub] spark issue #15811: [SPARK-18361] [PySpark] Expose RDD localCheckpoint in Py...

2016-11-16 Thread gabrielhuang
Github user gabrielhuang commented on the issue: https://github.com/apache/spark/pull/15811 Ok, I removed the Python flag. --- 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 issue #15811: [SPARK-18361] [PySpark] Expose RDD localCheckpoint in Py...

2016-11-15 Thread gabrielhuang
Github user gabrielhuang commented on the issue: https://github.com/apache/spark/pull/15811 There's a sleep(1.) Instruction that causes the test to time out. Is that a problem? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

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