You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2018/11/22 13:35:17 UTC

[beam] branch asf-site updated: Publishing website 2018/11/22 13:35:13 at commit 1128372

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 69493d9  Publishing website 2018/11/22 13:35:13 at commit 1128372
69493d9 is described below

commit 69493d918d14490444deb4568e2ece0b415bea0a
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Nov 22 13:35:13 2018 +0000

    Publishing website 2018/11/22 13:35:13 at commit 1128372
---
 website/generated-content/documentation/runners/spark/index.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/website/generated-content/documentation/runners/spark/index.html b/website/generated-content/documentation/runners/spark/index.html
index 832fd63..011e701 100644
--- a/website/generated-content/documentation/runners/spark/index.html
+++ b/website/generated-content/documentation/runners/spark/index.html
@@ -350,6 +350,11 @@ For more details on the different deployment modes see: <a href="http://spark.ap
   <td>Enable reporting metrics to Spark's metrics Sinks.</td>
   <td>true</td>
 </tr>
+<tr>
+  <td><code>cacheDisabled</code></td>
+  <td>Disable caching of reused PCollections for whole Pipeline. It's useful when it's faster to recompute RDD rather than save.</td>
+  <td>false</td>
+</tr>
 </table>
 
 <h2 id="additional-notes">Additional notes</h2>