You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/30 03:09:50 UTC

[iotdb] branch fix_version created (now dc17257)

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

qiaojialin pushed a change to branch fix_version
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at dc17257  fix doc version

This branch includes the following new commits:

     new dc17257  fix doc version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: fix doc version

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc172571fd55ba0a2a6265a98efef1ea85aef274
Author: qiaojialin <64...@qq.com>
AuthorDate: Mon Nov 30 11:09:16 2020 +0800

    fix doc version
---
 docs/SystemDesign/TsFile/Format.md                          | 10 +++++-----
 docs/UserGuide/Architecture/Writing Data on HDFS.md         |  6 +++---
 docs/UserGuide/Client/Programming - JDBC.md                 |  2 +-
 docs/UserGuide/Client/Programming - Native API.md           |  2 +-
 docs/UserGuide/Client/Programming - TsFile API.md           |  6 +++---
 docs/UserGuide/Ecosystem Integration/Hive TsFile.md         |  8 ++++----
 docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md    |  2 +-
 docs/UserGuide/Ecosystem Integration/Spark IoTDB.md         |  8 ++++----
 docs/UserGuide/Ecosystem Integration/Spark TsFile.md        |  4 ++--
 docs/UserGuide/Server/Docker Image.md                       |  2 +-
 docs/zh/SystemDesign/TsFile/Format.md                       | 10 +++++-----
 docs/zh/UserGuide/Architecture/Writing Data on HDFS.md      |  4 ++--
 docs/zh/UserGuide/Client/Programming - JDBC.md              |  2 +-
 docs/zh/UserGuide/Client/Programming - Native API.md        |  2 +-
 docs/zh/UserGuide/Client/Programming - TsFile API.md        |  6 +++---
 docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md      |  2 +-
 docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md |  2 +-
 docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md      |  8 ++++----
 docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md     |  4 ++--
 docs/zh/UserGuide/Server/Docker Image.md                    |  2 +-
 example/kafka/pom.xml                                       |  2 +-
 example/kafka/readme.md                                     |  4 ++--
 example/rocketmq/readme.md                                  |  4 ++--
 example/tsfile/readme.md                                    |  2 +-
 hadoop/README.md                                            |  2 +-
 jdbc/README.md                                              |  4 ++--
 spark-iotdb-connector/Readme.md                             |  8 ++++----
 spark-tsfile/README.md                                      |  6 +++---
 tsfile/README.md                                            |  2 +-
 29 files changed, 63 insertions(+), 63 deletions(-)

diff --git a/docs/SystemDesign/TsFile/Format.md b/docs/SystemDesign/TsFile/Format.md
index 9b62b9b..ee06547 100644
--- a/docs/SystemDesign/TsFile/Format.md
+++ b/docs/SystemDesign/TsFile/Format.md
@@ -240,7 +240,7 @@ Congratulations! You have finished the journey of discovering TsFile.
 
 #### 1.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.10.0\tools\tsfileToolSet` directory.
+After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.11.0\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -291,7 +291,7 @@ TsFile data dir num:1
 
 #### 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.10.0\tools\tsfileToolSet` directory.
+After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.11.0\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -310,7 +310,7 @@ For Linux or MacOs:
 An example on Windows:
 
 ```
-D:\iotdb\server\target\iotdb-server-0.10.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
+D:\iotdb\server\target\iotdb-server-0.11.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
 ````````````````````````
 Starting Printing the TsFileResources
 ​````````````````````````
@@ -322,7 +322,7 @@ analyzing the resource file finished.
 
 #### 1.3.3 TsFile Sketch Tool
 
-After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.10.0\tools\tsfileToolSet` directory.
+After building the server, the startup script of this tool will appear under the `server\target\iotdb-server-0.11.0\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -345,7 +345,7 @@ For Linux or MacOs:
 An example on macOS:
 
 ```shell
-/iotdb/server/target/iotdb-server-0.10.0/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
+/iotdb/server/target/iotdb-server-0.11.0/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
 ````````````````````````
 Starting Printing the TsFile Sketch
 ````````````````````````
