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 2020/02/21 22:01:55 UTC

[beam] branch asf-site updated: Publishing website 2020/02/21 22:01:47 at commit 00ed8a8

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 dab84fc  Publishing website 2020/02/21 22:01:47 at commit 00ed8a8
dab84fc is described below

commit dab84fc814af7764b8f155a7b56aff4b0211e988
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Feb 21 22:01:48 2020 +0000

    Publishing website 2020/02/21 22:01:47 at commit 00ed8a8
---
 .../contribute/release-guide/index.html            | 22 +++++++++++-----------
 .../documentation/runners/flink/index.html         | 14 +++++++-------
 .../documentation/runtime/environments/index.html  | 18 +++++++++---------
 .../runtime/sdk-harness-config/index.html          |  2 +-
 .../get-started/quickstart-go/index.html           |  2 +-
 .../get-started/wordcount-example/index.html       |  2 +-
 6 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index 9bcbd15..275f47f 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -1087,7 +1087,7 @@ Make sure they have blocker JIRAs attached and are OK to get into the release by
       <li>Run gradle publish to push java artifacts into Maven staging repo.</li>
       <li>Stage source release into dist.apache.org dev <a href="https://dist.apache.org/repos/dist/dev/beam/">repo</a>.</li>
       <li>Stage,sign and hash python binaries into dist.apache.ord dev repo python dir</li>
-      <li>Stage SDK docker images to <a href="https://hub.docker.com/u/apachebeam">https://hub.docker.com/u/apachebeam</a>.</li>
+      <li>Stage SDK docker images to <a href="https://hub.docker.com/search?q=apache%2Fbeam&amp;type=image">docker hub Apache organization</a>.</li>
       <li>Create a PR to update beam and beam-site, changes includes:
         <ul>
           <li>Copy python doc into beam-site</li>
@@ -1224,7 +1224,7 @@ svn commit
 
 PYTHON_VER=("python2.7" "python3.5" "python3.6" "python3.7")
 for ver in "${PYTHON_VER[@]}"; do
-   docker push apachebeam/${ver}_sdk:${RELEASE}_rc{RC_NUM} &amp;
+   docker push apache/beam_${ver}_sdk:${RELEASE}_rc{RC_NUM} &amp;
 done
 </code></pre></div></div>
 
@@ -1262,20 +1262,20 @@ done
 <p>Clean up images from local</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>for ver in "${PYTHON_VER[@]}"; do
-   docker rmi -f apachebeam/${ver}_sdk:${RELEASE}_rc{RC_NUM}
+   docker rmi -f apache/beam_${ver}_sdk:${RELEASE}_rc{RC_NUM}
 done
-docker rmi -f apachebeam/java_sdk:${RELEASE}_rc{RC_NUM}
-docker rmi -f apachebeam/go_sdk:${RELEASE}_rc{RC_NUM}
+docker rmi -f apache/beam_java_sdk:${RELEASE}_rc{RC_NUM}
+docker rmi -f apache/beam_go_sdk:${RELEASE}_rc{RC_NUM}
 for ver in "${FLINK_VER[@]}"; do
-   docker rmi -f "apachebeam/flink${ver}_job_server:${RELEASE}_rc${RC_NUM}"
+   docker rmi -f "apache/beam_flink${ver}_job_server:${RELEASE}_rc${RC_NUM}"
 done
-docker rmi -f "apachebeam/spark_job_server:${RELEASE}_rc${RC_NUM}"
+docker rmi -f "apache/beam_spark_job_server:${RELEASE}_rc${RC_NUM}"
 
 </code></pre></div></div>
 
 <p>How to find images:</p>
 <ol>
-  <li>Visit <a href="https://hub.docker.com/u/apachebeam">https://hub.docker.com/u/apachebeam</a></li>
+  <li>Visit <a href="https://hub.docker.com/search?q=apache%2Fbeam&amp;type=image">https://hub.docker.com/u/apache</a></li>
   <li>Visit each repository and navigate to <em>tags</em> tab.</li>
   <li>Verify images are pushed with tags: ${RELEASE}_rc{RC_NUM}</li>
 </ol>
@@ -1446,7 +1446,7 @@ all major features and bug fixes, and all known issues.</p>
   <li>Maven artifacts deployed to the staging repository of <a href="https://repository.apache.org/content/repositories/">repository.apache.org</a></li>
   <li>Source distribution deployed to the dev repository of <a href="https://dist.apache.org/repos/dist/dev/beam/">dist.apache.org</a></li>
   <li>Website pull request proposed to list the <a href="/get-started/downloads/">release</a>, publish the <a href="https://beam.apache.org/releases/javadoc/">Java API reference manual</a>, and publish the <a href="https://beam.apache.org/releases/pydoc/">Python API reference manual</a>.</li>
-  <li>Docker images are published to <a href="https://hub.docker.com/u/apachebeam">DockerHub</a> with tags: {RELEASE}_rc{RC_NUM}.</li>
+  <li>Docker images are published to <a href="https://hub.docker.com/search?q=apache%2Fbeam&amp;type=image">DockerHub</a> with tags: {RELEASE}_rc{RC_NUM}.</li>
 </ol>
 
 <p>You can (optionally) also do additional verification by:</p>
