使用模板创建 Dataproc 集群
本页面介绍如何使用内嵌 Google API Explorer 模板调用 Dataproc API 来创建 Dataproc 集群。
如需了解创建集群的其他方式,请参阅:
准备工作
- 登录您的 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 API.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Dataproc API.
创建集群
在运行 Dataproc 作业之前,您需要创建一个虚拟机集群来运行它们。要在项目中创建 Dataproc 集群,请填写并执行 Google API Explorer 试用此 API 模板。
请求参数:
- 插入您的 projectId。
- 指定您的集群将位于的区域(接受或替换“us-central1”)。由于您未在本快速入门中指定区域内的可用区,因此 Dataproc 自动选择可用区功能将在要创建集群的区域内选择一个可用区。
请求正文:
- 指定 clusterName(接受或替换“example-cluster”)。您将使用此名称与集群进行交互,例如提交作业或更新集群。
点击执行。首次运行 API 模板时,系统可能会要求您选择并登录您的 Google 账号,然后授权 Google API Explorer 访问您的账号。如果请求成功,JSON 响应会显示集群正在等待创建。
如需确认集群创建,请在 Google Cloud 控制台中打开 Dataproc 集群页面。集群预配完成后,集群的状态将显示为“正在运行”。
清理
为避免因本页中使用的资源导致您的 Google Cloud 账号产生费用,请按照以下步骤操作。
- 如果您不需要使用集群浏览其他快速入门或运行其他作业,请使用 API Explorer、Google Cloud 控制台、gcloud CLI gcloud 命令行工具或 Cloud 客户端库删除集群。
后续步骤
- 了解如何使用模板提交 Spark 作业。