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

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

commit 32712a7a3ff7842575a78a9f7d2f551784d481b6
Author: Mergebot <merge...@apache.org>
AuthorDate: Thu Sep 6 05:43:58 2018 +0000

    Prepare repository for deployment.
---
 content/contribute/portability/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/contribute/portability/index.html 
b/content/contribute/portability/index.html
index cb90344..a39d239 100644
--- a/content/contribute/portability/index.html
+++ b/content/contribute/portability/index.html
@@ -426,12 +426,13 @@ for details.</p>
 To run a basic Python wordcount (in batch mode) with embedded Flink:</p>
 
 <ol>
-  <li>Run once to build the SDK harness container: <code 
class="highlighter-rouge">./gradlew -p sdks/python/container
-docker</code></li>
+  <li>Run once to build the SDK harness container: <code 
class="highlighter-rouge">./gradlew 
:beam-sdks-python-container:docker</code></li>
   <li>Start the Flink portable JobService endpoint: <code 
class="highlighter-rouge">./gradlew 
:beam-runners-flink_2.11-job-server:runShadow</code></li>
-  <li>Submit the wordcount pipeline to above endpoint: <code 
class="highlighter-rouge">./gradlew 
:beam-sdks-python:portableWordCount</code></li>
+  <li>Submit the wordcount pipeline to above endpoint: <code 
class="highlighter-rouge">./gradlew :beam-sdks-python:portableWordCount 
-PjobEndpoint=localhost:8099</code></li>
 </ol>
 
+<p>To run the pipeline in streaming mode: <code 
class="highlighter-rouge">./gradlew :beam-sdks-python:portableWordCount 
-PjobEndpoint=localhost:8099 -Pstreaming</code></p>
+
 <p>To run on a separate <a 
href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/quickstart/setup_quickstart.html";>Flink
 cluster</a>:</p>
 
 <ol>
@@ -442,7 +443,6 @@ docker</code></li>
   <li>Submit the pipeline.</li>
 </ol>
 
-<p>Note: A subset of the functionality is also supported in streaming mode; 
use <code class="highlighter-rouge">--streaming</code> in the command line to 
enable it.</p>
 
       </div>
     </div>

Reply via email to