@@ -1458,7 +1458,7 @@ all major features and bug fixes, and all known issues.</p>
   <li>Run all jenkins suites and include links to passing tests in the voting email. (Select “Run with parameters”)</li>
   <li>Pull docker images to make sure they are pullable.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker pull {image_name}
-docker pull apachebeam/python3.5_sdk:2.16.0_rc1
+docker pull apache/beam_python3.5_sdk:2.16.0_rc1
 </code></pre></div>    </div>
   </li>
 </ol>
@@ -1506,7 +1506,7 @@ Release Manager
 [7] https://github.com/apache/beam-site/pull/...
 [8] https://github.com/apache/beam/pull/...
 [9] https://docs.google.com/spreadsheets/d/1qk-N5vjXvbcEk68GjbkSZTR8AGqyNUM-oLFo_ZXBpJw/edit#gid=...
-[10] https://hub.docker.com/u/apachebeam
+[10] https://hub.docker.com/search?q=apache%2Fbeam&amp;type=image
 </code></pre></div></div>
 
 <p>If there are any issues found in the release candidate, reply on the vote thread to cancel the vote. There’s no need to wait 72 hours. Proceed to the <code class="highlighter-rouge">Fix Issues</code> step below and address the problem. However, some issues don’t require cancellation. For example, if an issue is found in the website pull request, just correct it on the spot and the vote can continue as-is.</p>
diff --git a/website/generated-content/documentation/runners/flink/index.html b/website/generated-content/documentation/runners/flink/index.html
index c91b2c0..9f5533d 100644
--- a/website/generated-content/documentation/runners/flink/index.html
+++ b/website/generated-content/documentation/runners/flink/index.html
@@ -486,15 +486,15 @@ If you have a Flink <code class="highlighter-rouge">JobManager</code> running on
 <p>Starting with Beam 2.18.0, pre-built Docker images are available at Docker Hub.</p>
 
 <p>JobService:
-<a href="https://hub.docker.com/r/apachebeam/flink1.7_job_server">Flink 1.7</a>,
-<a href="https://hub.docker.com/r/apachebeam/flink1.8_job_server">Flink 1.8</a>,
-<a href="https://hub.docker.com/r/apachebeam/flink1.9_job_server">Flink 1.9</a>.</p>
+<a href="https://hub.docker.com/r/apache/beam_flink1.7_job_server">Flink 1.7</a>,
+<a href="https://hub.docker.com/r/apache/beam_flink1.8_job_server">Flink 1.8</a>,
+<a href="https://hub.docker.com/r/apache/beam_flink1.9_job_server">Flink 1.9</a>.</p>
 
 <p>Beam SDK:
-<a href="https://hub.docker.com/r/apachebeam/python2.7_sdk">Python 2.7</a>,
-<a href="https://hub.docker.com/r/apachebeam/python3.5_sdk">Python 3.5</a>,
-<a href="https://hub.docker.com/r/apachebeam/python3.6_sdk">Python 3.6</a>,
-<a href="https://hub.docker.com/r/apachebeam/python3.7_sdk">Python 3.7</a>.</p>
+<a href="https://hub.docker.com/r/apache/beam_python2.7_sdk">Python 2.7</a>,
+<a href="https://hub.docker.com/r/apache/beam_python3.5_sdk">Python 3.5</a>,
+<a href="https://hub.docker.com/r/apache/beam_python3.6_sdk">Python 3.6</a>,
+<a href="https://hub.docker.com/r/apache/beam_python3.7_sdk">Python 3.7</a>.</p>
 
 <p>To run a pipeline on an embedded Flink cluster:
 <!-- Span implictly ended --></p>
diff --git a/website/generated-content/documentation/runtime/environments/index.html b/website/generated-content/documentation/runtime/environments/index.html
index e3222ea..38a104f 100644
--- a/website/generated-content/documentation/runtime/environments/index.html
+++ b/website/generated-content/documentation/runtime/environments/index.html
@@ -518,7 +518,7 @@ limitations under the License.
 
 <ol>
   <li>Pull a <a href="https://hub.docker.com/u/apachebeam">prebuilt SDK container image</a> for your <a href="https://docs.docker.com/docker-hub/repos/#searching-for-repositories">target</a> language and version. The following example pulls the latest Python SDK:
-    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker pull apachebeam/python3.7_sdk
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker pull apache/beam_python3.7_sdk
 </code></pre></div>    </div>
   </li>
   <li><a href="https://docs.docker.com/develop/develop-images/dockerfile_best-practices/">Write a new Dockerfile</a> that <a href="https://docs.docker.com/engine/reference/builder/#from">designates</a> the original as its <a href="https://docs.docker.com/glossary/?term=parent%20image">parent</a>.</li>
