You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/08/09 05:54:37 UTC

[beam-site] branch asf-site updated (5597109 -> b90f11f)

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

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


    from 5597109  Prepare repository for deployment.
     add 3a5abf4  fix job service startup instruction
     add 3e70b0a  This closes #532
     new b90f11f  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/portability/index.html | 2 +-
 src/contribute/portability.md             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
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 <me...@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>