File tree 1 file changed +3
-3
lines changed
bigtable/beam/workload-generator
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.
15
15
INSTANCE_ID=YOUR-INSTANCE-ID
16
16
TABLE_ID=YOUR-TABLE-ID
17
17
REGION=us-central1
18
- WORKLOAD_QPS=100 # Optional
18
+ WORKLOAD_QPS=100 # Optional, default to 1000
19
19
```
20
20
21
21
1. Run this command to start a job from dataflow template:
@@ -27,7 +27,7 @@ be run as a Dataflow job.
27
27
--parameters bigtableInstanceId="$INSTANCE_ID" \
28
28
--parameters bigtableTableId="$TABLE_ID" \
29
29
--region "$REGION" \
30
- --parameters workloadQPS =$WORKLOAD_QPS
30
+ --parameters workloadRate =$WORKLOAD_QPS
31
31
```
32
32
33
33
1. 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:
97
97
--runner=dataflow --project=$GOOGLE_CLOUD_PROJECT \
98
98
--region=$REGION" \
99
99
--workloadQPS=$WORKLOAD_QPS
100
- ```
100
+ ```
You can’t perform that action at this time.
0 commit comments