diff --git a/docs/UserGuide/Architecture/Writing Data on HDFS.md b/docs/UserGuide/Architecture/Writing Data on HDFS.md
index 14cbf1b..e2a5634 100644
--- a/docs/UserGuide/Architecture/Writing Data on HDFS.md	
+++ b/docs/UserGuide/Architecture/Writing Data on HDFS.md	
@@ -39,7 +39,7 @@ First, download the source release from website or git clone the repository, the
 
 Build server and Hadoop module by: `mvn clean package -pl server,hadoop -am -Dmaven.test.skip=true`
 
-Then, copy the target jar of Hadoop module `hadoop-tsfile-0.10.0-jar-with-dependencies.jar` into server target lib folder `.../server/target/iotdb-server-0.10.0/lib`.
+Then, copy the target jar of Hadoop module `hadoop-tsfile-0.11.0-jar-with-dependencies.jar` into server target lib folder `.../server/target/iotdb-server-0.11.0/lib`.
 
 Edit user config in `iotdb-engine.properties`. Related configurations are:
 
@@ -153,7 +153,7 @@ Edit user config in `iotdb-engine.properties`. Related configurations are:
 
 Start server, and Tsfile will be stored on HDFS.
 
-To reset storage file system to local, just edit configuration `tsfile_storage_fs` to `LOCAL`. In this situation, if data files are already on HDFS, you should either download them to local and move them to your config data file folder (`../server/target/iotdb-server-0.10.0/data/data` by default), or restart your process and import data to IoTDB.
+To reset storage file system to local, just edit configuration `tsfile_storage_fs` to `LOCAL`. In this situation, if data files are already on HDFS, you should either download them to local and move them to your config data file folder (`../server/target/iotdb-server-0.11.0/data/data` by default), or restart your process and import data to IoTDB.
 
 ### Frequent questions
 
@@ -168,4 +168,4 @@ ERROR org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory:62 - Failed to ge
 
 A: It indicates that you forget to put Hadoop module dependency in IoTDB server. You can solve it by:
 * Build Hadoop module: `mvn clean package -pl hadoop -am -Dmaven.test.skip=true`
-* Copy the target jar of Hadoop module `hadoop-tsfile-0.10.0-jar-with-dependencies.jar` into server target lib folder `.../server/target/iotdb-server-0.10.0/lib`.
+* Copy the target jar of Hadoop module `hadoop-tsfile-0.11.0-jar-with-dependencies.jar` into server target lib folder `.../server/target/iotdb-server-0.11.0/lib`.
diff --git a/docs/UserGuide/Client/Programming - JDBC.md b/docs/UserGuide/Client/Programming - JDBC.md
index 26f57ec..1e3ecb6 100644
--- a/docs/UserGuide/Client/Programming - JDBC.md	
+++ b/docs/UserGuide/Client/Programming - JDBC.md	
@@ -50,7 +50,7 @@ mvn clean install -pl jdbc -am -Dmaven.test.skip=true
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>iotdb-jdbc</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/UserGuide/Client/Programming - Native API.md b/docs/UserGuide/Client/Programming - Native API.md
index 58fc6f6..36db911 100644
--- a/docs/UserGuide/Client/Programming - Native API.md	
+++ b/docs/UserGuide/Client/Programming - Native API.md	
@@ -38,7 +38,7 @@ In root directory:
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>iotdb-session</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/UserGuide/Client/Programming - TsFile API.md b/docs/UserGuide/Client/Programming - TsFile API.md
index 5313757..6d62687 100644
--- a/docs/UserGuide/Client/Programming - TsFile API.md	
+++ b/docs/UserGuide/Client/Programming - TsFile API.md	
@@ -35,7 +35,7 @@ There are two ways to use TsFile in your own project.
 		cd tsfile/
 		mvn clean package -Dmaven.test.skip=true
 		```
-		Then, all the jars are in folder named `target/`. Import `target/tsfile-0.10.0-jar-with-dependencies.jar` to your project.
+		Then, all the jars are in folder named `target/`. Import `target/tsfile-0.11.0-jar-with-dependencies.jar` to your project.
 	
 * Use as a maven dependency: 
 
@@ -58,7 +58,7 @@ There are two ways to use TsFile in your own project.
   	 <dependency>
   	   <groupId>org.apache.iotdb</groupId>
   	   <artifactId>tsfile</artifactId>
-  	   <version>0.10.0</version>
+  	   <version>0.11.0</version>
   	 </dependency>
     ```
     
