File: //snap/google-cloud-cli/394/help/man/man1/gcloud_dataproc_batches.1
.TH "GCLOUD_DATAPROC_BATCHES" 1
.SH "NAME"
.HP
gcloud dataproc batches \- submit Dataproc batch jobs
.SH "SYNOPSIS"
.HP
\f5gcloud dataproc batches\fR \fIGROUP\fR | \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Submit Dataproc batch jobs.
Submit a job:
.RS 2m
$ gcloud dataproc batches submit
.RE
List all batch jobs:
.RS 2m
$ gcloud dataproc batches list
.RE
List job details:
.RS 2m
$ gcloud dataproc batches describe JOB_ID
.RE
Delete a batch job:
.RS 2m
$ gcloud dataproc batches delete JOB_ID
.RE
Cancel a running batch job without removing the batch resource:
.RS 2m
$ gcloud dataproc batches cancel JOB_ID
.RE
View job output:
.RS 2m
$ gcloud dataproc batches wait JOB_ID
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "GROUPS"
\f5\fIGROUP\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBsubmit\fR
Submit a Dataproc batch job.
.RE
.sp
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBcancel\fR
Cancel a batch job without removing batch resources.
.TP 2m
\fBdelete\fR
Delete a batch job.
.TP 2m
\fBdescribe\fR
Describe a batch job.
.TP 2m
\fBlist\fR
List batch jobs in a project.
.TP 2m
\fBwait\fR
View the output of a batch as it runs or after it completes.
.RE
.sp
.SH "NOTES"
This variant is also available:
.RS 2m
$ gcloud beta dataproc batches
.RE