[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-04。"],[[["\u003cp\u003eThis feature lets you choose a minimum CPU platform for Cloud Dataproc clusters, like Intel Skylake, to enhance job performance.\u003c/p\u003e\n"],["\u003cp\u003eYou can find the available CPU platforms for each zone by checking the "Available regions & zones" or by using the \u003ccode\u003egcloud compute zones describe\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egcloud dataproc clusters create\u003c/code\u003e command allows you to specify minimum CPU platforms for master and worker nodes using the \u003ccode\u003e--master-min-cpu-platform\u003c/code\u003e and \u003ccode\u003e--worker-min-cpu-platform\u003c/code\u003e flags.\u003c/p\u003e\n"],["\u003cp\u003eUsing the REST API, you can set the \u003ccode\u003eminCpuPlatform\u003c/code\u003e field in the \u003ccode\u003eInstanceGroupConfig\u003c/code\u003e to define the minimum CPU platform for master, primary, and secondary worker nodes.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Cloud console, specifically the "Create a cluster" page under the "CPU PLATFORM AND GPU" section, offers a way to select a minimum CPU platform for both master and worker nodes.\u003c/p\u003e\n"]]],[],null,["This feature lets you select a\n[minimum CPU platform](/compute/docs/instances/specify-min-cpu-platform)\nfor your Dataproc clusters. For example, when you create a cluster,\nyou can select Intel Skylake CPUs for the cluster's master\nand/or worker instances to improve job performance.\n\nBefore using this feature, see [Available regions \\& zones](/compute/docs/regions-zones#available), which lists\nthe platforms available in each zone. You can also run the\n`gcloud compute zones describe `\u003cvar translate=\"no\"\u003ezone\u003c/var\u003e command to list\nthe `availableCpuPlatforms` in your cluster's zone. For more information, see\n[Specifying a minimum CPU platform for VM instances](/compute/docs/instances/specify-min-cpu-platform).\n\nUse minimum CPU platform \n\ngcloud command\n\nTo specify a minimum CPU platform for your cluster's master and/or worker (including\npreemptible) nodes, pass one or both of the following flags to the\n[`gcloud dataproc clusters create`](/sdk/gcloud/reference/dataproc/clusters/create)\ncommand: \n\n```\ngcloud dataproc clusters create \\\n --region=region \\\n --master-min-cpu-platform=cpu-platform-name \\\n --worker-min-cpu-platform=cpu-platform-name \\\n other args ...\n```\n\nREST API\n\nTo specify a minimum CPU platform for your cluster's master, primary worker,\nand/or secondary (preemptible) worker nodes, set the `minCpuPlatform` field in\n[InstanceGroupConfig](/dataproc/docs/reference/rest/v1/ClusterConfig#InstanceGroupConfig)\nfor your master, primary worker, and/or secondary (preemptible) instances in your\n[cluster.create](/dataproc/docs/reference/rest/v1/projects.regions.clusters/create)\nrequest.\n\nConsole\n\nYou can specify a minimum CPU platform for your cluster's master and worker\nnodes using the CPU PLATFORM AND GPU→CPU platform sections of the\nConfigure nodes panel on the [Create a cluster](https://console.cloud.google.com/dataproc/clustersAdd)\npage in the Google Cloud console."]]