
Explanation:
The correct answer is --maxNumWorkers. This parameter allows you to limit the number of workers used by your Cloud Dataflow job, effectively controlling the processing resources during testing. The other options provided are not valid parameters for this purpose in Cloud Dataflow. For more details, refer to the Cloud Dataflow documentation.
Ultimate access to all questions.
No comments yet.
When developing a new Cloud Dataflow pipeline, you want to restrict the processing resources during the testing phase. Which parameter should you specify when running your new Cloud Dataflow job to achieve this?
A
--maxContainers
B
--jobWorkers
C
--maxNumWorkers
D
--maxVMs