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 控制台

  1. 在 Google Cloud 控制台中,開啟「建立叢集」頁面。
  2. 按一下「其他設定」展開該部分。
  3. 編輯「選用元件」
  4. 在隨即開啟的面板中,勾選「ZooKeeper」的核取方塊,然後按一下「Save」

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

REST API

您可以透過 Dataproc API,在 clusters.create 要求中納入 SoftwareConfig.Component,以指定 ZooKeeper 元件。