- NAME
-
- gcloud dataproc batches - submit Dataproc batch jobs
- SYNOPSIS
-
-
gcloud dataproc batches
GROUP
|COMMAND
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
Submit Dataproc batch jobs.
Submit a job:
gcloud dataproc batches submit
List all batch jobs:
gcloud dataproc batches list
List job details:
gcloud dataproc batches describe JOB_ID
Delete a batch job:
gcloud dataproc batches delete JOB_ID
Cancel a running batch job without removing the batch resource:
gcloud dataproc batches cancel JOB_ID
View job output:
gcloud dataproc batches wait JOB_ID
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--help
.Run
$ gcloud help
for details. - GROUPS
-
is one of the following:GROUP
submit
- Submit a Dataproc batch job.
- COMMANDS
-
is one of the following:COMMAND
- NOTES
-
This variant is also available:
gcloud beta dataproc batches
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.