Parameter | Type | Description | Example |
---|
Parameter | Type | Description | Example |
---|---|---|---|
object | The queried Spark log analysis task. | ||
TaskId | long | The ID of the Spark log analysis task. | 10 |
UserId | long | The ID of the user who submitted the task. | 13719918xxx |
SubmittedTimeInMillis | long | The time when the task was submitted. The value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. | 1672123543000 |
TerminatedTimeInMillis | long | The time when the task was terminated. The value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. | 1672123543000 |
TaskState | string | The state of the task. | WAITING |
Result | LogAnalyzeResult | The analysis result of the task. | |
StartedTimeInMillis | long | The time when the task was started. The value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. | 1672123543000 |
RuleMatched | boolean | Indicates whether the task matched a rule. | true |
TaskErrMsg | string | The error message returned if the task fails. | Driver log not found |
DBClusterId | string | The cluster ID. | amv-adbxxxxx |