Ask Your Question
2

What is the process of obtaining the job-id of a Dataproc job that is currently running?

asked 2022-03-07 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-11-02 16:00:00 +0000

ladyg gravatar image

To obtain the job-id of a Dataproc job that is currently running, you can follow these steps:

  1. Open the Google Cloud Console.

  2. Navigate to the Dataproc cluster and job list page.

  3. Find the job you want to get the job-id for and click on it to open the job details page.

  4. On the job details page, you will see a section called "Job Information" which displays the job-id.

  5. You can also use the following command in the Cloud Shell to get the job-id:

    gcloud dataproc jobs list --region=<REGION> --cluster=<CLUSTER_NAME> --filter=status.state=RUNNING
    

This will list all the running jobs for the specified Dataproc cluster and region, along with their job-ids.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-07 11:00:00 +0000

Seen: 12 times

Last updated: Nov 02 '22