aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 63fc99e7d3..7fe1147521 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -746,6 +746,18 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.files.useFetchCache</code></td>
+ <td>true</td>
+ <td>
+ If set to true (default), file fetching will use a local cache that is shared by executors
+ that belong to the same application, which can improve task launching performance when
+ running many executors on the same host. If set to false, these caching optimizations will
+ be disabled and all executors will fetch their own copies of files. This optimization may be
+ disabled in order to use Spark local directories that reside on NFS filesystems (see
+ <a href="https://issues.apache.org/jira/browse/SPARK-6313">SPARK-6313</a> for more details).
+ </td>
+</tr>
+<tr>
<td><code>spark.files.overwrite</code></td>
<td>false</td>
<td>