Skip to content

Commit

Permalink
Update remaining pointers to Spark runner to Spark 3 module (addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Mack committed Oct 24, 2022
1 parent 760c83e commit 33060c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/www/site/content/en/contribute/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ _Note_: -Prepourl and -Pver can be found in the RC vote email sent by Release Ma
```
**Spark Local Runner**
```
./gradlew :runners:spark:2:runQuickstartJavaSpark \
./gradlew :runners:spark:3:runQuickstartJavaSpark \
-Prepourl=https://repository.apache.org/content/repositories/orgapachebeam-${KEY} \
-Pver=${RELEASE_VERSION}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ configure logging.
Batch Mode:

./gradlew :sdks:java:testing:nexmark:run \
-Pnexmark.runner=":runners:spark:2" \
-Pnexmark.runner=":runners:spark:3" \
-Pnexmark.args="
--runner=SparkRunner
--suite=SMOKE
Expand All @@ -506,7 +506,7 @@ Batch Mode:
Streaming Mode:

./gradlew :sdks:java:testing:nexmark:run \
-Pnexmark.runner=":runners:spark:2" \
-Pnexmark.runner=":runners:spark:3" \
-Pnexmark.args="
--runner=SparkRunner
--suite=SMOKE
Expand Down

0 comments on commit 33060c8

Please sign in to comment.