Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/19242#discussion_r140450417
--- Diff: docs/configuration.md ---
@@ -740,6 +740,20 @@ Apart from these, the following properties are also
available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.eventLog.overwrite</code></td>
+ <td>true</td>
+ <td>
+ Whether to overwrite any existing files.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.eventLog.buffer.kb</code></td>
+ <td>100</td>
+ <td>
+ Buffer size to use when writing to output streams.
--- End diff --
Buffer size in KB
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]