This is an automated email from the ASF dual-hosted git repository.
lostluck 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 ca71208 Go Quickstart: switch to Spark 3 JobServer for better
out-of-box experience using embedded Spark cluster (#15985)
ca71208 is described below
commit ca712081009028197e0369f3cafaa478d4e0751f
Author: jrhy <[email protected]>
AuthorDate: Tue Nov 16 14:10:43 2021 -0800
Go Quickstart: switch to Spark 3 JobServer for better out-of-box experience
using embedded Spark cluster (#15985)
- as discussed in
https://lists.apache.org/thread/mrrq04nhkfm5j60y4t92bhnjk15t3dts
Co-authored-by: jrhy <jrhy>
---
website/www/site/content/en/get-started/quickstart-go.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/get-started/quickstart-go.md
b/website/www/site/content/en/get-started/quickstart-go.md
index ed8902e..3d5a13c 100644
--- a/website/www/site/content/en/get-started/quickstart-go.md
+++ b/website/www/site/content/en/get-started/quickstart-go.md
@@ -72,7 +72,7 @@ $ wordcount --input
gs://dataflow-samples/shakespeare/kinglear.txt \
{{< runner spark >}}
# Build and run the Spark job server from Beam source.
# -PsparkMasterUrl is optional. If it is unset the job will be run inside an
embedded Spark cluster.
-$ ./gradlew :runners:spark:2:job-server:runShadow
-PsparkMasterUrl=spark://localhost:7077
+$ ./gradlew :runners:spark:3:job-server:runShadow
-PsparkMasterUrl=spark://localhost:7077
# In a separate terminal, run:
$ go install github.com/apache/beam/sdks/go/examples/wordcount