Skip to content

Commit ded52ad

Browse files
authored
fix: update syntax in readme for dataflow max workers (#3675)
update to syntax, ref dataflow config for [horizontal-autoscaling](https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#horizontal-autoscaling).
1 parent cbcb555 commit ded52ad

File tree

1 file changed

+2
-2
lines changed
  • bigtable-dataflow-parent/bigtable-beam-import

1 file changed

+2
-2
lines changed

bigtable-dataflow-parent/bigtable-beam-import/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Please pay attention to the Cluster CPU usage and adjust the number of Dataflow
152152
--snapshotName=$SNAPSHOT_NAME \
153153
--stagingLocation=$SNAPSHOT_GCS_PATH/staging \
154154
--gcpTempLocation=$SNAPSHOT_GCS_PATH/temp \
155-
--maxWorkerNodes=$(expr 3 \* $CLUSTER_NUM_NODES) \
155+
--maxNumWorkers=$(expr 3 \* $CLUSTER_NUM_NODES) \
156156
--region=$REGION
157157
```
158158
@@ -180,7 +180,7 @@ Please pay attention to the Cluster CPU usage and adjust the number of Dataflow
180180
--snapshotName=$SNAPSHOT_NAME \
181181
--stagingLocation=$SNAPSHOT_GCS_PATH/staging \
182182
--gcpTempLocation=$SNAPSHOT_GCS_PATH/temp \
183-
--maxWorkerNodes=$(expr 3 \* $CLUSTER_NUM_NODES) \
183+
--maxNumWorkers=$(expr 3 \* $CLUSTER_NUM_NODES) \
184184
--region=$REGION \
185185
--enableSnappy=true
186186
```

0 commit comments

Comments
 (0)