From 5e6476e0acb4422a874980660c1f59fd54adf1fb Mon Sep 17 00:00:00 2001 From: jiangmichaellll <40044148+jiangmichaellll@users.noreply.github.com> Date: Thu, 11 Feb 2021 18:19:44 -0500 Subject: [PATCH] docs: update readme (#76) --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index a828ee0c..d6fde817 100644 --- a/samples/README.md +++ b/samples/README.md @@ -67,7 +67,7 @@ To run the word count sample in Dataproc cluster, follow the steps: gcloud config set dataproc/region $REGION ``` -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 \