@@ -92,7 +92,7 @@ There are two ways to use TsFile in your own project.
   	 <dependency>
   	   <groupId>org.apache.iotdb</groupId>
   	   <artifactId>tsfile</artifactId>
-  	   <version>0.10.0</version>
+  	   <version>0.11.0</version>
   	 </dependency>
     ```
 
diff --git a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md
index 7b5c2d9..5cbdc2f 100644
--- a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md	
+++ b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md	
@@ -50,7 +50,7 @@ With this connector, you can
 
 |Hadoop Version |Hive Version | Java Version | TsFile |
 |-------------  |------------ | ------------ |------------ |
-| `2.7.3` or `3.2.1`       |    `2.3.6` or `3.1.2`  | `1.8`        | `0.10.0`|
+| `2.7.3` or `3.2.1`       |    `2.3.6` or `3.1.2`  | `1.8`        | `0.11.0`|
 
 > Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/iotdb/tree/master/tsfile.
 
@@ -75,10 +75,10 @@ After downloading the code of iotdb from <https://github.com/apache/iotdb>, you
 Then in hive, use the command of `add jar XXX` to add the dependency. For example:
 
 ```
-hive> add jar /Users/hive/iotdb/hive-connector/target/hive-connector-0.10.0-jar-with-dependencies.jar;
+hive> add jar /Users/hive/iotdb/hive-connector/target/hive-connector-0.11.0-jar-with-dependencies.jar;
 
-Added [/Users/hive/iotdb/hive-connector/target/hive-connector-0.10.0-jar-with-dependencies.jar] to class path
-Added resources: [/Users/hive/iotdb/hive-connector/target/hive-connector-0.10.0-jar-with-dependencies.jar]
+Added [/Users/hive/iotdb/hive-connector/target/hive-connector-0.11.0-jar-with-dependencies.jar] to class path
+Added resources: [/Users/hive/iotdb/hive-connector/target/hive-connector-0.11.0-jar-with-dependencies.jar]
 ```
 
 
diff --git a/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md b/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md
index 50d6949..b646e80 100644
--- a/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md	
+++ b/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md	
@@ -47,7 +47,7 @@ With this connector, you can
 
 |Hadoop Version | Java Version | TsFile Version|
 |-------------  | ------------ |------------ |
-| `2.7.3`       | `1.8`        | `0.10.0`|
+| `2.7.3`       | `1.8`        | `0.11.0`|
 
 > Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/iotdb/tree/master/tsfile.
 
diff --git a/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md b/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md
index c1d81ed..1d2d351 100644
--- a/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md	
+++ b/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md	
@@ -25,7 +25,7 @@ The versions required for Spark and Java are as follow:
 
 | Spark Version | Scala Version | Java Version | TsFile |
 | ------------- | ------------- | ------------ |------------ |
-| `2.4.3`        | `2.11`        | `1.8`        | `0.10.0`|
+| `2.4.3`        | `2.11`        | `1.8`        | `0.11.0`|
 
 
 ## install
@@ -38,7 +38,7 @@ mvn clean scala:compile compile install
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>spark-iotdb-connector</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 ```
 
@@ -46,7 +46,7 @@ mvn clean scala:compile compile install
 # 2. spark-shell user guide
 
 ```
-spark-shell --jars spark-iotdb-connector-0.10.0.jar,iotdb-jdbc-0.10.0-jar-with-dependencies.jar
+spark-shell --jars spark-iotdb-connector-0.11.0.jar,iotdb-jdbc-0.11.0-jar-with-dependencies.jar
 
 import org.apache.iotdb.spark.db._
 
@@ -59,7 +59,7 @@ df.show()
 
 ### To partition rdd:
 ```
-spark-shell --jars spark-iotdb-connector-0.10.0.jar,iotdb-jdbc-0.10.0-jar-with-dependencies.jar
+spark-shell --jars spark-iotdb-connector-0.11.0.jar,iotdb-jdbc-0.11.0-jar-with-dependencies.jar
 
 import org.apache.iotdb.spark.db._
 
