Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 4.job-statements.md #1226

Merged
merged 1 commit into from
Apr 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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