Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22881#discussion_r229155491
--- Diff: docs/configuration.md ---
@@ -761,6 +761,17 @@ 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.eventLog.allowErasureCoding</code></td>
+ <td>false</td>
+ <td>
+ Whether to allow event logs to use erasure coding, or turn erasure
coding off, regardless of
+ filesystem defaults. On HDFS, erasure coded files will not update as
quickly as regular
+ replicated files, so they application updates will take longer to
appear in the History Server.
+ Note that even if this is true, spark will still not force the file to
erasure coding, it will
--- End diff --
nit: `to erasure coding` -> `to use erasure coding`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]