Topic 2 Question 50
When creating a new Cloud Dataproc cluster with the projects.regions.clusters.create operation, these four values are required: project, region, name, and ____.
zone
node
label
type
解説
At a minimum, you must specify four values when creating a new cluster with the projects.regions.clusters.create operation: The project in which the cluster will be created
The region to use -
The name of the cluster - The zone in which the cluster will be created You can specify many more details beyond these minimum requirements. For example, you can also specify the number of workers, whether preemptible compute should be used, and the network settings. Reference: https://cloud.google.com/dataproc/docs/tutorials/python-library-example#create_a_new_cloud_dataproc_cluste
ユーザの投票
コメント(10)
- 👍 6[Removed]2020/03/21
Cloud Dataproc is a zonal service, therefore it needs the zone specified as part of the cluster creation process.
👍 5Ganshank2020/04/14Answer: A Description: Zone to denote which zone in region
👍 4[Removed]2020/03/28
シャッフルモード