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 对应的复选框,然后点击保存

gcloud CLI

如需创建包含 ZooKeeper 组件的 Managed Service for Apache Spark 集群,请使用带有 --optional-components 标志的 gcloud dataproc clusters create cluster-name命令(使用映像版本 1.0 或更高版本)。

gcloud dataproc clusters create cluster-name \
    --optional-components=ZOOKEEPER \
    --region=region \
    ... other flags

REST API

可以通过 Dataproc API 使用 SoftwareConfig.Component 将 ZooKeeper 组件指定为 clusters.create 请求的一部分。