This is an automated email from the ASF dual-hosted git repository.
ibzib 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 013da55 Fix typo: s/spark/twister2
new 0faa3b9 Merge pull request #15885 from ibzib/wc-twister2
013da55 is described below
commit 013da5568a64e46204a33e58cc2233eae7e0c577
Author: Kyle Weaver <[email protected]>
AuthorDate: Wed Nov 3 15:21:13 2021 -0700
Fix typo: s/spark/twister2
---
release/src/main/groovy/quickstart-java-twister2.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/src/main/groovy/quickstart-java-twister2.groovy
b/release/src/main/groovy/quickstart-java-twister2.groovy
index 7c7e382..b46538c 100644
--- a/release/src/main/groovy/quickstart-java-twister2.groovy
+++ b/release/src/main/groovy/quickstart-java-twister2.groovy
@@ -28,7 +28,7 @@ t.describe 'Run Apache Beam Java SDK Quickstart - Twister2'
t.intent 'Gets the WordCount Example Code'
QuickstartArchetype.generate(t)
- t.intent 'Runs the WordCount Code with Spark runner'
+ t.intent 'Runs the WordCount Code with Twister2 runner'
// Run the wordcount example with the Twister2 runner
t.run """mvn compile exec:java -q \
-Dmaven.wagon.http.retryHandler.class=default \