Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19263#discussion_r145189141
--- Diff: docs/configuration.md ---
@@ -714,6 +714,13 @@ Apart from these, the following properties are also
available, and may be useful
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
+ <td><code>spark.eventLog.blockUpdatesEnabled</code></td>
--- End diff --
We generally use ".enabled" for boolean options. Another possibility is
calling this `logBlockUpdates`, which might be more self-describing.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]