Copilot commented on code in PR #445: URL: https://github.com/apache/incubator-hugegraph-doc/pull/445#discussion_r2716149511
##########
content/cn/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -807,47 +807,71 @@ schema: 必填
##### 3.4.1 参数说明
-| 参数 | 默认值 | 是否必传 | 描述信息
|
-|---------------------------|-----------|------|-------------------------------------------------------------------|
-| `-f` 或 `--file` | | Y | 配置脚本的路径
|
-| `-g` 或 `--graph` | | Y | 图名称
|
-| `-gs` 或 `--graphspace` | DEFAULT | | 图空间
|
-| `-s` 或 `--schema` | | Y | schema 文件路径
|
-| `-h` 或 `--host` 或 `-i` | localhost | | HugeGraphServer 的地址
|
-| `-p` 或 `--port` | 8080 | | HugeGraphServer 的端口号
|
-| `--username` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 username |
-| `--password` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 password |
-| `--create-graph` | false | | 是否在图不存在时自动创建
|
-| `--token` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 token |
-| `--protocol` | http | | 向服务端发请求的协议,可选 http 或 https
|
-| `--pd-peers` | | | PD 服务节点地址
|
-| `--pd-token` | | | 访问 PD 服务的 token
|
-| `--meta-endpoints` | | | 元信息存储服务地址
|
-| `--direct` | false | | 是否直连 HugeGraph-Store
|
-| `--route-type` | NODE_PORT | | 路由选择方式(可选值:NODE_PORT / DDS /
BOTH) |
-| `--cluster` | hg | | 集群名
|
-| `--trust-store-file` | | | 请求协议为 https 时,客户端的证书文件路径
|
-| `--trust-store-password` | | | 请求协议为 https 时,客户端证书密码
|
-| `--clear-all-data` | false | | 导入数据前是否清除服务端的原有数据
|
-| `--clear-timeout` | 240 | | 导入数据前清除服务端的原有数据的超时时间
|
-| `--incremental-mode` | false | | 是否使用断点续导模式,仅输入源为 FILE 和 HDFS
支持该模式,启用该模式能从上一次导入停止的地方开始导入 |
-| `--failure-mode` | false | | 失败模式为 true
时,会导入之前失败了的数据,一般来说失败数据文件需要在人工更正编辑好后,再次进行导入 |
-| `--batch-insert-threads` | CPUs | | 批量插入线程池大小 (CPUs 是当前 OS
可用**逻辑核**个数) |
-| `--single-insert-threads` | 8 | | 单条插入线程池的大小
|
-| `--max-conn` | 4 * CPUs | | HugeClient 与 HugeGraphServer
的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
-| `--max-conn-per-route` | 2 * CPUs | | HugeClient 与 HugeGraphServer
每个路由的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
-| `--batch-size` | 500 | | 导入数据时每个批次包含的数据条数
|
-| `--max-parse-errors` | 1 | | 最多允许多少行数据解析错误,达到该值则程序退出
|
-| `--max-insert-errors` | 500 | | 最多允许多少行数据插入错误,达到该值则程序退出
|
-| `--timeout` | 60 | | 插入结果返回的超时时间(秒)
|
-| `--shutdown-timeout` | 10 | | 多线程停止的等待时间(秒)
|
-| `--retry-times` | 0 | | 发生特定异常时的重试次数
|
-| `--retry-interval` | 10 | | 重试之前的间隔时间(秒)
|
-| `--check-vertex` | false | | 插入边时是否检查边所连接的顶点是否存在
|
-| `--print-progress` | true | | 是否在控制台实时打印导入条数
|
-| `--dry-run` | false | | 打开该模式,只解析不导入,通常用于测试
|
-| `--help` | false | | 打印帮助信息
|
-
+| 参数 | 默认值 | 是否必传 | 描述信息
|
+|-----------------------------------------|-------------|------|-------------------------------------------------------------------|
+| `-f` 或 `--file` | | Y | 配置脚本的路径
|
+| `-g` 或 `--graph` | | Y | 图名称
|
+| `--graphspace` | DEFAULT | | 图空间
|
Review Comment:
The parameter `--graphspace` is listed without the `-gs` short form
alternative, but the original version had `-gs` 或 `--graphspace`. This is
inconsistent with other parameters that maintain their short forms. If `-gs` is
being removed intentionally, this should be clearly documented. If it's an
error, the short form should be restored to maintain consistency with the
English version.
```suggestion
| `-gs` 或 `--graphspace` | DEFAULT | | 图空间
|
```
##########
content/cn/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -807,47 +807,71 @@ schema: 必填
##### 3.4.1 参数说明
-| 参数 | 默认值 | 是否必传 | 描述信息
|
-|---------------------------|-----------|------|-------------------------------------------------------------------|
-| `-f` 或 `--file` | | Y | 配置脚本的路径
|
-| `-g` 或 `--graph` | | Y | 图名称
|
-| `-gs` 或 `--graphspace` | DEFAULT | | 图空间
|
-| `-s` 或 `--schema` | | Y | schema 文件路径
|
-| `-h` 或 `--host` 或 `-i` | localhost | | HugeGraphServer 的地址
|
-| `-p` 或 `--port` | 8080 | | HugeGraphServer 的端口号
|
-| `--username` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 username |
-| `--password` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 password |
-| `--create-graph` | false | | 是否在图不存在时自动创建
|
-| `--token` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 token |
-| `--protocol` | http | | 向服务端发请求的协议,可选 http 或 https
|
-| `--pd-peers` | | | PD 服务节点地址
|
-| `--pd-token` | | | 访问 PD 服务的 token
|
-| `--meta-endpoints` | | | 元信息存储服务地址
|
-| `--direct` | false | | 是否直连 HugeGraph-Store
|
-| `--route-type` | NODE_PORT | | 路由选择方式(可选值:NODE_PORT / DDS /
BOTH) |
-| `--cluster` | hg | | 集群名
|
-| `--trust-store-file` | | | 请求协议为 https 时,客户端的证书文件路径
|
-| `--trust-store-password` | | | 请求协议为 https 时,客户端证书密码
|
-| `--clear-all-data` | false | | 导入数据前是否清除服务端的原有数据
|
-| `--clear-timeout` | 240 | | 导入数据前清除服务端的原有数据的超时时间
|
-| `--incremental-mode` | false | | 是否使用断点续导模式,仅输入源为 FILE 和 HDFS
支持该模式,启用该模式能从上一次导入停止的地方开始导入 |
-| `--failure-mode` | false | | 失败模式为 true
时,会导入之前失败了的数据,一般来说失败数据文件需要在人工更正编辑好后,再次进行导入 |
-| `--batch-insert-threads` | CPUs | | 批量插入线程池大小 (CPUs 是当前 OS
可用**逻辑核**个数) |
-| `--single-insert-threads` | 8 | | 单条插入线程池的大小
|
-| `--max-conn` | 4 * CPUs | | HugeClient 与 HugeGraphServer
的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
-| `--max-conn-per-route` | 2 * CPUs | | HugeClient 与 HugeGraphServer
每个路由的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
-| `--batch-size` | 500 | | 导入数据时每个批次包含的数据条数
|
-| `--max-parse-errors` | 1 | | 最多允许多少行数据解析错误,达到该值则程序退出
|
-| `--max-insert-errors` | 500 | | 最多允许多少行数据插入错误,达到该值则程序退出
|
-| `--timeout` | 60 | | 插入结果返回的超时时间(秒)
|
-| `--shutdown-timeout` | 10 | | 多线程停止的等待时间(秒)
|
-| `--retry-times` | 0 | | 发生特定异常时的重试次数
|
-| `--retry-interval` | 10 | | 重试之前的间隔时间(秒)
|
-| `--check-vertex` | false | | 插入边时是否检查边所连接的顶点是否存在
|
-| `--print-progress` | true | | 是否在控制台实时打印导入条数
|
-| `--dry-run` | false | | 打开该模式,只解析不导入,通常用于测试
|
-| `--help` | false | | 打印帮助信息
|
-
+| 参数 | 默认值 | 是否必传 | 描述信息
|
+|-----------------------------------------|-------------|------|-------------------------------------------------------------------|
+| `-f` 或 `--file` | | Y | 配置脚本的路径
|
+| `-g` 或 `--graph` | | Y | 图名称
|
+| `--graphspace` | DEFAULT | | 图空间
|
+| `-s` 或 `--schema` | | Y | schema 文件路径
|
+| `-h` 或 `--host` 或 `-i` | localhost | |
HugeGraphServer 的地址 |
+| `-p` 或 `--port` | 8080 | |
HugeGraphServer 的端口号 |
+| `--username` | null | | 当
HugeGraphServer 开启了权限认证时,当前图的 username |
+| `--password` | null | | 当
HugeGraphServer 开启了权限认证时,当前图的 password |
+| `--create-graph` | false | | 是否在图不存在时自动创建
|
+| `--token` | null | | 当
HugeGraphServer 开启了权限认证时,当前图的 token |
+| `--protocol` | http | | 向服务端发请求的协议,可选
http 或 https |
+| `--pd-peers` | | | PD 服务节点地址
|
+| `--pd-token` | | | 访问 PD 服务的
token |
+| `--meta-endpoints` | | | 元信息存储服务地址
|
+| `--direct` | false | | 是否直连
HugeGraph-Store |
+| `--route-type` | NODE_PORT | |
路由选择方式(可选值:NODE_PORT / DDS / BOTH) |
+| `--cluster` | hg | | 集群名
|
+| `--trust-store-file` | | | 请求协议为 https
时,客户端的证书文件路径 |
+| `--trust-store-password` | | | 请求协议为 https
时,客户端证书密码 |
+| `--clear-all-data` | false | |
导入数据前是否清除服务端的原有数据 |
+| `--clear-timeout` | 240 | |
导入数据前清除服务端的原有数据的超时时间 |
+| `--incremental-mode` | false | |
是否使用断点续导模式,仅输入源为 FILE 和 HDFS 支持该模式,启用该模式能从上一次导入停止的地方开始导入 |
+| `--failure-mode` | false | | 失败模式为 true
时,会导入之前失败了的数据,一般来说失败数据文件需要在人工更正编辑好后,再次进行导入 |
+| `--batch-insert-threads` | CPUs | | 批量插入线程池大小
(CPUs 是当前 OS 可用**逻辑核**个数) |
+| `--single-insert-threads` | 8 | | 单条插入线程池的大小
|
+| `--max-conn` | 4 * CPUs | | HugeClient 与
HugeGraphServer 的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
+| `--max-conn-per-route` | 2 * CPUs | | HugeClient 与
HugeGraphServer 每个路由的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
+| `--batch-size` | 500 | |
导入数据时每个批次包含的数据条数 |
+| `--max-parse-errors` | 1 | |
最多允许多少行数据解析错误,达到该值则程序退出 |
+| `--max-insert-errors` | 500 | |
最多允许多少行数据插入错误,达到该值则程序退出 |
+| `--timeout` | 60 | |
插入结果返回的超时时间(秒) |
+| `--shutdown-timeout` | 10 | | 多线程停止的等待时间(秒)
|
+| `--retry-times` | 0 | | 发生特定异常时的重试次数
|
+| `--retry-interval` | 10 | | 重试之前的间隔时间(秒)
|
+| `--check-vertex` | false | |
插入边时是否检查边所连接的顶点是否存在 |
+| `--print-progress` | true | |
是否在控制台实时打印导入条数 |
+| `--dry-run` | false | |
打开该模式,只解析不导入,通常用于测试 |
+| `--help` 或 `-help` | false | | 打印帮助信息
|
+| `--parallel-count` 或 `--parallel-count` | max(2,CPUS) | | 并行读取数据文件最大线程数
|
Review Comment:
The parameter name is duplicated. The entry shows `--parallel-count` 或
`--parallel-count` where both alternatives are identical. This should either
show different parameter names (like `--parallel-count` or `-pc`) or just show
a single parameter name without the 或 (or) connector.
```suggestion
| `--parallel-count` | max(2,CPUS) | |
并行读取数据文件最大线程数 |
```
##########
content/cn/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -807,47 +807,71 @@ schema: 必填
##### 3.4.1 参数说明
-| 参数 | 默认值 | 是否必传 | 描述信息
|
-|---------------------------|-----------|------|-------------------------------------------------------------------|
-| `-f` 或 `--file` | | Y | 配置脚本的路径
|
-| `-g` 或 `--graph` | | Y | 图名称
|
-| `-gs` 或 `--graphspace` | DEFAULT | | 图空间
|
-| `-s` 或 `--schema` | | Y | schema 文件路径
|
-| `-h` 或 `--host` 或 `-i` | localhost | | HugeGraphServer 的地址
|
-| `-p` 或 `--port` | 8080 | | HugeGraphServer 的端口号
|
-| `--username` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 username |
-| `--password` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 password |
-| `--create-graph` | false | | 是否在图不存在时自动创建
|
-| `--token` | null | | 当 HugeGraphServer
开启了权限认证时,当前图的 token |
-| `--protocol` | http | | 向服务端发请求的协议,可选 http 或 https
|
-| `--pd-peers` | | | PD 服务节点地址
|
-| `--pd-token` | | | 访问 PD 服务的 token
|
-| `--meta-endpoints` | | | 元信息存储服务地址
|
-| `--direct` | false | | 是否直连 HugeGraph-Store
|
-| `--route-type` | NODE_PORT | | 路由选择方式(可选值:NODE_PORT / DDS /
BOTH) |
-| `--cluster` | hg | | 集群名
|
-| `--trust-store-file` | | | 请求协议为 https 时,客户端的证书文件路径
|
-| `--trust-store-password` | | | 请求协议为 https 时,客户端证书密码
|
-| `--clear-all-data` | false | | 导入数据前是否清除服务端的原有数据
|
-| `--clear-timeout` | 240 | | 导入数据前清除服务端的原有数据的超时时间
|
-| `--incremental-mode` | false | | 是否使用断点续导模式,仅输入源为 FILE 和 HDFS
支持该模式,启用该模式能从上一次导入停止的地方开始导入 |
-| `--failure-mode` | false | | 失败模式为 true
时,会导入之前失败了的数据,一般来说失败数据文件需要在人工更正编辑好后,再次进行导入 |
-| `--batch-insert-threads` | CPUs | | 批量插入线程池大小 (CPUs 是当前 OS
可用**逻辑核**个数) |
-| `--single-insert-threads` | 8 | | 单条插入线程池的大小
|
-| `--max-conn` | 4 * CPUs | | HugeClient 与 HugeGraphServer
的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
-| `--max-conn-per-route` | 2 * CPUs | | HugeClient 与 HugeGraphServer
每个路由的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
-| `--batch-size` | 500 | | 导入数据时每个批次包含的数据条数
|
-| `--max-parse-errors` | 1 | | 最多允许多少行数据解析错误,达到该值则程序退出
|
-| `--max-insert-errors` | 500 | | 最多允许多少行数据插入错误,达到该值则程序退出
|
-| `--timeout` | 60 | | 插入结果返回的超时时间(秒)
|
-| `--shutdown-timeout` | 10 | | 多线程停止的等待时间(秒)
|
-| `--retry-times` | 0 | | 发生特定异常时的重试次数
|
-| `--retry-interval` | 10 | | 重试之前的间隔时间(秒)
|
-| `--check-vertex` | false | | 插入边时是否检查边所连接的顶点是否存在
|
-| `--print-progress` | true | | 是否在控制台实时打印导入条数
|
-| `--dry-run` | false | | 打开该模式,只解析不导入,通常用于测试
|
-| `--help` | false | | 打印帮助信息
|
-
+| 参数 | 默认值 | 是否必传 | 描述信息
|
+|-----------------------------------------|-------------|------|-------------------------------------------------------------------|
+| `-f` 或 `--file` | | Y | 配置脚本的路径
|
+| `-g` 或 `--graph` | | Y | 图名称
|
+| `--graphspace` | DEFAULT | | 图空间
|
+| `-s` 或 `--schema` | | Y | schema 文件路径
|
+| `-h` 或 `--host` 或 `-i` | localhost | |
HugeGraphServer 的地址 |
+| `-p` 或 `--port` | 8080 | |
HugeGraphServer 的端口号 |
+| `--username` | null | | 当
HugeGraphServer 开启了权限认证时,当前图的 username |
+| `--password` | null | | 当
HugeGraphServer 开启了权限认证时,当前图的 password |
+| `--create-graph` | false | | 是否在图不存在时自动创建
|
+| `--token` | null | | 当
HugeGraphServer 开启了权限认证时,当前图的 token |
+| `--protocol` | http | | 向服务端发请求的协议,可选
http 或 https |
+| `--pd-peers` | | | PD 服务节点地址
|
+| `--pd-token` | | | 访问 PD 服务的
token |
+| `--meta-endpoints` | | | 元信息存储服务地址
|
+| `--direct` | false | | 是否直连
HugeGraph-Store |
+| `--route-type` | NODE_PORT | |
路由选择方式(可选值:NODE_PORT / DDS / BOTH) |
+| `--cluster` | hg | | 集群名
|
+| `--trust-store-file` | | | 请求协议为 https
时,客户端的证书文件路径 |
+| `--trust-store-password` | | | 请求协议为 https
时,客户端证书密码 |
+| `--clear-all-data` | false | |
导入数据前是否清除服务端的原有数据 |
+| `--clear-timeout` | 240 | |
导入数据前清除服务端的原有数据的超时时间 |
+| `--incremental-mode` | false | |
是否使用断点续导模式,仅输入源为 FILE 和 HDFS 支持该模式,启用该模式能从上一次导入停止的地方开始导入 |
+| `--failure-mode` | false | | 失败模式为 true
时,会导入之前失败了的数据,一般来说失败数据文件需要在人工更正编辑好后,再次进行导入 |
+| `--batch-insert-threads` | CPUs | | 批量插入线程池大小
(CPUs 是当前 OS 可用**逻辑核**个数) |
+| `--single-insert-threads` | 8 | | 单条插入线程池的大小
|
+| `--max-conn` | 4 * CPUs | | HugeClient 与
HugeGraphServer 的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
+| `--max-conn-per-route` | 2 * CPUs | | HugeClient 与
HugeGraphServer 每个路由的最大 HTTP 连接数,**调整线程**的时候建议同时调整此项 |
+| `--batch-size` | 500 | |
导入数据时每个批次包含的数据条数 |
+| `--max-parse-errors` | 1 | |
最多允许多少行数据解析错误,达到该值则程序退出 |
+| `--max-insert-errors` | 500 | |
最多允许多少行数据插入错误,达到该值则程序退出 |
+| `--timeout` | 60 | |
插入结果返回的超时时间(秒) |
+| `--shutdown-timeout` | 10 | | 多线程停止的等待时间(秒)
|
+| `--retry-times` | 0 | | 发生特定异常时的重试次数
|
+| `--retry-interval` | 10 | | 重试之前的间隔时间(秒)
|
+| `--check-vertex` | false | |
插入边时是否检查边所连接的顶点是否存在 |
+| `--print-progress` | true | |
是否在控制台实时打印导入条数 |
+| `--dry-run` | false | |
打开该模式,只解析不导入,通常用于测试 |
+| `--help` 或 `-help` | false | | 打印帮助信息
|
Review Comment:
The `--help` parameter now shows `--help` 或 `-help` as alternatives.
However, the standard convention for help flags is typically `--help` or `-h`.
The short form `-help` is unusual and may not work as expected in many CLI
frameworks. This should be verified against the actual implementation, and if
`-h` is the correct short form, it should be used instead of `-help`.
```suggestion
| `--help` 或 `-h` | false | | 打印帮助信息
|
```
##########
content/en/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -794,47 +794,71 @@ The import process is controlled by commands submitted by
the user, and the user
##### 3.4.1 Parameter description
-| Parameter | Default value | Required or not | Description
|
-|---------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `-f` or `--file` | | Y | Path to
configure script
|
-| `-g` or `--graph` | | Y | Graph name
|
-| `-gs` or `--graphspace` | DEFAULT | | Graph space
name
|
-| `-s` or `--schema` | | Y | Schema file
path
|
-| `-h` or `--host` or `-i` | localhost | | Address of
HugeGraphServer
|
-| `-p` or `--port` | 8080 | | Port number of
HugeGraphServer
|
-| `--username` | null | | When
HugeGraphServer enables permission authentication, the username of the current
graph
|
-| `--password` | null | | When
HugeGraphServer enables permission authentication, the password of the current
graph
|
-| `--create-graph` | false | | Whether to
automatically create the graph if it does not exist
|
-| `--token` | null | | When
HugeGraphServer has enabled authorization authentication, the token of the
current graph
|
-| `--protocol` | http | | Protocol for
sending requests to the server, optional http or https
|
-| `--pd-peers` | | | PD service
node addresses
|
-| `--pd-token` | | | Token for
accessing PD service
|
-| `--meta-endpoints` | | | Meta
information storage service addresses
|
-| `--direct` | false | | Whether to
directly connect to HugeGraph-Store
|
-| `--route-type` | NODE_PORT | | Route
selection method (optional values: NODE_PORT / DDS / BOTH)
|
-| `--cluster` | hg | | Cluster name
|
-| `--trust-store-file` | | | When the
request protocol is https, the client's certificate file path
|
-| `--trust-store-password` | | | When the
request protocol is https, the client certificate password
|
-| `--clear-all-data` | false | | Whether to
clear the original data on the server before importing data
|
-| `--clear-timeout` | 240 | | Timeout for
clearing the original data on the server before importing data
|
-| `--incremental-mode` | false | | Whether to use
the breakpoint resume mode; only input sources FILE and HDFS support this mode.
Enabling this mode allows starting the import from where the last import
stopped |
-| `--failure-mode` | false | | When failure
mode is true, previously failed data will be imported. Generally, the failed
data file needs to be manually corrected and edited before re-importing
|
-| `--batch-insert-threads` | CPUs | | Batch insert
thread pool size (CPUs is the number of **logical cores** available to the
current OS)
|
-| `--single-insert-threads` | 8 | | Size of single
insert thread pool
|
-| `--max-conn` | 4 * CPUs | | The maximum
number of HTTP connections between HugeClient and HugeGraphServer; it is
recommended to adjust this when **adjusting threads**
|
-| `--max-conn-per-route` | 2 * CPUs | | The maximum
number of HTTP connections for each route between HugeClient and
HugeGraphServer; it is recommended to adjust this item when **adjusting
threads** |
-| `--batch-size` | 500 | | The number of
data items in each batch when importing data
|
-| `--max-parse-errors` | 1 | | The maximum
number of data parsing errors allowed (per line); the program exits when this
value is reached
|
-| `--max-insert-errors` | 500 | | The maximum
number of data insertion errors allowed (per row); the program exits when this
value is reached
|
-| `--timeout` | 60 | | Timeout
(seconds) for insert result return
|
-| `--shutdown-timeout` | 10 | | Waiting time
for multithreading to stop (seconds)
|
-| `--retry-times` | 0 | | Number of
retries when a specific exception occurs
|
-| `--retry-interval` | 10 | | Interval
before retry (seconds)
|
-| `--check-vertex` | false | | Whether to
check if the vertices connected by the edge exist when inserting the edge
|
-| `--print-progress` | true | | Whether to
print the number of imported items in real time on the console
|
-| `--dry-run` | false | | Enable this
mode to only parse data without importing; usually used for testing
|
-| `--help` | false | | Print help
information
|
-
+| Parameter | Default value | Required or not |
Description
|
+|-----------------------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `-f` or `--file` | | Y |
Path to configure script
|
+| `-g` or `--graph` | | Y |
Graph name
|
+| `--graphspace` | DEFAULT | |
Graph space name
|
Review Comment:
The parameter `--graphspace` is listed without the `-gs` short form
alternative, but this is inconsistent with the PR description which states this
is an update to parameter descriptions. The original version had `-gs` or
`--graphspace`. If `-gs` is being removed intentionally, this should be clearly
documented. If it's an error, the short form should be restored.
```suggestion
| `-gs` or `--graphspace` | DEFAULT |
| Graph space name
|
```
##########
content/en/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -794,47 +794,71 @@ The import process is controlled by commands submitted by
the user, and the user
##### 3.4.1 Parameter description
-| Parameter | Default value | Required or not | Description
|
-|---------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `-f` or `--file` | | Y | Path to
configure script
|
-| `-g` or `--graph` | | Y | Graph name
|
-| `-gs` or `--graphspace` | DEFAULT | | Graph space
name
|
-| `-s` or `--schema` | | Y | Schema file
path
|
-| `-h` or `--host` or `-i` | localhost | | Address of
HugeGraphServer
|
-| `-p` or `--port` | 8080 | | Port number of
HugeGraphServer
|
-| `--username` | null | | When
HugeGraphServer enables permission authentication, the username of the current
graph
|
-| `--password` | null | | When
HugeGraphServer enables permission authentication, the password of the current
graph
|
-| `--create-graph` | false | | Whether to
automatically create the graph if it does not exist
|
-| `--token` | null | | When
HugeGraphServer has enabled authorization authentication, the token of the
current graph
|
-| `--protocol` | http | | Protocol for
sending requests to the server, optional http or https
|
-| `--pd-peers` | | | PD service
node addresses
|
-| `--pd-token` | | | Token for
accessing PD service
|
-| `--meta-endpoints` | | | Meta
information storage service addresses
|
-| `--direct` | false | | Whether to
directly connect to HugeGraph-Store
|
-| `--route-type` | NODE_PORT | | Route
selection method (optional values: NODE_PORT / DDS / BOTH)
|
-| `--cluster` | hg | | Cluster name
|
-| `--trust-store-file` | | | When the
request protocol is https, the client's certificate file path
|
-| `--trust-store-password` | | | When the
request protocol is https, the client certificate password
|
-| `--clear-all-data` | false | | Whether to
clear the original data on the server before importing data
|
-| `--clear-timeout` | 240 | | Timeout for
clearing the original data on the server before importing data
|
-| `--incremental-mode` | false | | Whether to use
the breakpoint resume mode; only input sources FILE and HDFS support this mode.
Enabling this mode allows starting the import from where the last import
stopped |
-| `--failure-mode` | false | | When failure
mode is true, previously failed data will be imported. Generally, the failed
data file needs to be manually corrected and edited before re-importing
|
-| `--batch-insert-threads` | CPUs | | Batch insert
thread pool size (CPUs is the number of **logical cores** available to the
current OS)
|
-| `--single-insert-threads` | 8 | | Size of single
insert thread pool
|
-| `--max-conn` | 4 * CPUs | | The maximum
number of HTTP connections between HugeClient and HugeGraphServer; it is
recommended to adjust this when **adjusting threads**
|
-| `--max-conn-per-route` | 2 * CPUs | | The maximum
number of HTTP connections for each route between HugeClient and
HugeGraphServer; it is recommended to adjust this item when **adjusting
threads** |
-| `--batch-size` | 500 | | The number of
data items in each batch when importing data
|
-| `--max-parse-errors` | 1 | | The maximum
number of data parsing errors allowed (per line); the program exits when this
value is reached
|
-| `--max-insert-errors` | 500 | | The maximum
number of data insertion errors allowed (per row); the program exits when this
value is reached
|
-| `--timeout` | 60 | | Timeout
(seconds) for insert result return
|
-| `--shutdown-timeout` | 10 | | Waiting time
for multithreading to stop (seconds)
|
-| `--retry-times` | 0 | | Number of
retries when a specific exception occurs
|
-| `--retry-interval` | 10 | | Interval
before retry (seconds)
|
-| `--check-vertex` | false | | Whether to
check if the vertices connected by the edge exist when inserting the edge
|
-| `--print-progress` | true | | Whether to
print the number of imported items in real time on the console
|
-| `--dry-run` | false | | Enable this
mode to only parse data without importing; usually used for testing
|
-| `--help` | false | | Print help
information
|
-
+| Parameter | Default value | Required or not |
Description
|
+|-----------------------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `-f` or `--file` | | Y |
Path to configure script
|
+| `-g` or `--graph` | | Y |
Graph name
|
+| `--graphspace` | DEFAULT | |
Graph space name
|
+| `-s` or `--schema` | | Y |
Schema file path
|
+| `-h` or `--host` or `-i` | localhost | |
Address of HugeGraphServer
|
+| `-p` or `--port` | 8080 | |
Port number of HugeGraphServer
|
+| `--username` | null | |
When HugeGraphServer enables permission authentication, the username of the
current graph
|
+| `--password` | null | |
When HugeGraphServer enables permission authentication, the password of the
current graph
|
+| `--create-graph` | false | |
Whether to automatically create the graph if it does not exist
|
+| `--token` | null | |
When HugeGraphServer has enabled authorization authentication, the token of the
current graph
|
+| `--protocol` | http | |
Protocol for sending requests to the server, optional http or https
|
+| `--pd-peers` | | |
PD service node addresses
|
+| `--pd-token` | | |
Token for accessing PD service
|
+| `--meta-endpoints` | | |
Meta information storage service addresses
|
+| `--direct` | false | |
Whether to directly connect to HugeGraph-Store
|
+| `--route-type` | NODE_PORT | |
Route selection method (optional values: NODE_PORT / DDS / BOTH)
|
+| `--cluster` | hg | |
Cluster name
|
+| `--trust-store-file` | | |
When the request protocol is https, the client's certificate file path
|
+| `--trust-store-password` | | |
When the request protocol is https, the client certificate password
|
+| `--clear-all-data` | false | |
Whether to clear the original data on the server before importing data
|
+| `--clear-timeout` | 240 | |
Timeout for clearing the original data on the server before importing data
|
+| `--incremental-mode` | false | |
Whether to use the breakpoint resume mode; only input sources FILE and HDFS
support this mode. Enabling this mode allows starting the import from where the
last import stopped |
+| `--failure-mode` | false | |
When failure mode is true, previously failed data will be imported. Generally,
the failed data file needs to be manually corrected and edited before
re-importing |
+| `--batch-insert-threads` | CPUs | |
Batch insert thread pool size (CPUs is the number of **logical cores**
available to the current OS)
|
+| `--single-insert-threads` | 8 | |
Size of single insert thread pool
|
+| `--max-conn` | 4 * CPUs | |
The maximum number of HTTP connections between HugeClient and HugeGraphServer;
it is recommended to adjust this when **adjusting threads**
|
+| `--max-conn-per-route` | 2 * CPUs | |
The maximum number of HTTP connections for each route between HugeClient and
HugeGraphServer; it is recommended to adjust this item when **adjusting
threads** |
+| `--batch-size` | 500 | |
The number of data items in each batch when importing data
|
+| `--max-parse-errors` | 1 | |
The maximum number of data parsing errors allowed (per line); the program exits
when this value is reached
|
+| `--max-insert-errors` | 500 | |
The maximum number of data insertion errors allowed (per row); the program
exits when this value is reached
|
+| `--timeout` | 60 | |
Timeout (seconds) for insert result return
|
+| `--shutdown-timeout` | 10 | |
Waiting time for multithreading to stop (seconds)
|
+| `--retry-times` | 0 | |
Number of retries when a specific exception occurs
|
+| `--retry-interval` | 10 | |
Interval before retry (seconds)
|
+| `--check-vertex` | false | |
Whether to check if the vertices connected by the edge exist when inserting the
edge
|
+| `--print-progress` | true | |
Whether to print the number of imported items in real time on the console
|
+| `--dry-run` | false | |
Enable this mode to only parse data without importing; usually used for testing
|
+| `--help` or `-help` | false | |
Print help information
|
+| `--parallel-count` 或 `--parallel-count` | max(2,CPUS) | | Parallel read
pipelines for data files |
Review Comment:
The parameter name appears to be duplicated in both Chinese and English. The
entry shows `--parallel-count` 或 `--parallel-count` (or in Chinese). This
should likely be a different alternative parameter name or just a single
parameter name without alternatives.
```suggestion
| `--parallel-count` | max(2,CPUS) | | Parallel
read pipelines for data files |
```
##########
content/en/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -794,47 +794,71 @@ The import process is controlled by commands submitted by
the user, and the user
##### 3.4.1 Parameter description
-| Parameter | Default value | Required or not | Description
|
-|---------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `-f` or `--file` | | Y | Path to
configure script
|
-| `-g` or `--graph` | | Y | Graph name
|
-| `-gs` or `--graphspace` | DEFAULT | | Graph space
name
|
-| `-s` or `--schema` | | Y | Schema file
path
|
-| `-h` or `--host` or `-i` | localhost | | Address of
HugeGraphServer
|
-| `-p` or `--port` | 8080 | | Port number of
HugeGraphServer
|
-| `--username` | null | | When
HugeGraphServer enables permission authentication, the username of the current
graph
|
-| `--password` | null | | When
HugeGraphServer enables permission authentication, the password of the current
graph
|
-| `--create-graph` | false | | Whether to
automatically create the graph if it does not exist
|
-| `--token` | null | | When
HugeGraphServer has enabled authorization authentication, the token of the
current graph
|
-| `--protocol` | http | | Protocol for
sending requests to the server, optional http or https
|
-| `--pd-peers` | | | PD service
node addresses
|
-| `--pd-token` | | | Token for
accessing PD service
|
-| `--meta-endpoints` | | | Meta
information storage service addresses
|
-| `--direct` | false | | Whether to
directly connect to HugeGraph-Store
|
-| `--route-type` | NODE_PORT | | Route
selection method (optional values: NODE_PORT / DDS / BOTH)
|
-| `--cluster` | hg | | Cluster name
|
-| `--trust-store-file` | | | When the
request protocol is https, the client's certificate file path
|
-| `--trust-store-password` | | | When the
request protocol is https, the client certificate password
|
-| `--clear-all-data` | false | | Whether to
clear the original data on the server before importing data
|
-| `--clear-timeout` | 240 | | Timeout for
clearing the original data on the server before importing data
|
-| `--incremental-mode` | false | | Whether to use
the breakpoint resume mode; only input sources FILE and HDFS support this mode.
Enabling this mode allows starting the import from where the last import
stopped |
-| `--failure-mode` | false | | When failure
mode is true, previously failed data will be imported. Generally, the failed
data file needs to be manually corrected and edited before re-importing
|
-| `--batch-insert-threads` | CPUs | | Batch insert
thread pool size (CPUs is the number of **logical cores** available to the
current OS)
|
-| `--single-insert-threads` | 8 | | Size of single
insert thread pool
|
-| `--max-conn` | 4 * CPUs | | The maximum
number of HTTP connections between HugeClient and HugeGraphServer; it is
recommended to adjust this when **adjusting threads**
|
-| `--max-conn-per-route` | 2 * CPUs | | The maximum
number of HTTP connections for each route between HugeClient and
HugeGraphServer; it is recommended to adjust this item when **adjusting
threads** |
-| `--batch-size` | 500 | | The number of
data items in each batch when importing data
|
-| `--max-parse-errors` | 1 | | The maximum
number of data parsing errors allowed (per line); the program exits when this
value is reached
|
-| `--max-insert-errors` | 500 | | The maximum
number of data insertion errors allowed (per row); the program exits when this
value is reached
|
-| `--timeout` | 60 | | Timeout
(seconds) for insert result return
|
-| `--shutdown-timeout` | 10 | | Waiting time
for multithreading to stop (seconds)
|
-| `--retry-times` | 0 | | Number of
retries when a specific exception occurs
|
-| `--retry-interval` | 10 | | Interval
before retry (seconds)
|
-| `--check-vertex` | false | | Whether to
check if the vertices connected by the edge exist when inserting the edge
|
-| `--print-progress` | true | | Whether to
print the number of imported items in real time on the console
|
-| `--dry-run` | false | | Enable this
mode to only parse data without importing; usually used for testing
|
-| `--help` | false | | Print help
information
|
-
+| Parameter | Default value | Required or not |
Description
|
+|-----------------------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `-f` or `--file` | | Y |
Path to configure script
|
+| `-g` or `--graph` | | Y |
Graph name
|
+| `--graphspace` | DEFAULT | |
Graph space name
|
+| `-s` or `--schema` | | Y |
Schema file path
|
+| `-h` or `--host` or `-i` | localhost | |
Address of HugeGraphServer
|
+| `-p` or `--port` | 8080 | |
Port number of HugeGraphServer
|
+| `--username` | null | |
When HugeGraphServer enables permission authentication, the username of the
current graph
|
+| `--password` | null | |
When HugeGraphServer enables permission authentication, the password of the
current graph
|
+| `--create-graph` | false | |
Whether to automatically create the graph if it does not exist
|
+| `--token` | null | |
When HugeGraphServer has enabled authorization authentication, the token of the
current graph
|
+| `--protocol` | http | |
Protocol for sending requests to the server, optional http or https
|
+| `--pd-peers` | | |
PD service node addresses
|
+| `--pd-token` | | |
Token for accessing PD service
|
+| `--meta-endpoints` | | |
Meta information storage service addresses
|
+| `--direct` | false | |
Whether to directly connect to HugeGraph-Store
|
+| `--route-type` | NODE_PORT | |
Route selection method (optional values: NODE_PORT / DDS / BOTH)
|
+| `--cluster` | hg | |
Cluster name
|
+| `--trust-store-file` | | |
When the request protocol is https, the client's certificate file path
|
+| `--trust-store-password` | | |
When the request protocol is https, the client certificate password
|
+| `--clear-all-data` | false | |
Whether to clear the original data on the server before importing data
|
+| `--clear-timeout` | 240 | |
Timeout for clearing the original data on the server before importing data
|
+| `--incremental-mode` | false | |
Whether to use the breakpoint resume mode; only input sources FILE and HDFS
support this mode. Enabling this mode allows starting the import from where the
last import stopped |
+| `--failure-mode` | false | |
When failure mode is true, previously failed data will be imported. Generally,
the failed data file needs to be manually corrected and edited before
re-importing |
+| `--batch-insert-threads` | CPUs | |
Batch insert thread pool size (CPUs is the number of **logical cores**
available to the current OS)
|
+| `--single-insert-threads` | 8 | |
Size of single insert thread pool
|
+| `--max-conn` | 4 * CPUs | |
The maximum number of HTTP connections between HugeClient and HugeGraphServer;
it is recommended to adjust this when **adjusting threads**
|
+| `--max-conn-per-route` | 2 * CPUs | |
The maximum number of HTTP connections for each route between HugeClient and
HugeGraphServer; it is recommended to adjust this item when **adjusting
threads** |
+| `--batch-size` | 500 | |
The number of data items in each batch when importing data
|
+| `--max-parse-errors` | 1 | |
The maximum number of data parsing errors allowed (per line); the program exits
when this value is reached
|
+| `--max-insert-errors` | 500 | |
The maximum number of data insertion errors allowed (per row); the program
exits when this value is reached
|
+| `--timeout` | 60 | |
Timeout (seconds) for insert result return
|
+| `--shutdown-timeout` | 10 | |
Waiting time for multithreading to stop (seconds)
|
+| `--retry-times` | 0 | |
Number of retries when a specific exception occurs
|
+| `--retry-interval` | 10 | |
Interval before retry (seconds)
|
+| `--check-vertex` | false | |
Whether to check if the vertices connected by the edge exist when inserting the
edge
|
+| `--print-progress` | true | |
Whether to print the number of imported items in real time on the console
|
+| `--dry-run` | false | |
Enable this mode to only parse data without importing; usually used for testing
|
+| `--help` or `-help` | false | |
Print help information
|
Review Comment:
The `--help` parameter now shows `--help` or `-help` as alternatives.
However, the standard convention for help flags is typically `--help` or `-h`.
The short form `-help` is unusual and may not work as expected in many CLI
frameworks. This should be verified against the actual implementation, and if
`-h` is the correct short form, it should be used instead of `-help`.
```suggestion
| `--help` or `-h` | false |
| Print help information
|
```
##########
content/en/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -794,47 +794,71 @@ The import process is controlled by commands submitted by
the user, and the user
##### 3.4.1 Parameter description
-| Parameter | Default value | Required or not | Description
|
-|---------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `-f` or `--file` | | Y | Path to
configure script
|
-| `-g` or `--graph` | | Y | Graph name
|
-| `-gs` or `--graphspace` | DEFAULT | | Graph space
name
|
-| `-s` or `--schema` | | Y | Schema file
path
|
-| `-h` or `--host` or `-i` | localhost | | Address of
HugeGraphServer
|
-| `-p` or `--port` | 8080 | | Port number of
HugeGraphServer
|
-| `--username` | null | | When
HugeGraphServer enables permission authentication, the username of the current
graph
|
-| `--password` | null | | When
HugeGraphServer enables permission authentication, the password of the current
graph
|
-| `--create-graph` | false | | Whether to
automatically create the graph if it does not exist
|
-| `--token` | null | | When
HugeGraphServer has enabled authorization authentication, the token of the
current graph
|
-| `--protocol` | http | | Protocol for
sending requests to the server, optional http or https
|
-| `--pd-peers` | | | PD service
node addresses
|
-| `--pd-token` | | | Token for
accessing PD service
|
-| `--meta-endpoints` | | | Meta
information storage service addresses
|
-| `--direct` | false | | Whether to
directly connect to HugeGraph-Store
|
-| `--route-type` | NODE_PORT | | Route
selection method (optional values: NODE_PORT / DDS / BOTH)
|
-| `--cluster` | hg | | Cluster name
|
-| `--trust-store-file` | | | When the
request protocol is https, the client's certificate file path
|
-| `--trust-store-password` | | | When the
request protocol is https, the client certificate password
|
-| `--clear-all-data` | false | | Whether to
clear the original data on the server before importing data
|
-| `--clear-timeout` | 240 | | Timeout for
clearing the original data on the server before importing data
|
-| `--incremental-mode` | false | | Whether to use
the breakpoint resume mode; only input sources FILE and HDFS support this mode.
Enabling this mode allows starting the import from where the last import
stopped |
-| `--failure-mode` | false | | When failure
mode is true, previously failed data will be imported. Generally, the failed
data file needs to be manually corrected and edited before re-importing
|
-| `--batch-insert-threads` | CPUs | | Batch insert
thread pool size (CPUs is the number of **logical cores** available to the
current OS)
|
-| `--single-insert-threads` | 8 | | Size of single
insert thread pool
|
-| `--max-conn` | 4 * CPUs | | The maximum
number of HTTP connections between HugeClient and HugeGraphServer; it is
recommended to adjust this when **adjusting threads**
|
-| `--max-conn-per-route` | 2 * CPUs | | The maximum
number of HTTP connections for each route between HugeClient and
HugeGraphServer; it is recommended to adjust this item when **adjusting
threads** |
-| `--batch-size` | 500 | | The number of
data items in each batch when importing data
|
-| `--max-parse-errors` | 1 | | The maximum
number of data parsing errors allowed (per line); the program exits when this
value is reached
|
-| `--max-insert-errors` | 500 | | The maximum
number of data insertion errors allowed (per row); the program exits when this
value is reached
|
-| `--timeout` | 60 | | Timeout
(seconds) for insert result return
|
-| `--shutdown-timeout` | 10 | | Waiting time
for multithreading to stop (seconds)
|
-| `--retry-times` | 0 | | Number of
retries when a specific exception occurs
|
-| `--retry-interval` | 10 | | Interval
before retry (seconds)
|
-| `--check-vertex` | false | | Whether to
check if the vertices connected by the edge exist when inserting the edge
|
-| `--print-progress` | true | | Whether to
print the number of imported items in real time on the console
|
-| `--dry-run` | false | | Enable this
mode to only parse data without importing; usually used for testing
|
-| `--help` | false | | Print help
information
|
-
+| Parameter | Default value | Required or not |
Description
|
+|-----------------------------------------|---------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `-f` or `--file` | | Y |
Path to configure script
|
+| `-g` or `--graph` | | Y |
Graph name
|
+| `--graphspace` | DEFAULT | |
Graph space name
|
+| `-s` or `--schema` | | Y |
Schema file path
|
+| `-h` or `--host` or `-i` | localhost | |
Address of HugeGraphServer
|
+| `-p` or `--port` | 8080 | |
Port number of HugeGraphServer
|
+| `--username` | null | |
When HugeGraphServer enables permission authentication, the username of the
current graph
|
+| `--password` | null | |
When HugeGraphServer enables permission authentication, the password of the
current graph
|
+| `--create-graph` | false | |
Whether to automatically create the graph if it does not exist
|
+| `--token` | null | |
When HugeGraphServer has enabled authorization authentication, the token of the
current graph
|
+| `--protocol` | http | |
Protocol for sending requests to the server, optional http or https
|
+| `--pd-peers` | | |
PD service node addresses
|
+| `--pd-token` | | |
Token for accessing PD service
|
+| `--meta-endpoints` | | |
Meta information storage service addresses
|
+| `--direct` | false | |
Whether to directly connect to HugeGraph-Store
|
+| `--route-type` | NODE_PORT | |
Route selection method (optional values: NODE_PORT / DDS / BOTH)
|
+| `--cluster` | hg | |
Cluster name
|
+| `--trust-store-file` | | |
When the request protocol is https, the client's certificate file path
|
+| `--trust-store-password` | | |
When the request protocol is https, the client certificate password
|
+| `--clear-all-data` | false | |
Whether to clear the original data on the server before importing data
|
+| `--clear-timeout` | 240 | |
Timeout for clearing the original data on the server before importing data
|
+| `--incremental-mode` | false | |
Whether to use the breakpoint resume mode; only input sources FILE and HDFS
support this mode. Enabling this mode allows starting the import from where the
last import stopped |
+| `--failure-mode` | false | |
When failure mode is true, previously failed data will be imported. Generally,
the failed data file needs to be manually corrected and edited before
re-importing |
+| `--batch-insert-threads` | CPUs | |
Batch insert thread pool size (CPUs is the number of **logical cores**
available to the current OS)
|
+| `--single-insert-threads` | 8 | |
Size of single insert thread pool
|
+| `--max-conn` | 4 * CPUs | |
The maximum number of HTTP connections between HugeClient and HugeGraphServer;
it is recommended to adjust this when **adjusting threads**
|
+| `--max-conn-per-route` | 2 * CPUs | |
The maximum number of HTTP connections for each route between HugeClient and
HugeGraphServer; it is recommended to adjust this item when **adjusting
threads** |
+| `--batch-size` | 500 | |
The number of data items in each batch when importing data
|
+| `--max-parse-errors` | 1 | |
The maximum number of data parsing errors allowed (per line); the program exits
when this value is reached
|
+| `--max-insert-errors` | 500 | |
The maximum number of data insertion errors allowed (per row); the program
exits when this value is reached
|
+| `--timeout` | 60 | |
Timeout (seconds) for insert result return
|
+| `--shutdown-timeout` | 10 | |
Waiting time for multithreading to stop (seconds)
|
+| `--retry-times` | 0 | |
Number of retries when a specific exception occurs
|
+| `--retry-interval` | 10 | |
Interval before retry (seconds)
|
+| `--check-vertex` | false | |
Whether to check if the vertices connected by the edge exist when inserting the
edge
|
+| `--print-progress` | true | |
Whether to print the number of imported items in real time on the console
|
+| `--dry-run` | false | |
Enable this mode to only parse data without importing; usually used for testing
|
+| `--help` or `-help` | false | |
Print help information
|
+| `--parallel-count` 或 `--parallel-count` | max(2,CPUS) | | Parallel read
pipelines for data files |
+| `--start-file` | 0 | | Start file
index for partial loading |
+| `--end-file` | -1 | | End file
index for partial loading |
+| `--scatter-sources` | false | | Scatter
multiple sources for I/O optimization |
+| `--cdc-flush-interval` | 30000 | | The flush
interval for Flink CDC |
+| `--cdc-sink-parallelism` | 1 | | The sink
parallelism for Flink CDC |
+| `--max-read-errors` | 1 | | The maximum
number of read error lines before exiting |
+| `--max-read-lines` | -1L | | The maximum
number of read lines, task stops when reached |
+| `--test-mode` | false | | Whether the
loader works in test mode |
+| `--use-prefilter` | false | | Whether to
filter vertex in advance |
+| `--short-id` | | | Mapping
customized ID to shorter ID |
+| `--vertex-edge-limit` | -1L | | The maximum
number of vertex's edges |
+| `--sink-type` | true | | Sink to
different storage type switch |
+| `--vertex-partitions` | 64 | | The number of
partitions of the HBase vertex table |
+| `--edge-partitions` | 64 | | The number of
partitions of the HBase edge table |
+| `--vertex-table-name` | | | HBase vertex
table name |
+| `--edge-table-name` | | | HBase edge
table name |
+| `--hbase-zk-quorum` | | | HBase
ZooKeeper quorum |
+| `--hbase-zk-port` | | | HBase
ZooKeeper port |
+| `--hbase-zk-parent` | | | HBase
ZooKeeper parent |
+| `--restore` | false | | Set graph
mode to RESTORING |
+| `--backend` | hstore | | The backend
store type when creating graph if not exists |
+| `--serializer` | binary | | The
serializer type when creating graph if not exists |
+| `--scheduler-type` | distributed | | The task
scheduler type when creating graph if not exists |
+| `--batch-failure-fallback` | true | | Whether to
fallback to single insert when batch insert fails |##### 3.4.2 Breakpoint
Continuation Mode
Review Comment:
Line 861 contains text that appears to be a duplicate of the following
section header. The line ends with "Whether to fallback to single insert when
batch insert fails" followed immediately by "##### 3.4.2 Breakpoint
Continuation Mode" on the same line. The section header should be on line 862
by itself, and line 861 should end properly with just the parameter description.
```suggestion
| `--batch-failure-fallback` | true | | Whether to
fallback to single insert when batch insert fails |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
