SHOW WARM UP JOB
Description
The commands are used to display warm-up jobs in Doris.
Syntax
SHOW WARM UP JOB [ WHERE id = 'id' ] ;
Parameters
Parameter Name | Description |
---|---|
id | The ID of the warm-up job |
Examples
- View all warm-up jobs:
SHOW WARM UP JOB;
- View the warm-up job with ID 13418:
SHOW WARM UP JOB WHERE id = 13418;