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

whitespace fix for link #1260

Merged
merged 1 commit into from
Nov 24, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs-2.0/1.introduction/3.vid.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ VID 的生成工作完全交给应用端,有一些通用的建议:

## 定义和修改 VID 的数据类型

VID 的数据类型必须在[创建图空间](../3.ngql-guide/9.space-statements/1.create-space.md) 时定义,且一旦定义无法修改。
VID 的数据类型必须在[创建图空间](../3.ngql-guide/9.space-statements/1.create-space.md)时定义,且一旦定义无法修改。

## "查询起始点"(`start vid`) 与全局扫描

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/20.appendix/0.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Storage 服务在毫秒级时间内多次收到插入或者更新同一点或边

图空间、Tag、Edge type、属性以及索引的名称都需由大小写英文字母、数字或下划线组成,暂不支持使用中文字符。

同时,上述标识符区分大小写,且不可使用[关键字和保留字](../3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md)
同时,上述标识符区分大小写,且不可使用[关键字和保留字](../3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md)。

### 获取指定点的出度(或者入度)?

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/20.appendix/write-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

有多种方式可以写入 Nebula Graph {{ nebula.release }}:

- 使用[命令行 -f 的方式](../2.quick-start/3.connect-to-nebula-graph.md) 导入:可以导入少量准备好的 nGQL 文件,适合少量手工测试数据准备;
- 使用[命令行 -f 的方式](../2.quick-start/3.connect-to-nebula-graph.md)导入:可以导入少量准备好的 nGQL 文件,适合少量手工测试数据准备;
- 使用 [studio 导入](../nebula-studio/quick-start/st-ug-import-data.md): 可以用过浏览器导入本机多个 csv 文件,单个文件不超过 100 MB,格式有限制;
- 使用 [importer 导入](../nebula-importer/use-importer.md): 导入单机多个 csv 文件,大小没有限制,格式灵活;
- 使用 [Exchange 导入](../nebula-exchange/about-exchange/ex-ug-what-is-exchange.md): 从 Neo4j, Hive, MySQL 等多种源分布式导入,需要有 Spark 集群;
Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/10.tag-statements/1.create-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CREATE TAG [IF NOT EXISTS] <tag_name>
|`IF NOT EXISTS`|检测待创建的 Tag 是否存在,只有不存在时,才会创建 Tag。仅检测 Tag 的名称,不会检测具体属性。|
|`<tag_name>`|每个图空间内的 Tag 必须是唯一的。Tag 名称设置后无法修改。Tag 名称由大小写英文字母、数字或下划线组成,区分大写小,且不可使用[关键字和保留字](../../3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md)。|
|`<prop_name>`|属性名称。每个 Tag 中的属性名称必须唯一。属性的命名规则与 Tag 相同。|
|`<data_type>`|属性的数据类型,目前支持[数值](../3.data-types/1.numeric.md)、[布尔](../3.data-types/2.boolean.md)、[字符串](../3.data-types/3.string.md) 以及[日期与时间](../3.data-types/4.date-and-time.md)。|
|`<data_type>`|属性的数据类型,目前支持[数值](../3.data-types/1.numeric.md)、[布尔](../3.data-types/2.boolean.md)、[字符串](../3.data-types/3.string.md)以及[日期与时间](../3.data-types/4.date-and-time.md)。|
|`NULL \| NOT NULL`|指定属性值是否支持为`NULL`。默认值为`NULL`。|
|`DEFAULT`|指定属性的默认值。默认值可以是一个文字值或 Nebula Graph 支持的表达式。如果插入点时没有指定某个属性的值,则使用默认值。|
|`COMMENT`|对单个属性或 Tag 的描述。最大为 256 字节。默认无描述。|
Expand Down Expand Up @@ -67,4 +67,4 @@ Nebula Graph 将在下一个心跳周期内完成 Tag 的创建,为了确保

- 等待两个心跳周期,例如 20 秒。

