This is an automated email from the ASF dual-hosted git repository.

caogaofei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new d3073d6  Fix user guide
d3073d6 is described below

commit d3073d6e3561e41069db3e5464f26591b3dc2d1f
Author: majialin <[email protected]>
AuthorDate: Wed Aug 7 16:16:54 2024 +0800

    Fix user guide
---
 src/UserGuide/Master/API/Programming-JDBC.md                       | 2 +-
 .../Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md    | 5 +++++
 src/UserGuide/Master/User-Manual/Database-Programming.md           | 2 +-
 .../Master/{User-Manual => stage}/IoTDB-Data-Pipe_timecho.md       | 0
 src/UserGuide/V1.2.x/User-Manual/Database-Programming.md           | 2 +-
 src/UserGuide/latest/API/Programming-JDBC.md                       | 2 +-
 .../latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md    | 6 ++++++
 src/UserGuide/latest/User-Manual/Database-Programming.md           | 2 +-
 .../latest/{User-Manual => stage}/IoTDB-Data-Pipe_timecho.md       | 0
 src/zh/UserGuide/Master/API/Programming-JDBC.md                    | 2 +-
 .../Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md    | 6 ++++++
 src/zh/UserGuide/Master/User-Manual/Database-Programming.md        | 2 +-
 .../Master/{User-Manual => stage}/IoTDB-Data-Pipe_timecho.md       | 0
 src/zh/UserGuide/V1.2.x/User-Manual/Database-Programming.md        | 2 +-
 src/zh/UserGuide/latest/API/Programming-JDBC.md                    | 2 +-
 .../latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md    | 7 +++++++
 src/zh/UserGuide/latest/User-Manual/Database-Programming.md        | 3 +--
 .../latest/{User-Manual => stage}/IoTDB-Data-Pipe_timecho.md       | 0
 18 files changed, 34 insertions(+), 11 deletions(-)

diff --git a/src/UserGuide/Master/API/Programming-JDBC.md 
b/src/UserGuide/Master/API/Programming-JDBC.md
index bf82234..b71b3c4 100644
--- a/src/UserGuide/Master/API/Programming-JDBC.md
+++ b/src/UserGuide/Master/API/Programming-JDBC.md
@@ -23,7 +23,7 @@
 
 *NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS. 
 IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS. 
