Monitoring Job Status
Monitor current job status and view additional details for jobs that are no longer running.
Job Statuses
A job can have one of the following statuses.
Status | Description |
---|---|
Waiting for results | The job is not yet submitted, waiting on the results of other jobs. |
Waiting for resources | The job is waiting for Spark executors to become available to run. |
Queued | The job has not yet started execution. Tip: This status applies to Core Connect jobs only. |
Running | The job has been submitted to Spark and is running. |
Running - waiting for jobs | The job has completed successfully; however, transactions are still being committed. |
Cancelling | The job has been flagged to cancel and is aborting. |
Cancelled | The job has been canceled and there are no further actions. |
Cancelled - undoing changes | The job has been canceled and transactions are being rolled back. |
Failed - undoing changes | The job has failed and transactions are being rolled back. |
Failed | The job has failed and there are no further actions. |
Succeeded | The job completed successfully. |
You can cancel a job that is in a Waiting or Running status.
Viewing Status Details
All team members have read access to the Jobs page. An ID number replaces any project name that you do not have permission to access.
To view job status details:
- In the top right navigation bar., select Jobs. In the right column, Status, the job status appears.
- To search for a job by its description, enter a string in the search field and press Enter. Tamr Core limits the list of jobs shown to those that match your string.
- Admins, and curators and authors who have project access, can view additional details for a job that is Failed, Cancelled, or Succeeded by selecting the status.
Updated almost 2 years ago