Skip to content

Commit

Permalink
docs: update readme (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangmichaellll committed Feb 11, 2021
1 parent 850c1eb commit 5e6476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/README.md
Expand Up @@ -67,7 +67,7 @@ To run the word count sample in Dataproc cluster, follow the steps:
gcloud config set dataproc/region $REGION
```
<!-- TODO: set up bots to update jar version -->
9. Run the sample in Dataproc
9. Run the sample in Dataproc. You would see the word count result show up in the console output.
```sh
gcloud dataproc jobs submit spark --cluster=$CLUSTER_NAME \
--jars=$BUCKET/pubsublite-spark-snapshot-$SAMPLE_VERSION.jar,$BUCKET/pubsublite-spark-sql-streaming-$CONNECTOR_VERSION-with-dependencies.jar \
Expand Down

0 comments on commit 5e6476e

Please sign in to comment.