Skip to main content

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 NameDescription
idThe ID of the warm-up job

Examples

  1. View all warm-up jobs:
   SHOW WARM UP JOB;
  1. View the warm-up job with ID 13418:
    SHOW WARM UP JOB WHERE id = 13418;