Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19263#discussion_r145188923
--- 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>
+ <td>false</td>
+ <td>
+ Whether to log events for every block update, if
<code>spark.eventLog.enabled</code> is true.
--- End diff --
Should add a warning that this will considerably increase the size of event
logs.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]