getComputeNodeCacheWarmupJobStatus
Syntax
getComputeNodeCacheWarmupJobStatus([jobId])
Arguments
jobId (optional) is a STRING scalar or vector indicating the warm-up job ID.
Details
Retrieve the status of specified warm-up job. If jobId is unspecified, it returns the status of all warm-up jobs.
Return value: A table with the following columns:
-
jobId: The job ID of the warm-up job.
-
tableName: The database and table name.
-
jobStatus: The status of the job, which can be one of the following:
-
Pending: Waiting to be executed.
-
Running: Executing.
-
Finished: Completed successfully.
-
Error: An error occurred.
-
-
parallelism: The parallelism of the job. A value of -1 means no parallelism limit for the job.
-
elapsed: The execution time of the job in milliseconds.
-
errMsg: The error message.
Examples
getComputeNodeCacheWarmupJobStatus()