mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
67 lines
1.2 KiB
Text
67 lines
1.2 KiB
Text
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
|
|
GROUP is one of the following:
|
|
|
|
submit
|
|
Submit a Dataproc batch job.
|
|
|
|
COMMANDS
|
|
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.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta dataproc batches
|
|
|