Description

View detailed information about the job, including job configuration, running status, output results, etc.

Syntax

DESC JOB 'jobid';

Parameter Description

  • jobid: The unique identifier for the job run, in string format. During the job run, the log will display this identifier, and it will also be shown in the output of the show jobs command.

Usage Scenarios

  1. When you need to view the configuration information and running status of a job, you can use the DESC JOB command.
  2. If you need to understand the output results of the job for subsequent analysis and processing, you can also use this command to obtain relevant information.

Example

  1. View detailed information for the job with ID '201xxxxxxxxxx':
DESC JOB '201xxxxxxxxxx'
  1. Suppose you find a job named 'example_job' in the output of the show jobs command, you can view the details of the job with the following command:
DESC JOB 'example_job'

By the above example, you can flexibly use the DESC JOB command to view and manage your jobs.