NAME
gdcloud dataproc application-environments create – Erstellt eine neue Dataproc-Anwendungsumgebung.
ZUSAMMENFASSUNG
gdcloud dataproc application-environments create [APPLICATION_ENVIRONMENT_NAME ...]
[--default-properties=key1=value1,key2=value2 | --default-properties-file=PROPERTIES_FILE]
[--default-version=VERSION] [flags]
BEISPIELE
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
OPTIONALE FLAGS
--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-WEITE FLAGS
Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.
Weitere Informationen finden Sie auf der Seite Übersicht über die Referenz zur gcloud CLI.