You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/08/24 11:17:06 UTC

[beam] branch master updated: added link to setup instructions in WordCount example (#22832)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d8063600b09 added link to setup instructions in WordCount example (#22832)
d8063600b09 is described below

commit d8063600b0996db3e01e55f299ebb6f6cd2ccbef
Author: David Huntsperger <56...@users.noreply.github.com>
AuthorDate: Wed Aug 24 04:16:59 2022 -0700

    added link to setup instructions in WordCount example (#22832)
---
 website/www/site/content/en/get-started/wordcount-example.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/website/www/site/content/en/get-started/wordcount-example.md b/website/www/site/content/en/get-started/wordcount-example.md
index a668818b3e5..8a48812ba81 100644
--- a/website/www/site/content/en/get-started/wordcount-example.md
+++ b/website/www/site/content/en/get-started/wordcount-example.md
@@ -333,6 +333,10 @@ above section, [MinimalWordCount](#minimalwordcount-example).
 
 **To run this example in Java:**
 
+Set up your development environment and generate the Maven archetype as
+described in the [Java WordCount quickstart](/get-started/quickstart-java/).
+Then run the pipeline with one of the runners:
+
 {{< runner direct >}}
 $ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
      -Dexec.args="--inputFile=pom.xml --output=counts" -Pdirect-runner