diff --git a/docs-2.0/3.ngql-guide/14.native-index-statements/4.rebuild-native-index.md b/docs-2.0/3.ngql-guide/14.native-index-statements/4.rebuild-native-index.md index 910743169e..fc4b65a6eb 100644 --- a/docs-2.0/3.ngql-guide/14.native-index-statements/4.rebuild-native-index.md +++ b/docs-2.0/3.ngql-guide/14.native-index-statements/4.rebuild-native-index.md @@ -57,6 +57,3 @@ nebula> SHOW JOB 31; Nebula Graph 创建一个任务去重建索引,因此可以根据返回的任务 ID,通过`SHOW JOB `语句查看任务状态。详情请参见 [SHOW JOB](../18.operation-and-maintenance-statements/4.job-statements.md#show_job)。 -## 历史版本兼容性 - -在 Nebula Graph 2.0 中,不需要也不支持选项`OFFLINE`。 diff --git a/docs-2.0/3.ngql-guide/3.data-types/9.type-conversion.md b/docs-2.0/3.ngql-guide/3.data-types/9.type-conversion.md index 24efce05e9..257ab2d99f 100644 --- a/docs-2.0/3.ngql-guide/3.data-types/9.type-conversion.md +++ b/docs-2.0/3.ngql-guide/3.data-types/9.type-conversion.md @@ -6,7 +6,7 @@ nGQL 1.0 使用 C 语言风格的类型转换(显示或隐式):`(type_name)expression`。例如`YIELD (int)(TRUE)`,结果为`1`。但是对于不熟悉 C 语言的用户来说,很容易出错。 -nGQL 2.0 使用 openCypher 的方式进行类型强制转换。 +从 nGQL 2.0 开始使用 openCypher 的方式进行类型强制转换。 ## 类型强制转换函数 diff --git a/docs-2.0/3.ngql-guide/8.clauses-and-options/return.md b/docs-2.0/3.ngql-guide/8.clauses-and-options/return.md index 724f470b94..28ccdebaab 100644 --- a/docs-2.0/3.ngql-guide/8.clauses-and-options/return.md +++ b/docs-2.0/3.ngql-guide/8.clauses-and-options/return.md @@ -32,7 +32,7 @@ - 在 nGQL 1.x 中,`RETURN`适用于原生 nGQL,语法为`RETURN IF IS NOT NULL`。 -- 在 nGQL 2.0 中,`RETURN`不适用于原生 nGQL。 +- 从 nGQL 2.0 开始,`RETURN`不适用于原生 nGQL。 ## Map 顺序说明 diff --git a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md index 10f472927c..e332ea5688 100644 --- a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md +++ b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md @@ -255,7 +255,7 @@ docker pull vesoft/nebula-console:{{console.branch}} ### 为什么更新 nebula-docker-compose 仓库(Nebula Graph 2.0.0-RC)后,无法通过端口`3699`连接 Nebula Graph? -在 Nebula Graph 2.0.0-RC 版本,默认端口从`3699`改为`9669`。请使用`9669`端口连接,或修改配置文件`docker-compose.yaml`内的端口。 +从 Nebula Graph 2.0.0-RC 版本开始,默认端口从`3699`改为`9669`。请使用`9669`端口连接,或修改配置文件`docker-compose.yaml`内的端口。 ### 为什么更新 nebula-docker-compose 仓库后,无法访问数据?(2021 年 01 月 04 日) @@ -265,6 +265,7 @@ docker pull vesoft/nebula-console:{{console.branch}} 2021 年 01 月 27 日修改了数据格式,无法兼容之前的数据,请执行命令`docker-compose down -v`删除所有本地数据。 + \ No newline at end of file diff --git a/docs-2.0/nebula-exchange/ex-ug-FAQ.md b/docs-2.0/nebula-exchange/ex-ug-FAQ.md index f3b5581018..720a9aae4b 100644 --- a/docs-2.0/nebula-exchange/ex-ug-FAQ.md +++ b/docs-2.0/nebula-exchange/ex-ug-FAQ.md @@ -56,7 +56,7 @@ $SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange \ --files application.conf \ --conf spark.driver.extraClassPath=./ \ --conf spark.executor.extraClassPath=./ \ -nebula-exchange-2.0.0.jar \ +nebula-exchange-3.0.0.jar \ -c application.conf ``` @@ -123,7 +123,7 @@ nebula-exchange-2.0.0.jar \ --conf spark.driver.extraJavaOptions=-Dfile.encoding=utf-8 \ --conf spark.executor.extraJavaOptions=-Dfile.encoding=utf-8 \ --class com.vesoft.nebula.exchange.Exchange \ - -c + -c ``` 如果是在 YARN 中,则用以下命令: diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md index de5809a5ae..7874230078 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md @@ -170,7 +170,7 @@ SST 文件是一个内部包含了任意长度的有序键值对集合的文件 # Spark 相关配置 spark: { app: { - name: Nebula Exchange 2.0 + name: Nebula Exchange {{exchange.release}} } master:local