gcloud dataproc batches - submit Dataproc batch jobs
gcloud dataproc batches GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
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
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- submit
Submit a Dataproc batch job.
COMMAND is one of the following:
- cancel
Cancel a batch job without removing batch resources.
- delete
Delete a batch job.
- describe
Describe a batch job.
- list
List batch jobs in a project.
- wait
View the output of a batch as it runs or after it completes.
This variant is also available:
$ gcloud beta dataproc batches