1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/beta/dataproc/jobs/help
2022-03-01 04:29:52 +00:00

80 lines
1.7 KiB
Text

NAME
gcloud beta dataproc jobs - submit and manage Dataproc jobs
SYNOPSIS
gcloud beta dataproc jobs GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Submit and manage Dataproc jobs.
EXAMPLES
To learn about the types of jobs that can be submitted, run:
$ gcloud beta dataproc jobs submit
To view the output of a job as it runs, run:
$ gcloud beta dataproc jobs wait job_id
To cancel an active job, run:
$ gcloud beta dataproc jobs kill job_id
To view the details of a job, run:
$ gcloud beta dataproc jobs describe job_id
To see the list of all jobs, run:
$ gcloud beta dataproc jobs list
To delete the record of an inactive job, run:
$ gcloud beta 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
(BETA) Submit Dataproc jobs to execute on a cluster.
COMMANDS
COMMAND is one of the following:
delete
(BETA) Delete the record of an inactive job.
describe
(BETA) View the details of a job.
get-iam-policy
(BETA) Get IAM policy for a job.
kill
(BETA) Kill an active job.
list
(BETA) List jobs in a project.
set-iam-policy
(BETA) Set IAM policy for a job.
update
(BETA) Update the labels for a job.
wait
(BETA) View the output of a job as it runs or after it completes.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud dataproc jobs
$ gcloud alpha dataproc jobs