File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bigtable-dataflow-parent/bigtable-beam-import Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments