作为使用 Dataproc Metastore API 的替代方法,您可以使用 Google Cloud CLI gcloud metastore
命令来管理和访问 Dataproc Metastore 服务。
本页面介绍了如何开始使用 Google Cloud CLI,以便您可以使用它与 Dataproc Metastore 进行交互。
准备工作
- 登录您的 Google Cloud 账号。如果您是 Google Cloud 新手,请创建一个账号来评估我们的产品在实际场景中的表现。新客户还可获享 $300 赠金,用于运行、测试和部署工作负载。
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Dataproc Metastore API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Dataproc Metastore API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
开始使用 Google Cloud CLI
在开始使用 gcloud CLI 之前,请查看
Google Cloud CLI 文档。
您可以使用 --help
获取有关工具、资源和命令的帮助
标志:
gcloud metastore --help
Google Cloud CLI 参考文档还提供了 --help
标志所显示的信息。
在本地客户端中设置默认配置属性
大多数 gcloud metastore
命令都要求使用位置,您可以使用 --location
标志或通过设置默认位置来指定位置。您还可以为 Dataproc Metastore 服务设置默认项目和层级。
- 如要设置默认项目,请运行以下命令:
gcloud config set project PROJECT_ID
其中 PROJECT_ID 是 Dataproc Metastore 服务所属的 Google Cloud 项目的 ID。
- 如需配置 Dataproc Metastore 位置,请输入以下命令:
gcloud config set metastore/location LOCATION
其中 LOCATION 是支持的区域,例如
us-central1
。 - 如需配置 Dataproc Metastore 层级,请运行以下命令:
gcloud config set metastore/tier TIER
其中 TIER 设置新服务的容量。
- 可选:如需列出 gcloud CLI 的配置,请运行以下命令:
gcloud config list