diff --git a/docs/UserGuide/Ecosystem Integration/Spark TsFile.md b/docs/UserGuide/Ecosystem Integration/Spark TsFile.md
index a43f892..bc18221 100644
--- a/docs/UserGuide/Ecosystem Integration/Spark TsFile.md	
+++ b/docs/UserGuide/Ecosystem Integration/Spark TsFile.md	
@@ -34,7 +34,7 @@ With this connector, you can
 
 |Spark Version | Scala Version | Java Version | TsFile |
 |------------- | ------------- | ------------ |------------ |
-| `2.4.3`        | `2.11.8`        | `1.8`        | `0.10.0`|
+| `2.4.3`        | `2.11.8`        | `1.8`        | `0.11.0`|
 
 > Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/iotdb/tree/master/tsfile.
 
@@ -44,7 +44,7 @@ With this connector, you can
 Start Spark with TsFile-Spark-Connector in local mode: 
 
 ```
-./<spark-shell-path>  --jars  tsfile-spark-connector.jar,tsfile-0.10.0-jar-with-dependencies.jar
+./<spark-shell-path>  --jars  tsfile-spark-connector.jar,tsfile-0.11.0-jar-with-dependencies.jar
 ```
 
 Note:
diff --git a/docs/UserGuide/Server/Docker Image.md b/docs/UserGuide/Server/Docker Image.md
index 1e86dc8..7b4314e 100644
--- a/docs/UserGuide/Server/Docker Image.md	
+++ b/docs/UserGuide/Server/Docker Image.md	
@@ -81,7 +81,7 @@ $ start-cli.sh -h localhost -p 6667 -u root -pw root
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>0.10.0</version>
+            <version>0.11.0</version>
         </dependency>
 ```
 Some examples about how to use IoTDB with IoTDB-JDBC can be found at: https://github.com/apache/iotdb/tree/master/example/jdbc/src/main/java/org/apache/iotdb
diff --git a/docs/zh/SystemDesign/TsFile/Format.md b/docs/zh/SystemDesign/TsFile/Format.md
index c4bb88e..7f079f0 100644
--- a/docs/zh/SystemDesign/TsFile/Format.md
+++ b/docs/zh/SystemDesign/TsFile/Format.md
@@ -240,7 +240,7 @@ TsFile 是以6个字节的magic string (`TsFile`) 作为结束.
 
 #### 1.3.1 IoTDB Data Directory 快速概览工具
 
-该工具的启动脚本会在编译 server 之后生成至 `server\target\iotdb-server-0.10.0\tools\tsfileToolSet` 目录中。
+该工具的启动脚本会在编译 server 之后生成至 `server\target\iotdb-server-0.11.0\tools\tsfileToolSet` 目录中。
 
 使用方式:
 
@@ -289,7 +289,7 @@ TsFile data dir num:1
 
 #### 1.3.2 TsFileResource 打印工具
 
-该工具的启动脚本会在编译 server 之后生成至 `server\target\iotdb-server-0.10.0\tools\tsfileToolSet` 目录中。
+该工具的启动脚本会在编译 server 之后生成至 `server\target\iotdb-server-0.11.0\tools\tsfileToolSet` 目录中。
 
 使用方式:
 
@@ -308,7 +308,7 @@ Linux or MacOs:
 在Windows系统中的示例:
 
 ```
-D:\iotdb\server\target\iotdb-server-0.10.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
+D:\iotdb\server\target\iotdb-server-0.11.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
 ````````````````````````
 Starting Printing the TsFileResources
 ​````````````````````````
@@ -320,7 +320,7 @@ analyzing the resource file finished.
 
 #### 1.3.3 TsFile 描述工具
 
-该工具的启动脚本会在编译 server 之后生成至 `server\target\iotdb-server-0.10.0\tools\tsfileToolSet` 目录中。
+该工具的启动脚本会在编译 server 之后生成至 `server\target\iotdb-server-0.11.0\tools\tsfileToolSet` 目录中。
 
 使用方式:
 
