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 dccd0bd  Publishing website 2018/09/27 21:33:04 at commit 24de10e
dccd0bd is described below

commit dccd0bde793942357a940e9821167678653c4fa2
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Sep 27 21:33:05 2018 +0000

    Publishing website 2018/09/27 21:33:04 at commit 24de10e
---
 website/generated-content/contribute/index.html                  | 2 +-
 .../generated-content/documentation/programming-guide/index.html | 2 +-
 website/generated-content/get-started/quickstart-go/index.html   | 3 +++
 .../generated-content/get-started/wordcount-example/index.html   | 9 +++++++++
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/contribute/index.html 
b/website/generated-content/contribute/index.html
index f4a3af3..099c100 100644
--- a/website/generated-content/contribute/index.html
+++ b/website/generated-content/contribute/index.html
@@ -618,7 +618,7 @@ When submitting a new PR, please tag <a 
href="https://github.com/robbesneyders";>
 <p>Work to support the next LTS release of Java is in progress. For more 
details about the scope and info on the various tasks please see the JIRA 
ticket.</p>
 
 <ul>
-  <li>JIRA: <a 
href="https://issues.apache.org/jira/issues/BEAM-2530";>BEAM-2530</a></li>
+  <li>JIRA: <a 
href="https://issues.apache.org/jira/browse/BEAM-2530";>BEAM-2530</a></li>
   <li>Contact: <a href="mailto:ieme...@gmail.com";>Ismaël Mejía</a></li>
 </ul>
 
diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index 2f19f9c..4836731 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -2902,7 +2902,7 @@ least 10 minutes:</p>
 </div>
 <div class="language-py highlighter-rouge"><pre class="highlight"><code><span 
class="kn">from</span> <span class="nn">apache_beam</span> <span 
class="kn">import</span> <span class="n">window</span>
 <span class="n">session_windowed_items</span> <span class="o">=</span> <span 
class="p">(</span>
-    <span class="n">items</span> <span class="o">|</span> <span 
class="s">'window'</span> <span class="o">&gt;&gt;</span> <span 
class="n">beam</span><span class="o">.</span><span 
class="n">WindowInto</span><span class="p">(</span><span 
class="n">window</span><span class="o">.</span><span 
class="n">Sessions</span><span class="p">(</span><span 
class="mi">10</span><span class="p">)))</span>
+    <span class="n">items</span> <span class="o">|</span> <span 
class="s">'window'</span> <span class="o">&gt;&gt;</span> <span 
class="n">beam</span><span class="o">.</span><span 
class="n">WindowInto</span><span class="p">(</span><span 
class="n">window</span><span class="o">.</span><span 
class="n">Sessions</span><span class="p">(</span><span class="mi">10</span> 
<span class="o">*</span> <span class="mi">60</span><span class="p">)))</span>
 
 </code></pre>
 </div>
diff --git a/website/generated-content/get-started/quickstart-go/index.html 
b/website/generated-content/get-started/quickstart-go/index.html
index 8a2435a..dbfae68 100644
--- a/website/generated-content/get-started/quickstart-go/index.html
+++ b/website/generated-content/get-started/quickstart-go/index.html
@@ -245,11 +245,14 @@ $ wordcount --input &lt;PATH_TO_INPUT_FILE&gt; --output 
counts
 </div>
 
 <div class="runner-dataflow highlighter-rouge"><pre class="highlight"><code>$ 
go install github.com/apache/beam/sdks/go/examples/wordcount
+# As part of the initial setup, for non linux users - install package unix 
before run
+$ go get -u golang.org/x/sys/unix
 $ wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --output gs://&lt;your-gcs-bucket&gt;/counts \
             --runner dataflow \
             --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=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 </code></pre>
 </div>
diff --git a/website/generated-content/get-started/wordcount-example/index.html 
b/website/generated-content/get-started/wordcount-example/index.html
index 0b8d502..7878541 100644
--- a/website/generated-content/get-started/wordcount-example/index.html
+++ b/website/generated-content/get-started/wordcount-example/index.html
@@ -689,11 +689,14 @@ $ wordcount --input &lt;PATH_TO_INPUT_FILE&gt; --output 
counts
 </div>
 
 <div class="runner-dataflow highlighter-rouge"><pre class="highlight"><code>$ 
go install github.com/apache/beam/sdks/go/examples/wordcount
+# As part of the initial setup, for non linux users - install package unix 
before run
+$ go get -u golang.org/x/sys/unix
 $ wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --output gs://&lt;your-gcs-bucket&gt;/counts \
             --runner dataflow \
             --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=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 </code></pre>
 </div>
@@ -1009,11 +1012,14 @@ $ debugging_wordcount --input 
&lt;PATH_TO_INPUT_FILE&gt; --output counts
 </div>
 
 <div class="runner-dataflow highlighter-rouge"><pre class="highlight"><code>$ 
go install github.com/apache/beam/sdks/go/examples/debugging_wordcount
+# As part of the initial setup, for non linux users - install package unix 
before run
+$ go get -u golang.org/x/sys/unix
 $ debugging_wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
                       --output gs://&lt;your-gcs-bucket&gt;/counts \
                       --runner dataflow \
                       --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=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 </code></pre>
 </div>
@@ -1343,11 +1349,14 @@ $ windowed_wordcount --input &lt;PATH_TO_INPUT_FILE&gt; 
--output counts
 </div>
 
 <div class="runner-dataflow highlighter-rouge"><pre class="highlight"><code>$ 
go install github.com/apache/beam/sdks/go/examples/windowed_wordcount
+# As part of the initial setup, for non linux users - install package unix 
before run
+$ go get -u golang.org/x/sys/unix
 $ windowed_wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --output gs://&lt;your-gcs-bucket&gt;/counts \
             --runner dataflow \
             --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=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 </code></pre>
 </div>

Reply via email to