创建 Dataproc Serverless for Spark 交互式会话和会话模板

本页介绍了如何创建 Dataproc Serverless 互动式会话和会话模板。会话模板可用于根据会话模板配置创建多个互动式会话。

创建 Dataproc Serverless 会话

您可以使用 Google Cloud 控制台、Google Cloud CLI 或 Dataproc API 创建 Dataproc 无服务器 Interactive 会话。

控制台

如需使用 Google Cloud 控制台创建 Dataproc Serverless 会话,请完成以下步骤:

  1. 在 Google Cloud 控制台中,前往Interactive Sessions 页面。

    前往“Interactive Sessions”

    1. 点击创建
  2. 添加交互式会话(预览版)页面中,输入或确认会话配置设置。请注意以下几点:

  3. 点击提交以创建会话。

gcloud

您可以使用 gcloud beta dataproc sessions create command SESSION_NAME 创建 Dataproc Serverless Interactive 会话。

命令标志说明:

REST

您可以使用 Dataproc sessions.create API 创建 Dataproc Serverless Interactive 会话。

注意:

创建 Dataproc Serverless 会话模板

Dataproc Serverless 会话模板用于定义用于创建一个或多个 Dataproc Serverless Interactive 会话的配置设置。

您可以使用 Google Cloud 控制台、gcloud CLI 或 Dataproc API 创建 Dataproc 无服务器会话模板。

控制台

如需使用 Google Cloud 控制台创建 Dataproc Serverless 会话模板,请完成以下步骤:

  1. 在 Google Cloud 控制台中,前往互动式会话模板页面。

    前往“交互式会话模板”页面

    1. 点击创建
  2. 创建会话模板页面中,输入或确认模板配置设置。请注意以下几点:

  3. 点击提交以创建会话模板。

gcloud

您无法使用 gcloud CLI 直接创建 Dataproc 无服务器会话模板,但可以使用 gcloud beta dataproc session-templates import 命令导入现有会话模板。您可以修改导入的模板,然后使用 gcloud beta dataproc session-templates export 命令将其导出。

REST

您可以使用 Dataproc sessionTemplates.create API 创建 Dataproc Serverless 会话模板。

注意: