Field | Description |
Job name | The name of the job, which is set when the job is created and can be modified. |
Cluster | The name of the cluster where the job resides. |
Cluster ID | The ID of the cluster where the job resides. |
Job ID | The serial ID of the job, usually starting with cql- (assigned at random, immutable). |
Job type | The type of the job. Four types are available: JAR, SQL, Python, and ETL. |
Status | The current status of the job, such as uninitialized, unpublished, operating, running, stopped, or error. |
Region | The geographical region of the cluster where the job resides, such as Guangzhou, Shanghai, or Beijing. |
AZ | The AZ of the cluster where the job resides, such as Shanghai Zone 3. |
Online version | The running version. |
Creation time | The time when the job is created. |
Cumulative run time | The total run time of the job. |
Start time | The time when this job run starts. |
Run time | The duration of this job run. |
Compute resources | The number of CUs used in this job run. It is the sum of the number of JobManager CUs and that of TaskManager CUs, where the number of JobManager CUs = 1 (1 for each job by default) and that of TaskManager CUs = Maximum parallelism x CUs per TaskManager. |
Was this page helpful?