8000 Add example dataset for bigtable cdc quickstart and fixed readme comm… · nes-a-cti/java-docs-samples@9c1a44c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c1a44c

Browse files
Add example dataset for bigtable cdc quickstart and fixed readme command to run (GoogleCloudPlatform#8236)
1 parent ed832b8 commit 9c1a44c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bigtable/beam/change-streams/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ feature.
2424
```sh
2525
gcloud alpha bigtable instances tables create $TABLE_ID \
2626
--column-families=cf1 --change-stream-retention-period=7d \
27-
--instance=$BIGTABLE_TESTING_INSTANCE --project=$GOOGLE_CLOUD_PROJECT
27+
--instance=$BIGTABLE_TESTING_INSTANCE --project=$GOOGLE_CLOUD_PROJECT
2828
```
2929

3030
1. Run command to start the pipeline
@@ -33,7 +33,7 @@ feature.
3333
mvn compile exec:java -Dexec.mainClass=ChangeStreamsHelloWorld \
3434
"-Dexec.args=--project=$GOOGLE_CLOUD_PROJECT --bigtableProjectId=$BIGTABLE_PROJECT \
3535
--bigtableInstanceId=$INSTANCE_ID --bigtableTableId=$TABLE_ID \
36-
--runner=dataflow --region=$REGION"
36+
--runner=dataflow --region=$REGION --experiments=use_runner_v2"
3737
```
3838

3939
1. Make changes to your data via the clients or with the `cbt` CLI, and view the
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
,col1
2+
user123#2023,abc
3+
user546#2023,def
4+
user789#2023,ghi

0 commit comments

Comments
 (0)
0