이름
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]
EXAMPLES
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 참조 개요 페이지를 참고하세요.