この機能を使用すると、Dataproc クラスタの最小 CPU プラットフォームを選択できます。たとえば、クラスタを作成するときに、クラスタのマスター インスタンスやワーカー インスタンス用に Intel Skylake CPU を選択して、ジョブのパフォーマンスを向上させることができます。
この機能を使用する前に、各ゾーンで使用可能なプラットフォームを一覧表示している使用可能なリージョンとゾーンをご覧ください。gcloud compute zones describe zone コマンドを実行して、クラスタのゾーン内の availableCpuPlatforms を一覧表示することもできます。詳細については、VM インスタンスの最小 CPU プラットフォームの指定をご覧ください。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-28 UTC。"],[[["\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."]]