File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bigtable/beam/workload-generator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ be run as a Dataflow job.
1515 INSTANCE_ID=YOUR-INSTANCE-ID
1616 TABLE_ID=YOUR-TABLE-ID
1717 REGION=us-central1
18- WORKLOAD_QPS=100 # Optional
18+ WORKLOAD_QPS=100 # Optional, default to 1000
1919 ```
2020
21211. Run this command to start a job from dataflow template:
@@ -27,7 +27,7 @@ be run as a Dataflow job.
2727 --parameters bigtableInstanceId="$INSTANCE_ID" \
2828 --parameters bigtableTableId="$TABLE_ID" \
2929 --region "$REGION" \
30- --parameters workloadQPS =$WORKLOAD_QPS
30+ --parameters workloadRate =$WORKLOAD_QPS
3131 ```
3232
33331. Make sure to cancel the job once you are done.
@@ -97,4 +97,4 @@ If you would like to modify this and run it yourself you can use these commands:
9797 --runner=dataflow --project=$GOOGLE_CLOUD_PROJECT \
9898 --region=$REGION" \
9999 --workloadQPS=$WORKLOAD_QPS
100- ```
100+ ```
You can’t perform that action at this time.
0 commit comments