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

qiaojialin 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 b843617  V1.2 fix bug of load TsFile  (#129)
b843617 is described below

commit b843617968f86e1b92b785fbc6a9559bf0227406
Author: wanghui42 <[email protected]>
AuthorDate: Wed Jan 17 14:23:00 2024 +0800

    V1.2 fix bug of load TsFile  (#129)
---
 src/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md    | 2 +-
 src/zh/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md 
b/src/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md
index 2c81f85..627619f 100644
--- a/src/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md
+++ b/src/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md
@@ -97,7 +97,7 @@ Run rewrite-tsfile.bat if you are in a Windows environment, 
or rewrite-tsfile.sh
 
 ##### Example
 
-Assuming that an IoTDB instance is running on server 192.168.0.101:6667, you 
want to load all TsFile files from the locally saved TsFile backup folder 
D:\IoTDB\data into this IoTDB instance.
+Assuming that an IoTDB instance is running on server 192.168.0.101:6667, You 
want to load all TsFile files into this IoTDB instance from the path of the 
server where the Iotdb process is located.
 
 First move to the folder `$IOTDB_HOME/tools/`, open the command line, and 
execute
 
diff --git a/src/zh/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md 
b/src/zh/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md
index c018e0a..6bbb7d2 100644
--- a/src/zh/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md
+++ b/src/zh/UserGuide/V1.2.x/Tools-System/Import-Export-Tool.md
@@ -95,7 +95,7 @@ ONSUCCESS选项表示对于成功载入的tsfile的处置方式,默认为delet
 
 #### 使用范例
 
-假定服务器192.168.0.101:6667上运行一个IoTDB实例,想从将本地保存的TsFile备份文件夹D:\IoTDB\data中的所有的TsFile文件都加载进此IoTDB实例。
+假定服务器192.168.0.101:6667上运行一个IoTDB实例,想从Iotdb进程所在服务器的路径将所有TsFile文件都加载进此IoTDB实例。
 
 首先移动至`$IOTDB_HOME/tools/`,打开命令行,然后执行
 

Reply via email to