sandeepvja commented on a change in pull request #24883: [SPARK-24898][DOC] 
Adding spark.checkpoint.compress to the docs
URL: https://github.com/apache/spark/pull/24883#discussion_r294139294
 
 

 ##########
 File path: docs/configuration.md
 ##########
 @@ -1107,6 +1107,14 @@ Apart from these, the following properties are also 
available, and may be useful
     Compression will use <code>spark.io.compression.codec</code>.
   </td>
 </tr>
+<tr>
+  <td><code>spark.checkpoint.compress</code></td>
+  <td>false</td>
+  <td>
+    Whether to compress RDD checkpoints. Generally a good idea.
+    Compression will use <code>spark.io.compression.codec</code>
 
 Review comment:
   @dongjoon-hyun added a `.` at the end of the sentence
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to