mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
79 lines
1.5 KiB
Text
79 lines
1.5 KiB
Text
NAME
|
|
gcloud dataproc jobs - submit and manage Dataproc jobs
|
|
|
|
SYNOPSIS
|
|
gcloud dataproc jobs GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Submit and manage Dataproc jobs.
|
|
|
|
EXAMPLES
|
|
To learn about the types of jobs that can be submitted, run:
|
|
|
|
$ gcloud dataproc jobs submit
|
|
|
|
To view the output of a job as it runs, run:
|
|
|
|
$ gcloud dataproc jobs wait job_id
|
|
|
|
To cancel an active job, run:
|
|
|
|
$ gcloud dataproc jobs kill job_id
|
|
|
|
To view the details of a job, run:
|
|
|
|
$ gcloud dataproc jobs describe job_id
|
|
|
|
To see the list of all jobs, run:
|
|
|
|
$ gcloud dataproc jobs list
|
|
|
|
To delete the record of an inactive job, run:
|
|
|
|
$ gcloud dataproc jobs delete 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 Dataproc jobs to execute on a cluster.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Delete the record of an inactive job.
|
|
|
|
describe
|
|
View the details of a job.
|
|
|
|
get-iam-policy
|
|
Get IAM policy for a job.
|
|
|
|
kill
|
|
Kill an active job.
|
|
|
|
list
|
|
List jobs in a project.
|
|
|
|
set-iam-policy
|
|
Set IAM policy for a job.
|
|
|
|
update
|
|
Update the labels for a job.
|
|
|
|
wait
|
|
View the output of a job as it runs or after it completes.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha dataproc jobs
|
|
|
|
$ gcloud beta dataproc jobs
|
|
|