@@ -343,7 +343,7 @@ Linux or MacOs:
 在mac系统中的示例:
 
 ```shell
-/iotdb/server/target/iotdb-server-0.10.0/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
+/iotdb/server/target/iotdb-server-0.11.0/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
 ````````````````````````
 Starting Printing the TsFile Sketch
 ​````````````````````````
diff --git a/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md b/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md
index 8fc3071..5b1f1a7 100644
--- a/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md	
+++ b/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md	
@@ -39,7 +39,7 @@
 
 使用maven打包server和Hadoop模块:`mvn clean package -pl server,hadoop -am -Dmaven.test.skip=true`
 
-然后,将Hadoop模块的target jar包`hadoop-tsfile-0.10.0-jar-with-dependencies.jar`复制到server模块的target lib文件夹 `.../server/target/iotdb-server-0.10.0/lib`下。
+然后,将Hadoop模块的target jar包`hadoop-tsfile-0.11.0-jar-with-dependencies.jar`复制到server模块的target lib文件夹 `.../server/target/iotdb-server-0.11.0/lib`下。
 
 编辑`iotdb-engine.properties`中的用户配置。相关配置项包括:
 
@@ -153,7 +153,7 @@
 
 启动server, Tsfile将会被存储到HDFS上。
 
-如果你想要恢复将TSFile存储到本地文件系统,只需编辑配置项`tsfile_storage_fs`为`LOCAL`。在这种情况下,如果你已经在HDFS上存储了一些数据文件,你需要将它们下载到本地,并移动到你所配置的数据文件文件夹(默认为`../server/target/iotdb-server-0.10.0/data/data`), 或者重新开始你的整个导入数据过程。
+如果你想要恢复将TSFile存储到本地文件系统,只需编辑配置项`tsfile_storage_fs`为`LOCAL`。在这种情况下,如果你已经在HDFS上存储了一些数据文件,你需要将它们下载到本地,并移动到你所配置的数据文件文件夹(默认为`../server/target/iotdb-server-0.11.0/data/data`), 或者重新开始你的整个导入数据过程。
 
 ### 常见问题
 
diff --git a/docs/zh/UserGuide/Client/Programming - JDBC.md b/docs/zh/UserGuide/Client/Programming - JDBC.md
index a3b1c8a..52d2c18 100644
--- a/docs/zh/UserGuide/Client/Programming - JDBC.md	
+++ b/docs/zh/UserGuide/Client/Programming - JDBC.md	
@@ -49,7 +49,7 @@ mvn clean install -pl jdbc -am -Dmaven.test.skip=true
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>iotdb-jdbc</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/zh/UserGuide/Client/Programming - Native API.md b/docs/zh/UserGuide/Client/Programming - Native API.md
index 5d40f08..c328346 100644
--- a/docs/zh/UserGuide/Client/Programming - Native API.md	
+++ b/docs/zh/UserGuide/Client/Programming - Native API.md	
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>iotdb-session</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/zh/UserGuide/Client/Programming - TsFile API.md b/docs/zh/UserGuide/Client/Programming - TsFile API.md
index 1a002f2..ef8dc11 100644
--- a/docs/zh/UserGuide/Client/Programming - TsFile API.md	
+++ b/docs/zh/UserGuide/Client/Programming - TsFile API.md	
@@ -36,7 +36,7 @@ TsFile 是在 IoTDB 中使用的时间序列的文件格式。在这个章节中
 		cd tsfile/
 		mvn clean package -Dmaven.test.skip=true
 		```
-		命令执行完成之后,所有的 jar 包都可以从 `target/` 目录下找到。之后您可以在自己的工程中倒入 `target/tsfile-0.10.0-jar-with-dependencies.jar`.
+		命令执行完成之后,所有的 jar 包都可以从 `target/` 目录下找到。之后您可以在自己的工程中倒入 `target/tsfile-0.11.0-jar-with-dependencies.jar`.
 	
 * 使用 Maven 依赖: 
 
@@ -59,7 +59,7 @@ TsFile 是在 IoTDB 中使用的时间序列的文件格式。在这个章节中
   	 <dependency>
   	   <groupId>org.apache.iotdb</groupId>
   	   <artifactId>tsfile</artifactId>
