[GitHub] spark pull request #17789: [SPARK-19525][CORE]Add RDD checkpoint compression...

2017-04-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17789 --- 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 ena

[GitHub] spark pull request #17789: [SPARK-19525][CORE]Add RDD checkpoint compression...

2017-04-27 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/17789#discussion_r113822807 --- Diff: core/src/main/scala/org/apache/spark/rdd/ReliableCheckpointRDD.scala --- @@ -169,7 +177,12 @@ private[spark] object ReliableCheckpointRDD extends

[GitHub] spark pull request #17789: [SPARK-19525][CORE]Add RDD checkpoint compression...

2017-04-27 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/17789 [SPARK-19525][CORE]Add RDD checkpoint compression support ## What changes were proposed in this pull request? This PR adds RDD checkpoint compression support and add a new config `spark.ch