"Managed Service for Apache Spark" is the new name for the product formerly known as "Dataproc on Compute Engine" (cluster deployment) and "Google Cloud Serverless for Apache Spark" (serverless deployment).
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
フィードバックを送信
Managed Service for Apache Spark のオプションの ZooKeeper コンポーネント
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Managed Service for Apache Spark
クラスタを作成する際には、
オプション コンポーネント
機能を使用して、ZooKeeper などの追加コンポーネントをインストールできます。このページでは、ZooKeeper コンポーネントについて説明します。
Apache ZooKeeper
コンポーネントは、データの分散同期を行う集中管理サービスです
。
コンポーネントをインストールする
Managed Service for Apache Spark クラスタを作成するときに、コンポーネントをインストールします。
Managed Service for Apache Spark イメージの各リリースに含まれるコンポーネント バージョンについては、
サポートされているイメージ バージョン
をご覧ください。
Google Cloud コンソール
コンソールで、[**クラスタを作成** ] ページを開きます。
Google Cloud
[追加構成 ] をクリックしてセクションを開きます。
[オプション コンポーネント ] を編集します。
表示されたパネルで、[ZooKeeper ] のチェックボックスをオンにして、
[保存 ] をクリックします。
gcloud CLI
ZooKeeper コンポーネントを組み込んだ Managed Service for Apache Spark クラスタを作成するには、
gcloud dataproc clusters create cluster-name
コマンドを --optional-components フラグとともに使用します(イメージ バージョン
1.0 以降を使用)。
gcloud dataproc clusters create cluster-name \
--optional-components=ZOOKEEPER \
--region=region \
... other flags
フィードバックを送信
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンス により使用許諾されます。コードサンプルは Apache 2.0 ライセンス により使用許諾されます。詳しくは、Google Developers サイトのポリシー をご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-07-11 UTC。
ご意見をお聞かせください
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2026-07-11 UTC。"],[],[]]