如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md) 修改参数`heartbeat_interval_secs`。
如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md)修改参数`heartbeat_interval_secs`。
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/10.tag-statements/3.alter-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Nebula Graph 将在下一个心跳周期内完成 Tag 的修改,为了确保

- 等待两个心跳周期,例如 20 秒。

如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md) 修改参数`heartbeat_interval_secs`。
如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md)修改参数`heartbeat_interval_secs`。
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CREATE EDGE [IF NOT EXISTS] <edge_type_name>
|`IF NOT EXISTS`|检测待创建的 Edge type 是否存在,只有不存在时,才会创建 Edge type。仅检测 Edge type 的名称,不会检测具体属性。|
|`<edge_type_name>`|每个图空间内的 Edge type 必须是唯一的。Edge type 名称设置后无法修改。Edge type 名称由大小写英文字母、数字或下划线组成,区分大写小,且不可使用[关键字和保留字](../../3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md)。|
|`<prop_name>`|属性名称。每个 Edge type 中的属性名称必须唯一。属性的命名规则与 Edge type 相同。|
|`<data_type>`|属性的数据类型,目前支持[数值](../3.data-types/1.numeric.md)、[布尔](../3.data-types/2.boolean.md)、[字符串](../3.data-types/3.string.md) 以及[日期与时间](../3.data-types/4.date-and-time.md)。|
|`<data_type>`|属性的数据类型,目前支持[数值](../3.data-types/1.numeric.md)、[布尔](../3.data-types/2.boolean.md)、[字符串](../3.data-types/3.string.md)以及[日期与时间](../3.data-types/4.date-and-time.md)。|
|`NULL \| NOT NULL`|指定属性值是否支持为`NULL`。默认值为`NULL`。|
|`DEFAULT`|指定属性的默认值。默认值可以是一个文字值或 Nebula Graph 支持的表达式。如果插入边时没有指定某个属性的值,则使用默认值。|
|`COMMENT`|对单个属性或 Edge type 的描述。最大为 256 字节。默认无描述。|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Nebula Graph 将在下一个心跳周期内完成 Edge type 的修改,为了

- 等待两个心跳周期,例如 20 秒。

如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md) 修改参数`heartbeat_interval_secs`。
如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md)修改参数`heartbeat_interval_secs`。
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

- 在 [`SHOW TAG/EDGE INDEXES`](2.show-native-indexes.md) 语句的结果中查找到新的索引。或者,

- 等待两个心跳周期,例如 20 秒。如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md) 修改参数`heartbeat_interval_secs`。
- 等待两个心跳周期,例如 20 秒。如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md)修改参数`heartbeat_interval_secs`。

!!! danger

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

## 前提条件

请确保已经部署全文索引。详情请参见[部署全文索引](../../4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md) 和[部署 listener](../../4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md)。
请确保已经部署全文索引。详情请参见[部署全文索引](../../4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md)和[部署 listener](../../4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md)。

## 注意事项

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

`SHOW CONFIGS`语句可以显示服务的配置信息。没有指定服务时,会返回所有服务的配置信息。

执行`SHOW CONFIGS`语句不需要任何权限,但是返回结果由登录的用户[权限](../../7.data-security/1.authentication/3.role-list.md) 决定。
执行`SHOW CONFIGS`语句不需要任何权限,但是返回结果由登录的用户[权限](../../7.data-security/1.authentication/3.role-list.md)决定。

### 语法

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/3.data-types/4.date-and-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

本文介绍日期和时间的类型,包括`DATE`、`TIME`、`DATETIME`和`TIMESTAMP`。

在插入时间类型的属性值时,Nebula Graph 会根据[配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md) 中`timezone_name`参数指定的时区,将该时间值(`TIMESTAMP`类型例外)转换成相应的世界协调时间(UTC)时间。在查询中返回的时间类型值为 UTC 时间。
在插入时间类型的属性值时,Nebula Graph 会根据[配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md)中`timezone_name`参数指定的时区,将该时间值(`TIMESTAMP`类型例外)转换成相应的世界协调时间(UTC)时间。在查询中返回的时间类型值为 UTC 时间。

!!! Note

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ nebula> LOOKUP ON follow | \

!!! note

使用 [`SHOW STATS`命令](./6.show/14.show-stats.md) 也可以统计点和边。
使用 [`SHOW STATS`命令](./6.show/14.show-stats.md)也可以统计点和边。
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/8.clauses-and-options/yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ YIELD [DISTINCT] <col> [AS <alias>] [, <col> [AS <alias>] ...]

### 复合查询中使用 YIELD 语句

在[复合查询](../4.variable-and-composite-queries/1.composite-queries.md) 中,`YIELD`语句可以接收、过滤、修改之前语句的结果集,然后输出。
在[复合查询](../4.variable-and-composite-queries/1.composite-queries.md)中,`YIELD`语句可以接收、过滤、修改之前语句的结果集,然后输出。

```ngql
# 查找 player100 关注的 player,并计算他们的平均年龄。
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/9.space-statements/1.create-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Nebula Graph 将在下一个心跳周期内完成图空间的创建,为了确

- 等待两个心跳周期,例如 20 秒。

如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md) 修改参数`heartbeat_interval_secs`。但过短的心跳周期(<5 秒)可能会导致分布式系统中的机器误判对端失联。
如果需要修改心跳间隔,请为[所有配置文件](../../5.configurations-and-logs/1.configurations/1.configurations.md)修改参数`heartbeat_interval_secs`。但过短的心跳周期(<5 秒)可能会导致分布式系统中的机器误判对端失联。

## 检查分片分布情况

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ listener 进程与 storaged 进程使用相同的二进制文件,但是二者

用户必须在需要部署 listener 的机器上准备对应的配置文件,文件名称必须为`nebula-storaged-listener.conf`,并保存在安装路径下的`etc`目录内。用户可以参考提供的[模板](https://github.com/vesoft-inc/nebula/blob/master/conf/nebula-storaged-listener.conf.production)。注意去掉文件后缀`.production`。

大部分配置与 [Storage 服务](../../5.configurations-and-logs/1.configurations/4.storage-config.md) 的配置文件相同,本文仅介绍差异部分。
大部分配置与 [Storage 服务](../../5.configurations-and-logs/1.configurations/4.storage-config.md)的配置文件相同,本文仅介绍差异部分。

| 名称 | 预设值 | 说明 |
| :----------- | :----------------------- | :------------------|
Expand Down Expand Up @@ -111,4 +111,4 @@ nebula> REMOVE LISTENER ELASTICSEARCH;

## 下一步

部署[全文索引](2.deploy-es.md) 和 listener 后,全文索引会在 Elasticsearch 集群中自动创建,用户可以开始进行全文搜索。详情请参见[全文搜索](../../3.ngql-guide/15.full-text-index-statements/1.search-with-text-based-index.md)。
部署[全文索引](2.deploy-es.md)和 listener 后,全文索引会在 Elasticsearch 集群中自动创建,用户可以开始进行全文搜索。详情请参见[全文搜索](../../3.ngql-guide/15.full-text-index-statements/1.search-with-text-based-index.md)。
2 changes: 1 addition & 1 deletion docs-2.0/4.deployment-and-installation/deploy-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ License 文件包含生效时间、过期时间等信息。说明如下。

!!! note

周边工具的 License 文件上传位置,请参见[具体周边工具](../20.appendix/6.eco-tool-version.md) 的说明文档。
周边工具的 License 文件上传位置,请参见[具体周边工具](../20.appendix/6.eco-tool-version.md)的说明文档。
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Meta 服务提供了两份初始配置文件`nebula-metad.conf.default`和`nebul

!!! Note