-  	   <version>0.10.0</version>
+  	   <version>0.11.0</version>
   	 </dependency>
     ```
     
@@ -93,7 +93,7 @@ TsFile 是在 IoTDB 中使用的时间序列的文件格式。在这个章节中
   	 <dependency>
   	   <groupId>org.apache.iotdb</groupId>
   	   <artifactId>tsfile</artifactId>
-  	   <version>0.10.0</version>
+  	   <version>0.11.0</version>
   	 </dependency>
     ```
 
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md
index bb0f7da..64525c0 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md	
+++ b/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md	
@@ -49,7 +49,7 @@ TsFile的Hive连接器实现了对Hive读取外部Tsfile类型的文件格式的
 
 |Hadoop Version |Hive Version | Java Version | TsFile |
 |-------------  |------------ | ------------ |------------ |
-| `2.7.3` or `3.2.1`       |    `2.3.6` or `3.1.2`  | `1.8`        | `0.10.0`|
+| `2.7.3` or `3.2.1`       |    `2.3.6` or `3.1.2`  | `1.8`        | `0.11.0`|
 
 > 注意:关于如何下载和使用Tsfile, 请参考以下链接: <https://github.com/apache/iotdb/tree/master/tsfile>。
 
diff --git a/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md
index 1a5b094..23117ca 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md	
+++ b/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md	
@@ -49,7 +49,7 @@ TsFile的Hadoop连接器实现了对Hadoop读取外部Tsfile类型的文件格
 
 |Hadoop 版本     | Java 版本     | TsFile 版本 |
 |-------------  | ------------ |------------ |
-| `2.7.3`       | `1.8`        | `0.10.0`|
+| `2.7.3`       | `1.8`        | `0.11.0`|
 
 >注意:关于如何下载和使用Tsfile, 请参考以下链接: https://github.com/apache/iotdb/tree/master/tsfile.
 
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md b/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md
index 08433ae..c86dee6 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md	
+++ b/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md	
@@ -27,7 +27,7 @@ Spark和Java所需的版本如下:
 
 | Spark Version | Scala Version | Java Version | TsFile   |
 | ------------- | ------------- | ------------ | -------- |
-| `2.4.3`       | `2.11`        | `1.8`        | `0.10.0` |
+| `2.4.3`       | `2.11`        | `1.8`        | `0.11.0` |
 
 ## 安装
 
@@ -39,14 +39,14 @@ mvn clean scala:compile compile install
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>spark-iotdb-connector</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 ```
 
 # 2. Spark-shell用户指南
 
 ```
-spark-shell --jars spark-iotdb-connector-0.10.0.jar,iotdb-jdbc-0.10.0-jar-with-dependencies.jar
+spark-shell --jars spark-iotdb-connector-0.11.0.jar,iotdb-jdbc-0.11.0-jar-with-dependencies.jar
 
 import org.apache.iotdb.spark.db._
 
@@ -60,7 +60,7 @@ df.show()
 ### 如果要对rdd进行分区,可以执行以下操作
 
 ```
-spark-shell --jars spark-iotdb-connector-0.10.0.jar,iotdb-jdbc-0.10.0-jar-with-dependencies.jar
+spark-shell --jars spark-iotdb-connector-0.11.0.jar,iotdb-jdbc-0.11.0-jar-with-dependencies.jar
 
 import org.apache.iotdb.spark.db._
 
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md
index 04398e5..140e741 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md	
+++ b/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md	
@@ -35,7 +35,7 @@ TsFile-Spark-Connector对Tsfile类型的外部数据源实现Spark的支持。 
 
 | Spark Version | Scala Version | Java Version | TsFile   |
 | ------------- | ------------- | ------------ | -------- |
-| `2.4.3`       | `2.11.8`      | `1.8`        | `0.10.0` |
+| `2.4.3`       | `2.11.8`      | `1.8`        | `0.11.0` |
 
 > 注意:有关如何下载和使用TsFile的更多信息,请参见以下链接:https://github.com/apache/iotdb/tree/master/tsfile
 
@@ -46,7 +46,7 @@ TsFile-Spark-Connector对Tsfile类型的外部数据源实现Spark的支持。 
 在本地模式下使用TsFile-Spark-Connector启动Spark:
 
 ```
