You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/06/15 07:47:07 UTC

[iotdb] branch rel/0.11 updated: remove specific iotdb in TsFile/Format.md doc

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

hxd pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new b61689d  remove specific iotdb in TsFile/Format.md doc
b61689d is described below

commit b61689d7ac6b1db0ed9c720ba4526dfb9c623b67
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Jun 15 15:46:26 2021 +0800

    remove specific iotdb in TsFile/Format.md doc
---
 docs/SystemDesign/TsFile/Format.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/SystemDesign/TsFile/Format.md b/docs/SystemDesign/TsFile/Format.md
index 1f4e4f8..48c8db2 100644
--- a/docs/SystemDesign/TsFile/Format.md
+++ b/docs/SystemDesign/TsFile/Format.md
@@ -267,7 +267,7 @@ Congratulations! You have finished the journey of discovering TsFile.
 
 ### 3.1 IoTDB Data Directory Overview Tool
 
-After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.11.1\tools\tsfileToolSet` directory.
+After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-{version}\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -286,7 +286,7 @@ For Linux or MacOs:
 An example on Windows:
 
 ```
-D:\iotdb\server\target\iotdb-server-0.11.1-SNAPSHOT\tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
+tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
 ```
 
 Starting Printing the IoTDB Data Directory Overview
@@ -317,7 +317,7 @@ TsFile data dir num:1
 
 ### 3.2 TsFileResource Print Tool
 
-After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.11.1\tools\tsfileToolSet` directory.
+After building the server, the startup script of this tool will appear under the `tools\tsfileToolSet` directory.
 
 Command:
 
@@ -336,7 +336,7 @@ For Linux or MacOs:
 An example on Windows:
 
 ```
-D:\iotdb\server\target\iotdb-server-0.11.1\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
+D:\iotdb\server\target\iotdb-server-{version}\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
 ```
 
 Starting Printing the TsFileResources
@@ -349,7 +349,7 @@ analyzing the resource file finished.
 
 ### 3.3 TsFile Sketch Tool
 
-After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.11.1\tools\tsfileToolSet` directory.
+After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-{version}\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -372,7 +372,7 @@ For Linux or MacOs:
 An example on macOS:
 
 ```
-/iotdb/server/target/iotdb-server-0.11.1/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
+/iotdb/server/target/iotdb-server-{version}/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
 ```
 
 Starting Printing the TsFile Sketch
@@ -626,7 +626,7 @@ Simply put, you first run `TsFileExtractVisdata.java` and then run `vis.m`.
 
 `TsFileExtractVisdata.java` extracts visdata [tsName, fileName, versionNum, startTime, endTime, countNum] from every chunk of the input TsFiles and write them to the specified output path.
 
-After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.11.1\tools\tsfileToolSet` directory.
+After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-{version}\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -724,11 +724,11 @@ Use the tsfiles written by `IoTDBLargeDataIT.insertData` with a little modificat
 Step 1: run `TsFileExtractVisdata.java`
 
 ```
-.\print-tsfile-visdata.bat D:\rel0.11\iotdb\server\target\data\sequence true D:\rel0.11\iotdb\server\target\data\unsequence false D:\visdata1.csv
+.\print-tsfile-visdata.bat data\sequence true data\unsequence false D:\visdata1.csv
 ```
 or equivalently:
 ```
-.\print-tsfile-visdata.bat D:\rel0.11\iotdb\server\target\data\sequence\root.vehicle\0\1622743492580-1-0.tsfile true D:\rel0.11\iotdb\server\target\data\sequence\root.vehicle\0\1622743505092-2-0.tsfile true D:\rel0.11\iotdb\server\target\data\sequence\root.vehicle\0\1622743505573-3-0.tsfile true D:\rel0.11\iotdb\server\target\data\unsequence\root.vehicle\0\1622743505901-4-0.tsfile false D:\visdata1.csv
+.\print-tsfile-visdata.bat data\sequence\root.vehicle\0\1622743492580-1-0.tsfile true data\sequence\root.vehicle\0\1622743505092-2-0.tsfile true data\sequence\root.vehicle\0\1622743505573-3-0.tsfile true data\unsequence\root.vehicle\0\1622743505901-4-0.tsfile false D:\visdata1.csv
 ```
 
 Step 2: run `vis.m`