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 b90f11fbf7201092cfa450638a8ad595753153e9
Author: Mergebot <merge...@apache.org>
AuthorDate: Thu Aug 9 05:54:35 2018 +0000

    Prepare repository for deployment.
---
 content/contribute/portability/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/contribute/portability/index.html 
b/content/contribute/portability/index.html
index 09d0e57..55330dd 100644
--- a/content/contribute/portability/index.html
+++ b/content/contribute/portability/index.html
@@ -433,7 +433,7 @@ docker</code></li>
 <ol>
   <li>Start local Flink cluster</li>
   <li>Create shaded JobService jar: <code class="highlighter-rouge">./gradlew 
:beam-runners-flink_2.11-job-server:installShadowDist</code></li>
-  <li>Start JobService with Flink web service endpoint: <code 
class="highlighter-rouge">java -jar 
./runners/flink/job-server/build/install/beam-runners-flink_2.11-job-server-shadow/lib/beam-runners-flink_2.11-job-server-*.jar--job-host=localhost:8099"
 "--artifacts-dir=/tmp/flink-artifacts" 
"--flink-master-url=localhost:8081"</code></li>
+  <li>Start JobService with Flink web service endpoint: <code 
class="highlighter-rouge">java -jar 
./runners/flink/job-server/build/install/beam-runners-flink_2.11-job-server-shadow/lib/beam-runners-flink_2.11-job-server-*.jar
 "--job-host=localhost:8099" "--artifacts-dir=/tmp/flink-artifacts" 
"--flink-master-url=localhost:8081"</code></li>
   <li>Submit the pipeline.</li>
 </ol>
 

Reply via email to