* 在插入[时间类型](../../3.ngql-guide/3.data-types/4.date-and-time.md) 的属性值时,Nebula Graph 会根据`timezone_name`设置的时区将该时间值(TIMESTAMP 类型例外)转换成相应的 UTC 时间,因此在查询中返回的时间类型属性值为 UTC 时间。
* 在插入[时间类型](../../3.ngql-guide/3.data-types/4.date-and-time.md)的属性值时,Nebula Graph 会根据`timezone_name`设置的时区将该时间值(TIMESTAMP 类型例外)转换成相应的 UTC 时间,因此在查询中返回的时间类型属性值为 UTC 时间。
* `timezone_name`参数只用于转换 Nebula Graph 中存储的数据,Nebula Graph 进程中其它时区相关数据,例如日志打印的时间等,仍然使用主机系统默认的时区。

## logging 配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Storage 服务提供了两份初始配置文件`nebula-storaged.conf.default`和

!!! Note

* 在插入[时间类型](../../3.ngql-guide/3.data-types/4.date-and-time.md) 的属性值时,Nebula Graph 会根据`timezone_name`设置的时区将该时间值(TIMESTAMP 类型例外)转换成相应的 UTC 时间,因此在查询中返回的时间类型属性值为 UTC 时间。
* 在插入[时间类型](../../3.ngql-guide/3.data-types/4.date-and-time.md)的属性值时,Nebula Graph 会根据`timezone_name`设置的时区将该时间值(TIMESTAMP 类型例外)转换成相应的 UTC 时间,因此在查询中返回的时间类型属性值为 UTC 时间。
* `timezone_name`参数只用于转换 Nebula Graph 中存储的数据,Nebula Graph 进程中其它时区相关数据,例如日志打印的时间等,仍然使用主机系统默认的时区。

## logging 配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

用户管理是 Nebula Graph 访问控制中不可或缺的组成部分,本文将介绍用户管理的相关语法。

开启[身份验证](1.authentication.md) 后,用户需要使用已创建的用户才能连接 Nebula Graph,而且连接后可以进行的操作也取决于该用户拥有的[角色权限](3.role-list.md)。
开启[身份验证](1.authentication.md)后,用户需要使用已创建的用户才能连接 Nebula Graph,而且连接后可以进行的操作也取决于该用户拥有的[角色权限](3.role-list.md)。

!!! Note

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ $ sudo /dashboard/scripts/dashboard.service status all #查看 Dashboard 所有

启动成功后,在浏览器地址栏输入`http://<ip_address>:7005`。

在浏览器窗口中看到以下登录界面表示已经成功部署并启动了 Dashboard,用户可以通过默认用户名`nebula`和密码`nebula`登陆 Dashboard 的 GOD 用户。可以在[系统设置](../nebula-dashboard-ent/6.system-settings.md) 中修改密码,也可以在[权限管理](../nebula-dashboard-ent/5.account-management.md) 页面创建权限为 ADMIN 的账号用来登陆 Dashboard。
在浏览器窗口中看到以下登录界面表示已经成功部署并启动了 Dashboard,用户可以通过默认用户名`nebula`和密码`nebula`登陆 Dashboard 的 GOD 用户。可以在[系统设置](../nebula-dashboard-ent/6.system-settings.md)中修改密码,也可以在[权限管理](../nebula-dashboard-ent/5.account-management.md)页面创建权限为 ADMIN 的账号用来登陆 Dashboard。

![start-page](../nebula-dashboard-ent/figs/ds-028.png)
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Nebula Exchange 版本(即 JAR 包版本)和 Nebula Graph 内核的版本对
|2.0.1|2.0.0、2.0.1|
|2.0.0|2.0.0、2.0.1|

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

如果正在使用 Nebula Graph 1.x,请使用 [Nebula Exchange 1.x](https://github.com/vesoft-inc/nebula-java/tree/v1.0/tools "Click to go to GitHub")。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ ${SPARK_HOME}/bin/spark-submit --master "local" --class com.vesoft.nebula.exchan

!!! note

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md) 或者从 maven 仓库下载。
JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

示例:

Expand Down
Loading