Skip to content

Commit

Permalink
Update 4.job-statements.md (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Apr 7, 2022
1 parent e1c5c8c commit 1eb7dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/4.job-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ nebula> SHOW JOB 34;
The descriptions are as follows.

| Parameter | Description |
|------------------+-------------------------------------------------------------------------------------------------------------------|
|:------------------|:---------------------------------------------------------------------------------------------------------------|
| `Job Id(TaskId)` | The first row shows the job ID and the other rows show the task IDs. |
| `Command(Dest)` | The first row shows the command executed and the other rows show on which storaged processes the task is running. |
| `Status` | Shows the status of the job or task. For more information, see [Job status](#job_status). |
Expand All @@ -147,7 +147,7 @@ The descriptions are as follows.
The descriptions are as follows.

| Status | Description |
|----------+--------------------------------------------------------------------------------------------------------------------|
|:------------------|:---------------------------------------------------------------------------------------------------------------|
| QUEUE | The job or task is waiting in a queue. The `Start Time` is empty in this phase. |
| RUNNING | The job or task is running. The `Start Time` shows the beginning time of this phase. |
| FINISHED | The job or task is successfully finished. The `Stop Time` shows the time when the job or task enters this phase. |
Expand Down

0 comments on commit 1eb7dab

Please sign in to comment.