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

jiangtian pushed a commit to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/cluster_new by this push:
     new 6fd0b45  fix nodetool path doc
     new 633f9a4  Merge pull request #1818 from LebronAl/cluster_new
6fd0b45 is described below

commit 6fd0b457d1c43cfb59c01487486fc12d42b0ff80
Author: LebronAl <[email protected]>
AuthorDate: Sun Oct 11 15:11:27 2020 +0800

    fix nodetool path doc
---
 docs/UserGuide/System Tools/NodeTool.md    | 2 +-
 docs/zh/UserGuide/System Tools/NodeTool.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/UserGuide/System Tools/NodeTool.md b/docs/UserGuide/System 
Tools/NodeTool.md
index f45ee57..f8671bf 100644
--- a/docs/UserGuide/System Tools/NodeTool.md   
+++ b/docs/UserGuide/System Tools/NodeTool.md   
@@ -28,7 +28,7 @@ where $IOTDB_CLUSTER_HOME indicates the path of the 
distributed IoTDB installati
 
 # Instructions
 ## Get Started
-The nodetool shell tool startup script is located at $IOTDB_CLUSTER_HOME/bin 
folder, 
+The nodetool shell tool startup script is located at $IOTDB_CLUSTER_HOME/sbin 
folder,
 you can specify the IP address and port of the cluster during startup.
 
 IP is the IP (or hostname) of the node that you expect to connect to,
diff --git a/docs/zh/UserGuide/System Tools/NodeTool.md 
b/docs/zh/UserGuide/System Tools/NodeTool.md
index 4d48d55..9f4d70f 100644
--- a/docs/zh/UserGuide/System Tools/NodeTool.md        
+++ b/docs/zh/UserGuide/System Tools/NodeTool.md        
@@ -25,7 +25,7 @@ IoTDB集群版为您提供了NodeTool Shell工具用于监控指定集群的工
 下面具体介绍每个指令的使用方式及示例,其中$IOTDB_CLUSTER_HOME表示IoTDB分布式的安装目录所在路径。
 # 使用说明
 ## 运行方式
-NodeTool Shell工具启动脚本位于$IOTDB_CLUSTER_HOME/bin文件夹下,启动时可以指定集群运行的IP和PORT。
+NodeTool Shell工具启动脚本位于$IOTDB_CLUSTER_HOME/sbin文件夹下,启动时可以指定集群运行的IP和PORT。
 
 其中IP为您期望连接的节点的IP,PORT为IoTDB集群启动时指定的JMX服务端口号,分别默认为127.0.0.1和31999。
 

Reply via email to