Description
View detailed information about the job, including job configuration, running status, output results, etc.
Syntax
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 theshow jobs
command.
Usage Scenarios
- When you need to view the configuration information and running status of a job, you can use the
DESC JOB
command. - 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
- View detailed information for the job with ID '201xxxxxxxxxx':
- 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:
By the above example, you can flexibly use the DESC JOB
command to view and manage your jobs.