You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2016/11/16 12:05:13 UTC

svn commit: r1769964 - /zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/scio.html

Author: ahyoungryu
Date: Wed Nov 16 12:05:13 2016
New Revision: 1769964

URL: http://svn.apache.org/viewvc?rev=1769964&view=rev
Log: (empty)

Modified:
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/scio.html

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/scio.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/scio.html?rev=1769964&r1=1769963&r2=1769964&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/scio.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/scio.html Wed Nov 16 12:05:13 2016
@@ -242,7 +242,7 @@ limitations under the License.
 <div class="highlight"><pre><code class="scala language-scala" data-lang="scala"><span class="nc">$beam</span><span class="o">.</span><span class="n">scio</span>
 <span class="k">val</span> <span class="o">(</span><span class="n">sc</span><span class="o">,</span> <span class="n">args</span><span class="o">)</span> <span class="k">=</span> <span class="nc">ContextAndArgs</span><span class="o">(</span><span class="n">argz</span><span class="o">)</span>
 </code></pre></div>
-<p>Use <code>sc</code> context the way you would in regular pipeline/REPL.</p>
+<p>Use <code>sc</code> context the way you would in a regular pipeline/REPL.</p>
 
 <p>Example:</p>
 <div class="highlight"><pre><code class="scala language-scala" data-lang="scala"><span class="nc">$beam</span><span class="o">.</span><span class="n">scio</span>
@@ -253,7 +253,7 @@ limitations under the License.
 
 <h3>Progress</h3>
 
-<p>There can be only one paragraph running at a time. There is no notion of overall progress, thus progress bar will be <code>0</code>.</p>
+<p>There can be only one paragraph running at once. There is no notion of overall progress, thus progress bar will show <code>0</code>.</p>
 
 <h3>SCollection display helpers</h3>
 
@@ -275,11 +275,11 @@ limitations under the License.
 
 <h5><code>SCollection</code> helper</h5>
 
-<p><code>SCollection</code> has <code>closeAndDisplay</code> Zeppelin helper method for types listed above. Use it to synchronously close Scio context, once available pull and display results.</p>
+<p><code>SCollection</code> has <code>closeAndDisplay</code> Zeppelin helper method for types listed above. Use it to synchronously close Scio context, and once available pull and display results.</p>
 
 <h5><code>Future[Tap]</code> helper</h5>
 
-<p><code>Future[Tap]</code> has <code>waitAndDisplay</code> Zeppelin helper method for types listed above. Use it synchronously wait for results, once available pull and display results.</p>
+<p><code>Future[Tap]</code> has <code>waitAndDisplay</code> Zeppelin helper method for types listed above. Use it to synchronously wait for results, and once available pull and display results.</p>
 
 <h5><code>Tap</code> helper</h5>
 
@@ -328,10 +328,13 @@ limitations under the License.
 </code></pre></div>
 <h3>Google credentials</h3>
 
-<p>Scio Interpreter will try to infer your Google Cloud credentials from its environment, it will take into the account:
- * <code>argz</code> interpreter settings (<a href="https://github.com/spotify/scio/wiki#options">doc</a>)
- * environment variable (<code>GOOGLE_APPLICATION_CREDENTIALS</code>)
- * gcloud configuration</p>
+<p>Scio Interpreter will try to infer your Google Cloud credentials from its environment, it will take into the account:</p>
+
+<ul>
+<li><code>argz</code> interpreter settings (<a href="https://github.com/spotify/scio/wiki#options">doc</a>)</li>
+<li>environment variable (<code>GOOGLE_APPLICATION_CREDENTIALS</code>)</li>
+<li>gcloud configuration</li>
+</ul>
 
 <h4>BigQuery macro credentials</h4>