gcloud_beta_dataproc_clusters_import (1)
NAME
- gcloud beta dataproc clusters import - import a cluster
SYNOPSIS
-
gcloud beta dataproc clusters import NAME [--async] [--region=REGION] [--source=SOURCE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This will create a new cluster with the given configuration. If a
POSITIONAL ARGUMENTS
-
- NAME
-
The name of the cluster to import.
FLAGS
-
- --async
-
Display information about the operation in progress, without waiting for the
operation to complete.
- --region=REGION
-
Cloud Dataproc region to use. Each Cloud Dataproc region constitutes an
independent resource namespace constrained to deploying instances into Compute
Engine zones inside the region. The default value of global is a special
multi-region namespace which is capable of deploying instances into all Compute
Engine zones globally, and is disjoint from other Cloud Dataproc regions.
Overrides the default dataproc/region property value for this command
invocation.
- --source=SOURCE
-
Path to a YAML file containing cluster configuration export data. The YAML file
must not contain any output-only fields. Alternatively, you may omit this flag
to read from standard input. A schema describing the export/import format can be
found in:
$CLOUDSDKROOT/lib/googlecloudsdk/schemas/dataproc/v1beta2/Cluster.yaml.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud alpha dataproc clusters import