mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
65 lines
1.7 KiB
Text
65 lines
1.7 KiB
Text
NAME
|
|
gcloud beta dataproc - create and manage Google Cloud Dataproc clusters and
|
|
jobs
|
|
|
|
SYNOPSIS
|
|
gcloud beta dataproc GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) The gcloud dataproc command group lets you create and manage
|
|
Dataproc clusters and jobs.
|
|
|
|
Dataproc is an Apache Hadoop, Apache Spark, Apache Pig, and Apache Hive
|
|
service. It easily processes big datasets at low cost, creating managed
|
|
clusters of any size that scale down once processing is complete.
|
|
|
|
More information on Dataproc can be found here:
|
|
https://cloud.google.com/dataproc and detailed documentation can be found
|
|
here: https://cloud.google.com/dataproc/docs/
|
|
|
|
EXAMPLES
|
|
To see how to create and manage clusters, run:
|
|
|
|
$ gcloud beta dataproc clusters
|
|
|
|
To see how to submit and manage jobs, run:
|
|
|
|
$ gcloud beta dataproc jobs
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
autoscaling-policies
|
|
(BETA) Create and manage Dataproc autoscaling policies.
|
|
|
|
batches
|
|
(BETA) Submit Dataproc batch jobs.
|
|
|
|
clusters
|
|
(BETA) Create and manage Dataproc clusters.
|
|
|
|
jobs
|
|
(BETA) Submit and manage Dataproc jobs.
|
|
|
|
node-groups
|
|
(BETA) Manage Dataproc node groups.
|
|
|
|
operations
|
|
(BETA) View and manage Dataproc operations.
|
|
|
|
workflow-templates
|
|
(BETA) Create and manage Dataproc workflow templates.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud dataproc
|
|
|
|
$ gcloud alpha dataproc
|
|
|