gdcloud dataproc application-environments create

名称

gdcloud dataproc application-environments create - 创建新的 Dataproc 应用环境。

摘要

gdcloud dataproc application-environments create [APPLICATION_ENVIRONMENT_NAME ...]
    [--default-properties=​​key1=value1,key2=value2 | --default-properties-file=PROPERTIES_FILE]
    [--default-version=VERSION] [flags]

示例

To create an application environment named "example-appenv" in the default project, run:

    gdcloud dataproc application-environments create example-appenv --default-version=2.0.0

To create an application environment with a properties file, run:

    gdcloud dataproc application-environments create --default-properties-file=PROPERTIES_FILE

可选标志

      --default-properties stringToString   Comma-separated list of key-value pairs for labels. (default [])
      --default-properties-file string      Path to a file containing YAML configuration for properties.
      --default-version string              Default version

GDCLOUD 全局标志

以下标志适用于所有命令:--configuration--format--help--project--quiet

如需了解详情,请参阅 gdcloud CLI 参考概览页面。