Regenerate website
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/2245a27d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/2245a27d Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/2245a27d Branch: refs/heads/asf-site Commit: 2245a27d028c967ada0c8b22d0ebf20d2acb8d62 Parents: a5dacb9 Author: Davor Bonaci <[email protected]> Authored: Sat Dec 10 13:20:58 2016 -0800 Committer: Davor Bonaci <[email protected]> Committed: Sat Dec 10 13:20:58 2016 -0800 ---------------------------------------------------------------------- content/get-started/quickstart/index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/2245a27d/content/get-started/quickstart/index.html ---------------------------------------------------------------------- diff --git a/content/get-started/quickstart/index.html b/content/get-started/quickstart/index.html index 36bf203..cc5e1ed 100644 --- a/content/get-started/quickstart/index.html +++ b/content/get-started/quickstart/index.html @@ -186,7 +186,7 @@ <p>This will create a directory <code class="highlighter-rouge">word-count-beam</code> that contains a simple <code class="highlighter-rouge">pom.xml</code> and a series of example pipelines that count words in text files.</p> -<div class="highlighter-rouge"><pre class="highlight"><code>$ cd beam-word-count/ +<div class="highlighter-rouge"><pre class="highlight"><code>$ cd word-count-beam/ $ ls pom.xml src @@ -240,7 +240,8 @@ You can monitor the running job by visiting the Flink dashboard at http://<fl </code></pre> </div> -<div class="runner-spark highlighter-rouge"><pre class="highlight"><code>TODO BEAM-900 +<div class="runner-spark highlighter-rouge"><pre class="highlight"><code>$ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \ + -Dexec.args="--runner=SparkRunner --inputFile=pom.xml --output=counts" -Pspark-runner </code></pre> </div> @@ -270,7 +271,7 @@ You can monitor the running job by visiting the Flink dashboard at http://<fl </code></pre> </div> -<div class="runner-spark highlighter-rouge"><pre class="highlight"><code>TODO BEAM-900 +<div class="runner-spark highlighter-rouge"><pre class="highlight"><code>$ ls counts* </code></pre> </div> @@ -326,7 +327,16 @@ Foundation: 1 </code></pre> </div> -<div class="runner-spark highlighter-rouge"><pre class="highlight"><code>TODO BEAM-900 +<div class="runner-spark highlighter-rouge"><pre class="highlight"><code>$ more counts* +beam: 27 +SF: 1 +fat: 1 +job: 1 +limitations: 1 +require: 1 +of: 11 +profile: 10 +... </code></pre> </div>