-PLEASE USE [JAVA NATIVE 
API](https://iotdb.apache.org/UserGuide/Master/API/Programming-Java-Native-API.html)
 INSTEAD*
+PLEASE USE [Java Native API](./Programming-Java-Native-API.md) INSTEAD*
 
 ## Dependencies
 
diff --git 
a/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md 
b/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md
index ca7a721..2d2395a 100644
--- a/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md
+++ b/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md
@@ -120,5 +120,10 @@ After successful startup, the following interface will 
appear displaying success
 
 
![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90%E7%89%88%E5%90%AF%E5%8A%A8%E6%88%90%E5%8A%9F.png)
 
+After the successful installation interface appears, use the `show cluster` 
command to check the service running status
+
+When the status is all running, it indicates that the service has started 
successfully
+
+![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90-%E5%8D%95%E6%9C%BAshow.jpeg)
 
 > The appearance of 'Activated (W)' indicates passive activation, indicating 
 > that this Config Node does not have a license file (or has not issued the 
 > latest license file with a timestamp). At this point, it is recommended to 
 > check if the license file has been placed in the license folder. If not, 
 > please place the license file. If a license file already exists, it may be 
 > due to inconsistency between the license file of this node and the 
 > information of other nodes. Please contact Tianmu s [...]
\ No newline at end of file
diff --git a/src/UserGuide/Master/User-Manual/Database-Programming.md 
b/src/UserGuide/Master/User-Manual/Database-Programming.md
index f765983..8939c97 100644
--- a/src/UserGuide/Master/User-Manual/Database-Programming.md
+++ b/src/UserGuide/Master/User-Manual/Database-Programming.md
@@ -1869,7 +1869,7 @@ The instructions should be added in 
`docs/UserGuide/Operation Manual/DML Data Ma
 
 #### Submit a PR
 
-When you have prepared the UDF source code, test cases, and instructions, you 
are ready to submit a Pull Request (PR) on 
[Github](https://github.com/apache/iotdb). You can refer to our code 
contribution guide to submit a PR: [Pull Request 
Guide](https://iotdb.apache.org/Development/HowToCommit.html).
+When you have prepared the UDF source code, test cases, and instructions, you 
are ready to submit a Pull Request (PR) on 
[Github](https://github.com/apache/iotdb). You can refer to our code 
contribution guide to submit a PR: [Development 
Guide](https://iotdb.apache.org/Community/Development-Guide.html).
 
 ### Known Implementations
 
diff --git a/src/UserGuide/Master/User-Manual/IoTDB-Data-Pipe_timecho.md 
b/src/UserGuide/Master/stage/IoTDB-Data-Pipe_timecho.md
similarity index 100%
rename from src/UserGuide/Master/User-Manual/IoTDB-Data-Pipe_timecho.md
rename to src/UserGuide/Master/stage/IoTDB-Data-Pipe_timecho.md
diff --git a/src/UserGuide/V1.2.x/User-Manual/Database-Programming.md 
b/src/UserGuide/V1.2.x/User-Manual/Database-Programming.md
index 2620a77..f83a361 100644
--- a/src/UserGuide/V1.2.x/User-Manual/Database-Programming.md
+++ b/src/UserGuide/V1.2.x/User-Manual/Database-Programming.md
@@ -1615,7 +1615,7 @@ The instructions should be added in 
`docs/UserGuide/Operation Manual/DML Data Ma
 
 #### Submit a PR
 
-When you have prepared the UDF source code, test cases, and instructions, you 
are ready to submit a Pull Request (PR) on 
[Github](https://github.com/apache/iotdb). You can refer to our code 
contribution guide to submit a PR: [Pull Request 
Guide](https://iotdb.apache.org/Development/HowToCommit.html).
+When you have prepared the UDF source code, test cases, and instructions, you 
are ready to submit a Pull Request (PR) on 
[Github](https://github.com/apache/iotdb). You can refer to our code 
contribution guide to submit a PR: [Development 
Guide](https://iotdb.apache.org/Community/Development-Guide.html).
 
 ### Known Implementations
 
diff --git a/src/UserGuide/latest/API/Programming-JDBC.md 
b/src/UserGuide/latest/API/Programming-JDBC.md
index 420aafa..6ae887d 100644
--- a/src/UserGuide/latest/API/Programming-JDBC.md
+++ b/src/UserGuide/latest/API/Programming-JDBC.md
@@ -23,7 +23,7 @@
 
 *NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS. 
 IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS. 
-PLEASE USE [JAVA NATIVE 
API](https://iotdb.apache.org/UserGuide/Master/API/Programming-Java-Native-API.html)
 INSTEAD*
+PLEASE USE [Java Native API](./Programming-Java-Native-API.md) INSTEAD*
 
 ## Dependencies
 
diff --git 
a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md 
b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md
index 2ae4366..2d2395a 100644
--- a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md
+++ b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md
@@ -120,4 +120,10 @@ After successful startup, the following interface will 
appear displaying success
 
 
![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90%E7%89%88%E5%90%AF%E5%8A%A8%E6%88%90%E5%8A%9F.png)
 
+After the successful installation interface appears, use the `show cluster` 
command to check the service running status
+
+When the status is all running, it indicates that the service has started 
successfully
+
+![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90-%E5%8D%95%E6%9C%BAshow.jpeg)
+
 > The appearance of 'Activated (W)' indicates passive activation, indicating 
 > that this Config Node does not have a license file (or has not issued the 
 > latest license file with a timestamp). At this point, it is recommended to 
 > check if the license file has been placed in the license folder. If not, 
 > please place the license file. If a license file already exists, it may be 
 > due to inconsistency between the license file of this node and the 
 > information of other nodes. Please contact Tianmu s [...]
\ No newline at end of file
diff --git a/src/UserGuide/latest/User-Manual/Database-Programming.md 
b/src/UserGuide/latest/User-Manual/Database-Programming.md
index b4bb4b2..1114e6c 100644
--- a/src/UserGuide/latest/User-Manual/Database-Programming.md
+++ b/src/UserGuide/latest/User-Manual/Database-Programming.md
@@ -1867,7 +1867,7 @@ The instructions should be added in 
`docs/UserGuide/Operation Manual/DML Data Ma
 
 #### Submit a PR
 
-When you have prepared the UDF source code, test cases, and instructions, you 
are ready to submit a Pull Request (PR) on 
[Github](https://github.com/apache/iotdb). You can refer to our code 
contribution guide to submit a PR: [Pull Request 
Guide](https://iotdb.apache.org/Development/HowToCommit.html).
+When you have prepared the UDF source code, test cases, and instructions, you 
are ready to submit a Pull Request (PR) on 
[Github](https://github.com/apache/iotdb). You can refer to our code 
contribution guide to submit a PR: [Development 
Guide](https://iotdb.apache.org/Community/Development-Guide.html).
 
 ### Known Implementations
 
diff --git a/src/UserGuide/latest/User-Manual/IoTDB-Data-Pipe_timecho.md 
b/src/UserGuide/latest/stage/IoTDB-Data-Pipe_timecho.md
similarity index 100%
rename from src/UserGuide/latest/User-Manual/IoTDB-Data-Pipe_timecho.md
rename to src/UserGuide/latest/stage/IoTDB-Data-Pipe_timecho.md
diff --git a/src/zh/UserGuide/Master/API/Programming-JDBC.md 
b/src/zh/UserGuide/Master/API/Programming-JDBC.md
index 269bc80..0b6e522 100644
--- a/src/zh/UserGuide/Master/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/Master/API/Programming-JDBC.md
@@ -22,7 +22,7 @@
 # JDBC
 
 *注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(执行插入语句时)无法提供高性能写入。
-对于Java应用,我们推荐使用[JAVA NATIVE 
API](https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Java-Native-API.html)*
+对于Java应用,我们推荐使用[Java 原生接口](./Programming-Java-Native-API.md)*
 
 ## 依赖
 
diff --git 
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md 
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md
index 97d0a9f..1099efc 100644
--- 
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md
+++ 
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment.md
@@ -120,4 +120,10 @@ cd sbin
 
 
![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90%E7%89%88%E5%90%AF%E5%8A%A8%E6%88%90%E5%8A%9F.png)
 
+出现安装成功界面后,使用`show cluster`命令查看服务运行状态
+
+当看到status都是running表示服务启动成功
+
+![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90-%E5%8D%95%E6%9C%BAshow.jpeg)
+
 > 出现`ACTIVATED(W)`为被动激活,表示此ConfigNode没有license文件(或没有签发时间戳最新的license文件)。此时建议检查license文件是否已放入license文件夹,没有请放入license文件,若已存在license文件,可能是此节点license文件与其他节点信息不一致导致,请联系天谋工作人员重新申请.
diff --git a/src/zh/UserGuide/Master/User-Manual/Database-Programming.md 
b/src/zh/UserGuide/Master/User-Manual/Database-Programming.md
index 9ea6033..506299a 100644
--- a/src/zh/UserGuide/Master/User-Manual/Database-Programming.md
+++ b/src/zh/UserGuide/Master/User-Manual/Database-Programming.md
@@ -1777,7 +1777,7 @@ SHOW FUNCTIONS
 
 ####  提交 PR
 
-当您准备好源代码、测试用例和使用说明后,就可以将 UDF 贡献到 IoTDB 社区了。在 
[Github](https://github.com/apache/iotdb) 上面提交 Pull Request (PR) 
即可。具体提交方式见:[Pull Request 
Guide](https://iotdb.apache.org/Development/HowToCommit.html)。
+当您准备好源代码、测试用例和使用说明后,就可以将 UDF 贡献到 IoTDB 社区了。在 
[Github](https://github.com/apache/iotdb) 上面提交 Pull Request (PR) 
即可。具体提交方式见:[贡献指南](https://iotdb.apache.org/zh/Community/Development-Guide.html)。
 
 当 PR 评审通过并被合并后,您的 UDF 就已经贡献给 IoTDB 社区了!
 
diff --git a/src/zh/UserGuide/Master/User-Manual/IoTDB-Data-Pipe_timecho.md 
b/src/zh/UserGuide/Master/stage/IoTDB-Data-Pipe_timecho.md
similarity index 100%
rename from src/zh/UserGuide/Master/User-Manual/IoTDB-Data-Pipe_timecho.md
rename to src/zh/UserGuide/Master/stage/IoTDB-Data-Pipe_timecho.md
diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Database-Programming.md 
b/src/zh/UserGuide/V1.2.x/User-Manual/Database-Programming.md
index ffadee0..bec250e 100644
--- a/src/zh/UserGuide/V1.2.x/User-Manual/Database-Programming.md
+++ b/src/zh/UserGuide/V1.2.x/User-Manual/Database-Programming.md
@@ -1551,7 +1551,7 @@ SHOW FUNCTIONS
 
 ####  提交 PR
 
-当您准备好源代码、测试用例和使用说明后,就可以将 UDF 贡献到 IoTDB 社区了。在 
[Github](https://github.com/apache/iotdb) 上面提交 Pull Request (PR) 
即可。具体提交方式见:[Pull Request 
Guide](https://iotdb.apache.org/Development/HowToCommit.html)。
+当您准备好源代码、测试用例和使用说明后,就可以将 UDF 贡献到 IoTDB 社区了。在 
[Github](https://github.com/apache/iotdb) 上面提交 Pull Request (PR) 
即可。具体提交方式见:[贡献指南](https://iotdb.apache.org/zh/Community/Development-Guide.html)。
 
 当 PR 评审通过并被合并后,您的 UDF 就已经贡献给 IoTDB 社区了!
 
diff --git a/src/zh/UserGuide/latest/API/Programming-JDBC.md 
b/src/zh/UserGuide/latest/API/Programming-JDBC.md
index 269bc80..0b6e522 100644
--- a/src/zh/UserGuide/latest/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/latest/API/Programming-JDBC.md
@@ -22,7 +22,7 @@
 # JDBC
 
 *注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(执行插入语句时)无法提供高性能写入。
-对于Java应用,我们推荐使用[JAVA NATIVE 
API](https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Java-Native-API.html)*
+对于Java应用,我们推荐使用[Java 原生接口](./Programming-Java-Native-API.md)*
 
 ## 依赖
 
diff --git 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md
index 97d0a9f..24222e8 100644
--- 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md
+++ 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment.md
@@ -120,4 +120,11 @@ cd sbin
 
 
![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90%E7%89%88%E5%90%AF%E5%8A%A8%E6%88%90%E5%8A%9F.png)
 
+
+出现安装成功界面后,使用`show cluster`命令查看服务运行状态
+
+当看到status都是running表示服务启动成功
+
+![](https://alioss.timecho.com/docs/img/%E5%BC%80%E6%BA%90-%E5%8D%95%E6%9C%BAshow.jpeg)
+
 > 出现`ACTIVATED(W)`为被动激活,表示此ConfigNode没有license文件(或没有签发时间戳最新的license文件)。此时建议检查license文件是否已放入license文件夹,没有请放入license文件,若已存在license文件,可能是此节点license文件与其他节点信息不一致导致,请联系天谋工作人员重新申请.
diff --git a/src/zh/UserGuide/latest/User-Manual/Database-Programming.md 
b/src/zh/UserGuide/latest/User-Manual/Database-Programming.md
index 9ea6033..1c91cf1 100644
--- a/src/zh/UserGuide/latest/User-Manual/Database-Programming.md
+++ b/src/zh/UserGuide/latest/User-Manual/Database-Programming.md
@@ -351,7 +351,6 @@ triggerEventClause
     : (BEFORE | AFTER) INSERT
     ;
 
-uriClause
     : USING URI uri
     ;
 
@@ -1777,7 +1776,7 @@ SHOW FUNCTIONS
 
 ####  提交 PR
 
-当您准备好源代码、测试用例和使用说明后,就可以将 UDF 贡献到 IoTDB 社区了。在 
[Github](https://github.com/apache/iotdb) 上面提交 Pull Request (PR) 
即可。具体提交方式见:[Pull Request 
Guide](https://iotdb.apache.org/Development/HowToCommit.html)。
+当您准备好源代码、测试用例和使用说明后,就可以将 UDF 贡献到 IoTDB 社区了。在 
[Github](https://github.com/apache/iotdb) 上面提交 Pull Request (PR) 
即可。具体提交方式见:[贡献指南](https://iotdb.apache.org/zh/Community/Development-Guide.html)。
 
 当 PR 评审通过并被合并后,您的 UDF 就已经贡献给 IoTDB 社区了!
 
diff --git a/src/zh/UserGuide/latest/User-Manual/IoTDB-Data-Pipe_timecho.md 
b/src/zh/UserGuide/latest/stage/IoTDB-Data-Pipe_timecho.md
similarity index 100%
rename from src/zh/UserGuide/latest/User-Manual/IoTDB-Data-Pipe_timecho.md
rename to src/zh/UserGuide/latest/stage/IoTDB-Data-Pipe_timecho.md

Reply via email to