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/04/11 16:51:33 UTC

[beam-site] branch asf-site updated (8443cf4 -> 6dcda43)

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 8443cf4  Prepare repository for deployment.
     add b40a7c8  Change first occurance of MyOptions to PipelineOptions
     add 843eada  This closes #417
     new 6dcda43  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/documentation/programming-guide/index.html | 3 ++-
 src/documentation/programming-guide.md             | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[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 6dcda4398bf7ebb07902d519637785838c00f093
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Apr 11 09:51:31 2018 -0700

    Prepare repository for deployment.
---
 content/documentation/programming-guide/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html
index cbcca60..8fb9cd6 100644
--- a/content/documentation/programming-guide/index.html
+++ b/content/documentation/programming-guide/index.html
@@ -391,7 +391,8 @@ you can use to set fields in <code class="highlighter-rouge">PipelineOptions</co
 <p>To read options from the command-line, construct your <code class="highlighter-rouge">PipelineOptions</code> object
 as demonstrated in the following example code:</p>
 
-<div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="n">MyOptions</span> <span class="n">options</span> <span class="o">=</span> <span class="n">PipelineOptionsFactory</span><span class="o">.</span><span class="na">fromArgs</span><span class="o">(</span><span class="n">args</span><span class="o">).</span><span class="na">withValidation</span><span class="o">().</span><span class="na">create</span><span class="o">();</span>
+<div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="n">PipelineOptions</span> <span class="n">options</span> <span class="o">=</span>
+    <span class="n">PipelineOptionsFactory</span><span class="o">.</span><span class="na">fromArgs</span><span class="o">(</span><span class="n">args</span><span class="o">).</span><span class="na">withValidation</span><span class="o">().</span><span class="na">create</span><span class="o">();</span>
 </code></pre>
 </div>
 <div class="language-py highlighter-rouge"><pre class="highlight"><code><span class="kn">import</span> <span class="nn">apache_beam</span> <span class="kn">as</span> <span class="nn">beam</span>

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.