-./<spark-shell-path>  --jars  tsfile-spark-connector.jar,tsfile-0.10.0-jar-with-dependencies.jar
+./<spark-shell-path>  --jars  tsfile-spark-connector.jar,tsfile-0.11.0-jar-with-dependencies.jar
 ```
 
 - \<spark-shell-path\>是您的spark-shell的真实路径。
diff --git a/docs/zh/UserGuide/Server/Docker Image.md b/docs/zh/UserGuide/Server/Docker Image.md
index cf74a60..07e1695 100644
--- a/docs/zh/UserGuide/Server/Docker Image.md	
+++ b/docs/zh/UserGuide/Server/Docker Image.md	
@@ -81,7 +81,7 @@ $ start-cli.sh -h localhost -p 6667 -u root -pw root
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>0.10.0</version>
+            <version>0.11.0</version>
         </dependency>
 ```
 这里是一些使用 IoTDB-JDBC 连接 IoTDB 的示例: https://github.com/apache/iotdb/tree/master/example/jdbc/src/main/java/org/apache/iotdb
diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index 7b87df1..a795793 100644
--- a/example/kafka/pom.xml
+++ b/example/kafka/pom.xml
@@ -24,7 +24,7 @@
     <!-- you need to add the following content if you remove the parent pom.
   <groupId>org.apache.iotdb.example</groupId>
   <artifactId>kafka-example</artifactId>
-  <version>0.10.0</version>
+  <version>0.11.0</version>
   -->
     <parent>
         <groupId>org.apache.iotdb</groupId>
diff --git a/example/kafka/readme.md b/example/kafka/readme.md
index d65aa17..0ccd095 100644
--- a/example/kafka/readme.md
+++ b/example/kafka/readme.md
@@ -25,7 +25,7 @@ The example is to show how to send data from localhost to IoTDB through Kafka.
 ```
 ## Usage
 ### Version usage
-IoTDB: 0.10.0  
+IoTDB: 0.11.0  
 Kafka: 0.8.2.0
 ### Dependencies with Maven
 
@@ -39,7 +39,7 @@ Kafka: 0.8.2.0
     <dependency>
 	    <groupId>org.apache.iotdb</groupId>
 	    <artifactId>iotdb-jdbc</artifactId>
-	    <version>0.10.0</version>
+	    <version>0.11.0</version>
     </dependency>
 </dependencies>
 ```
diff --git a/example/rocketmq/readme.md b/example/rocketmq/readme.md
index f342d89..1a27dfc 100644
--- a/example/rocketmq/readme.md
+++ b/example/rocketmq/readme.md
@@ -46,7 +46,7 @@ Producers insert IoTDB insert statements into partitions according to devices, e
 
 ## Usage
 ### Version usage
-IoTDB: 0.10.0  
+IoTDB: 0.11.0  
 RocketMQ: 4.4.0
 ### Dependencies with Maven
 
@@ -55,7 +55,7 @@ RocketMQ: 4.4.0
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>iotdb-session</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.rocketmq</groupId>
diff --git a/example/tsfile/readme.md b/example/tsfile/readme.md
index 46408e1..e57f792 100644
--- a/example/tsfile/readme.md
+++ b/example/tsfile/readme.md
@@ -31,7 +31,7 @@ The example is to show how to write and read a TsFile File.
     <dependency>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>tsfile</artifactId>
-     	  <version>0.10.0</version>
+     	  <version>0.11.0</version>
     </dependency>
 </dependencies>
 ```
diff --git a/hadoop/README.md b/hadoop/README.md
index 1c4ba18..392112e 100644
--- a/hadoop/README.md
+++ b/hadoop/README.md
@@ -47,7 +47,7 @@ With this connector, you can
 
 |Hadoop Version | Java Version | TsFile Version|
 |-------------  | ------------ |------------ |
-| `2.7.3`       | `1.8`        | `0.10.0`|
+| `2.7.3`       | `1.8`        | `0.11.0`|
 
 > Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/incubator-iotdb/tree/master/tsfile.
 
diff --git a/jdbc/README.md b/jdbc/README.md
index 9fc50ce..be2ae52 100644
--- a/jdbc/README.md
+++ b/jdbc/README.md
@@ -47,7 +47,7 @@ mvn clean install -pl jdbc -am -Dmaven.test.skip=true
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>iotdb-jdbc</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 </dependencies>
 ```
