Skip to content

Commit

Permalink
fix links (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Jan 17, 2022
1 parent 75d677a commit 4150701
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Storage 服务是由 nebula-storaged 进程提供的,用户可以根据场景

- Storage interface 层

Storage 服务的最上层,定义了一系列和图相关的 API。API 请求会在这一层被翻译成一组针对[分片](#数据分片)的 KV 操作,例如:
Storage 服务的最上层,定义了一系列和图相关的 API。API 请求会在这一层被翻译成一组针对[分片](#_4)的 KV 操作,例如:

- `getNeighbors`:查询一批点的出边或者入边,返回边以及对应的属性,并且支持条件过滤。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ nebula> SHOW JOB 31;
+----------------+---------------------+------------+-------------------------+-------------------------+
```

Nebula Graph 创建一个任务去重建索引,因此可以根据返回的任务 ID,通过`SHOW JOB <job_id>`语句查看任务状态。详情请参见 [SHOW JOB](../18.operation-and-maintenance-statements/4.job-statements/#show_job)
Nebula Graph 创建一个任务去重建索引,因此可以根据返回的任务 ID,通过`SHOW JOB <job_id>`语句查看任务状态。详情请参见 [SHOW JOB](../18.operation-and-maintenance-statements/4.job-statements.md#show_job)

## 历史版本兼容性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ nebula> SHOW JOB 34;
|:---|:---|
|Job Id(TaskId)|第一行显示作业 ID,其他行显示作业相关的任务 ID。|
|Command(Dest)|第一行显示执行的作业命令名称,其他行显示任务对应的 nebula-storaged 进程。|
|Status|显示作业或任务的状态。详情请参见[作业状态](#_6)|
|Status|显示作业或任务的状态。详情请参见[作业状态](#_2)|
|Start Time|显示作业或任务开始执行的时间。|
|Stop Time|显示作业或任务结束执行的时间,结束后的状态包括`FINISHED``FAILED``STOPPED`|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

!!! Note

如果长期未更新镜像,请先更新 [Nebula Graph 镜像](#nebula_graphdocker)和 [Nebula Console 镜像](#nebula_console)。
如果长期未更新镜像,请先更新 [Nebula Graph 镜像](#nebula_graph_docker)和 [Nebula Console 镜像](#nebula_console)。

```bash
[nebula-docker-compose]$ docker-compose up -d
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-cloud/2.how-to-create-subsciption.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
3. (可选)在**标记**选项卡中,输入**名称:值**
4. 在页面的下方,选择**订阅**的按钮,等待时间约 2 分钟。

3. 订阅完成后,用户需点击**在发布者站点上打开 SaaS 帐户**创建并配置 Solution。详细信息,参考[如何配置 Solution](../nebula-nebula-cloud/3.how-to-set-solution.md)
3. 订阅完成后,用户需点击**在发布者站点上打开 SaaS 帐户**创建并配置 Solution。详细信息,参考[如何配置 Solution](3.how-to-set-solution.md)
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
| :--- | :--- |
| `Job ID` | 显示作业 ID。 |
| `Command` | 显示命令类型。 |
| `Status` | 显示作业或任务的状态。状态说明参见[作业状态](../../3.ngql-guide/18.operation-and-maintenance-statements/4.job-statements.md#_6)|
| `Status` | 显示作业或任务的状态。状态说明参见[作业状态](../../3.ngql-guide/18.operation-and-maintenance-statements/4.job-statements.md#_2)|
|`Start Time`|显示作业或任务开始执行的时间。|
| `Stop Time` | 显示作业或任务结束执行的时间,结束后的状态包括`FINISHED``FAILED``STOPPED`|
2 changes: 1 addition & 1 deletion docs-2.0/nebula-importer/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ files:
|`files.limit`|-|否|读取数据的行数限制。|
|`files.inOrder`|-|否|是否按顺序在文件中插入数据行。如果为`false`,可以避免数据倾斜导致的导入速率降低。|
|`files.type`|-|是|文件类型。|
|`files.csv.withHeader`|`false`|是|是否有表头。详情请参见[关于 CSV 文件表头](#csvheader)。|
|`files.csv.withHeader`|`false`|是|是否有表头。详情请参见[关于 CSV 文件表头](#csv_header)。|
|`files.csv.withLabel`|`false`|是|是否有 LABEL。详情请参见[有表头配置说明](config-with-header.md)。|
|`files.csv.delimiter`|`","`|是|指定 csv 文件的分隔符。只支持一个字符的字符串分隔符。|

Expand Down

0 comments on commit 4150701

Please sign in to comment.