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/12/12 16:11:39 UTC

[beam] branch asf-site updated: Publishing website 2018/12/12 16:11:34 at commit a53f56a

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 b0b5d8c  Publishing website 2018/12/12 16:11:34 at commit a53f56a
b0b5d8c is described below

commit b0b5d8c4d0ff8c4e3f5a98dfe890bc1cea7ee450
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Dec 12 16:11:35 2018 +0000

    Publishing website 2018/12/12 16:11:34 at commit a53f56a
---
 .../documentation/sdks/java/testing/nexmark/index.html              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/generated-content/documentation/sdks/java/testing/nexmark/index.html b/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
index a552cca..8e7a411 100644
--- a/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
+++ b/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
@@ -545,7 +545,7 @@ or may be published to Pub/Sub or Kafka.</p>
 <h3 id="flink-runner-specific-configuration">Flink runner specific configuration</h3>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>--manageResources=false --monitorJobs=true \
---flinkMaster=local --parallelism=#numcores
+--flinkMaster=[local] --parallelism=#numcores
 </code></pre>
 </div>
 
@@ -911,7 +911,7 @@ configure logging.</p>
         --streaming=false
         --manageResources=false
         --monitorJobs=true
-        --flinkMaster=local"
+        --flinkMaster=[local]"
 </code></pre>
 </div>
 
@@ -926,7 +926,7 @@ configure logging.</p>
         --streaming=true
         --manageResources=false
         --monitorJobs=true
-        --flinkMaster=local"
+        --flinkMaster=[local]"
 </code></pre>
 </div>