@@ -255,7 +255,7 @@ Put the iotdb-jdbc jars into your maven repository:
 `mvn install -DskipTests -pl iotdb-jdbc -am`
 
 In your Karaf client shell:
-feature:repo-add mvn:org.apache.iotdb/iotdb-jdbc/0.10.0-SNPASHOT/xml/features
+feature:repo-add mvn:org.apache.iotdb/iotdb-jdbc/0.11.0-SNPASHOT/xml/features
 
 NOTE: that you must install JDBC first and then iotdb-feature
 
diff --git a/spark-iotdb-connector/Readme.md b/spark-iotdb-connector/Readme.md
index 5fa1993..1b45897 100644
--- a/spark-iotdb-connector/Readme.md
+++ b/spark-iotdb-connector/Readme.md
@@ -25,7 +25,7 @@ The versions required for Spark and Java are as follow:
 
 | Spark Version | Scala Version | Java Version | TsFile |
 | ------------- | ------------- | ------------ |------------ |
-| `>= 2.2`        | `2.11`        | `1.8`        | `0.10.0`|
+| `>= 2.2`        | `2.11`        | `1.8`        | `0.11.0`|
 
 
 ## install
@@ -38,7 +38,7 @@ mvn clean scala:compile compile install
     <dependency>
       <groupId>org.apache.iotdb</groupId>
       <artifactId>spark-iotdb-connector</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
 ```
 
@@ -46,7 +46,7 @@ mvn clean scala:compile compile install
 # 2. spark-shell user guide
 
 ```
-spark-shell --jars spark-iotdb-connector-0.10.0.jar,iotdb-jdbc-0.10.0-jar-with-dependencies.jar
+spark-shell --jars spark-iotdb-connector-0.11.0.jar,iotdb-jdbc-0.11.0-jar-with-dependencies.jar
 
 import org.apache.iotdb.spark.db._
 
@@ -59,7 +59,7 @@ df.show()
 
 ### if you want to partition your rdd, you can do as following
 ```
-spark-shell --jars spark-iotdb-connector-0.10.0.jar,iotdb-jdbc-0.10.0-jar-with-dependencies.jar
+spark-shell --jars spark-iotdb-connector-0.11.0.jar,iotdb-jdbc-0.11.0-jar-with-dependencies.jar
 
 import org.apache.iotdb.spark.db._
 
diff --git a/spark-tsfile/README.md b/spark-tsfile/README.md
index b916b99..da0f641 100644
--- a/spark-tsfile/README.md
+++ b/spark-tsfile/README.md
@@ -33,7 +33,7 @@ With this connector, you can
 
 |Spark Version | Scala Version | Java Version | TsFile |
 |------------- | ------------- | ------------ |------------ |
-| `>= 2.2`        | `2.11`        | `1.8`        | `0.10.0`|
+| `>= 2.2`        | `2.11`        | `1.8`        | `0.11.0`|
 
 > Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/incubator-iotdb/tree/master/tsfile.
 
@@ -43,7 +43,7 @@ With this connector, you can
 Start Spark with TsFile-Spark-Connector in local mode: 
 
 ```
-./<spark-shell-path>  --jars  tsfile-spark-connector.jar,tsfile-0.10.0-jar-with-dependencies.jar
+./<spark-shell-path>  --jars  tsfile-spark-connector.jar,tsfile-0.11.0-jar-with-dependencies.jar
 ```
 
 Note:
@@ -58,7 +58,7 @@ Note:
 Start Spark with TsFile-Spark-Connector in distributed mode (That is, the spark cluster is connected by spark-shell): 
 
 ```
-. /<spark-shell-path>   --jars  tsfile-spark-connector.jar,tsfile-0.10.0-jar-with-dependencies.jar  --master spark://ip:7077
+. /<spark-shell-path>   --jars  tsfile-spark-connector.jar,tsfile-0.11.0-jar-with-dependencies.jar  --master spark://ip:7077
 ```
 
 Note:
diff --git a/tsfile/README.md b/tsfile/README.md
index 8fd876b..9c48108 100644
--- a/tsfile/README.md
+++ b/tsfile/README.md
@@ -25,7 +25,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 0.10.0
+  |____|/____  >\___  /   |__|____/\___  >  version 0.11.0
              \/     \/                 \/  
 </pre>
 ## Abstract