We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850c1eb commit 5e6476eCopy full SHA for 5e6476e
1 file changed
samples/README.md
@@ -67,7 +67,7 @@ To run the word count sample in Dataproc cluster, follow the steps:
67
gcloud config set dataproc/region $REGION
68
```
69
<!-- TODO: set up bots to update jar version -->
70
-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.
71
```sh
72
gcloud dataproc jobs submit spark --cluster=$CLUSTER_NAME \
73
--jars=$BUCKET/pubsublite-spark-snapshot-$SAMPLE_VERSION.jar,$BUCKET/pubsublite-spark-sql-streaming-$CONNECTOR_VERSION-with-dependencies.jar \
0 commit comments