- NAME
-
- gcloud beta dataproc clusters - create and manage Dataproc clusters
- SYNOPSIS
-
-
gcloud beta dataproc clusters
GROUP
|COMMAND
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(BETA)
Create and manage Dataproc clusters. - EXAMPLES
-
To create a cluster, run:
gcloud beta dataproc clusters create my-cluster --region=us-central1
To resize a cluster, run:
gcloud beta dataproc clusters update my-cluster --region=us-central1 --num-workers 5
To delete a cluster, run:
gcloud beta dataproc clusters delete my-cluster --region=us-central1
To view the details of a cluster, run:
gcloud beta dataproc clusters describe my-cluster --region=us-central1
To see the list of all clusters, run:
gcloud beta dataproc clusters list
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--help
.Run
$ gcloud help
for details. - GROUPS
-
is one of the following:GROUP
gke
-
(BETA)
Create Dataproc GKE-based virtual clusters.
- COMMANDS
-
is one of the following:COMMAND
create
-
(BETA)
Create a cluster. create-from-file
-
(BETA)
Create a cluster from a file. delete
-
(BETA)
Delete a cluster. describe
-
(BETA)
View the details of a cluster. diagnose
-
(BETA)
Run a detailed diagnostic on a cluster. export
-
(BETA)
Export a cluster. get-iam-policy
-
(BETA)
Get IAM policy for a cluster. import
-
(BETA)
Import a cluster. list
-
(BETA)
View a list of clusters in a project. set-iam-policy
-
(BETA)
Set IAM policy for a cluster. start
-
(BETA)
Start a cluster. stop
-
(BETA)
Stop a cluster. update
-
(BETA)
Update labels and/or the number of worker nodes in a cluster.
- NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloud dataproc clusters
gcloud alpha dataproc clusters
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.