mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
68 lines
1.4 KiB
Text
68 lines
1.4 KiB
Text
NAME
|
|
gcloud beta dataproc batches - submit Dataproc batch jobs
|
|
|
|
SYNOPSIS
|
|
gcloud beta dataproc batches GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Submit Dataproc batch jobs.
|
|
|
|
Submit a job:
|
|
|
|
$ gcloud beta dataproc batches submit
|
|
|
|
List all batch jobs:
|
|
|
|
$ gcloud beta dataproc batches list
|
|
|
|
List job details:
|
|
|
|
$ gcloud beta dataproc batches describe JOB_ID
|
|
|
|
Delete a batch job:
|
|
|
|
$ gcloud beta dataproc batches delete JOB_ID
|
|
|
|
Cancel a running batch job without removing the batch resource:
|
|
|
|
$ gcloud beta dataproc batches cancel JOB_ID
|
|
|
|
View job output:
|
|
|
|
$ gcloud beta 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
|
|
(BETA) Submit a Dataproc batch job.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cancel
|
|
(BETA) Cancel a batch job without removing batch resources.
|
|
|
|
delete
|
|
(BETA) Delete a batch job.
|
|
|
|
describe
|
|
(BETA) Describe a batch job.
|
|
|
|
list
|
|
(BETA) List batch jobs in a project.
|
|
|
|
wait
|
|
(BETA) View the output of a batch as it runs or after it completes.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud dataproc batches
|
|
|