@@ -612,12 +612,12 @@ python -m apache_beam.examples.wordcount \
 
 <p>To examine the containers that you built, run <code class="highlighter-rouge">docker images</code> from anywhere in the command line. If you successfully built all of the container images, the command prints a table like the following:</p>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>REPOSITORY                          TAG                 IMAGE ID            CREATED           SIZE
-apachebeam/java_sdk                 latest              16ca619d489e        2 weeks ago        550MB
-apachebeam/python2.7_sdk            latest              b6fb40539c29        2 weeks ago       1.78GB
-apachebeam/python3.5_sdk            latest              bae309000d09        2 weeks ago       1.85GB
-apachebeam/python3.6_sdk            latest              42faad307d1a        2 weeks ago       1.86GB
-apachebeam/python3.7_sdk            latest              18267df54139        2 weeks ago       1.86GB
-apachebeam/go_sdk                   latest              30cf602e9763        2 weeks ago        124MB
+apache/beam_java_sdk                 latest              16ca619d489e        2 weeks ago        550MB
+apache/beam_python2.7_sdk            latest              b6fb40539c29        2 weeks ago       1.78GB
+apache/beam_python3.5_sdk            latest              bae309000d09        2 weeks ago       1.85GB
+apache/beam_python3.6_sdk            latest              42faad307d1a        2 weeks ago       1.86GB
+apache/beam_python3.7_sdk            latest              18267df54139        2 weeks ago       1.86GB
+apache/beam_go_sdk                   latest              30cf602e9763        2 weeks ago        124MB
 </code></pre></div></div>
 
 <h3 id="overriding-default-docker-targets">Overriding default Docker targets</h3>
@@ -644,13 +644,13 @@ apachebeam/go_sdk                   latest              30cf602e9763        2 we
 </code></pre></div>    </div>
   </li>
   <li>Navigate to the local copy of your container image and upload it to the remote repository:
-    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker push apachebeam/python2.7_sdk
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker push apache/beam_python2.7_sdk
 </code></pre></div>    </div>
   </li>
 </ol>
 
 <p>To download the image again, run <code class="highlighter-rouge">docker pull</code>:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker pull apachebeam/python2.7_sdk
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker pull apache/beam_python2.7_sdk
 </code></pre></div></div>
 
 <blockquote>
diff --git a/website/generated-content/documentation/runtime/sdk-harness-config/index.html b/website/generated-content/documentation/runtime/sdk-harness-config/index.html
index 6d446f4..09849ab 100644
--- a/website/generated-content/documentation/runtime/sdk-harness-config/index.html
+++ b/website/generated-content/documentation/runtime/sdk-harness-config/index.html
@@ -517,7 +517,7 @@ on each worker machine.</li>
       </li>
       <li><code class="highlighter-rouge">EXTERNAL</code>: User code will be dispatched to an external service. For example, one can start
 an external service for Python workers by running
-<code class="highlighter-rouge">docker run -p=50000:50000 apachebeam/python3.6_sdk --worker_pool</code>.
+<code class="highlighter-rouge">docker run -p=50000:50000 apache/beam_python3.6_sdk --worker_pool</code>.
         <ul>
           <li><code class="highlighter-rouge">environment_config</code>: Address for the external service, e.g. <code class="highlighter-rouge">localhost:50000</code>.</li>
           <li>To access a Dockerized worker pool service from a Mac or Windows client, set the
diff --git a/website/generated-content/get-started/quickstart-go/index.html b/website/generated-content/get-started/quickstart-go/index.html
index 58822bc..9e4693f 100644
--- a/website/generated-content/get-started/quickstart-go/index.html
+++ b/website/generated-content/get-started/quickstart-go/index.html
@@ -286,7 +286,7 @@ $ wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --project your-gcp-project \
             --temp_location gs://&lt;your-gcs-bucket&gt;/tmp/ \
             --staging_location gs://&lt;your-gcs-bucket&gt;/binaries/ \
-            --worker_harness_container_image=apachebeam/go_sdk:latest
+            --worker_harness_container_image=apache/beam_go_sdk:latest
 </code></pre></div></div>
 
 <div class="runner-nemo highlighter-rouge"><div class="highlight"><pre class="highlight"><code>This runner is not yet available for the Go SDK.
diff --git a/website/generated-content/get-started/wordcount-example/index.html b/website/generated-content/get-started/wordcount-example/index.html
index 8fef84f..b2aff3d 100644
--- a/website/generated-content/get-started/wordcount-example/index.html
+++ b/website/generated-content/get-started/wordcount-example/index.html
@@ -706,7 +706,7 @@ $ wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --project your-gcp-project \
             --temp_location gs://&lt;your-gcs-bucket&gt;/tmp/ \
             --staging_location gs://&lt;your-gcs-bucket&gt;/binaries/ \
-            --worker_harness_container_image=apachebeam/go_sdk:latest
+            --worker_harness_container_image=apache/beam_go_sdk:latest
 </code></pre></div></div>
 
 <div class="runner-samza-local highlighter-rouge"><div class="highlight"><pre class="highlight"><code>This runner is not yet available for the Go SDK.