Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1822,8 +1822,9 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.files.overwrite</code></td>
<td>false</td>
<td>
Whether to overwrite files added through SparkContext.addFile() when the target file exists and
its contents do not match those of the source.
Whether to overwrite any files which exist at the startup. Users can not overwrite the files added by
<code>SparkContext.addFile</code> or <code>SparkContext.addJar</code> before even if this option is set
<code>true</code>.
</td>
<td>1.0.0</td>
</tr>
Expand Down