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 2020/07/22 15:23:16 UTC

[incubator-iotdb] branch fix-doc-for-0.10.1 created (now 8fe3973)

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

hxd pushed a change to branch fix-doc-for-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 8fe3973  modify docs from v0.10.0 to v0.10.1

This branch includes the following new commits:

     new 8fe3973  modify docs from v0.10.0 to v0.10.1

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.



[incubator-iotdb] 01/01: modify docs from v0.10.0 to v0.10.1

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

hxd pushed a commit to branch fix-doc-for-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 8fe3973bd62c5bc0cf0ff7ea7f8b85d5fa92c030
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Wed Jul 22 23:22:36 2020 +0800

    modify docs from v0.10.0 to v0.10.1
---
 README.md                                               |  2 +-
 docs/SystemDesign/TsFile/Format.md                      | 12 ++++++------
 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     |  6 +++---
 docs/UserGuide/Ecosystem Integration/Spark IoTDB.md     |  4 ++--
 docs/UserGuide/Operation Manual/SQL Reference.md        |  2 +-
 docs/zh/UserGuide/Architecture/Writing Data on HDFS.md  |  6 +++---
 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/Spark TsFile.md |  2 +-
 docs/zh/UserGuide/Operation Manual/SQL Reference.md     |  2 +-
 docs/zh/UserGuide/Server/Docker Image.md                |  2 +-
 example/kafka/pom.xml                                   |  2 +-
 example/kafka/readme.md                                 |  2 +-
 example/rocketmq/readme.md                              |  2 +-
 jdbc/README.md                                          |  4 ++--
 service-rpc/src/pypi/setup.py                           |  2 +-
 spark-tsfile/README.md                                  |  4 ++--
 tsfile/README.md                                        |  2 +-
 23 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/README.md b/README.md
index 57a046c..66375fa 100644
--- a/README.md
+++ b/README.md
@@ -293,7 +293,7 @@ or
 IoTDB> exit
 ```
 
-For more information about the commands supported by IoTDB SQL, please see [Chapter 5: IoTDB SQL Documentation](https://iotdb.apache.org/#/Documents/0.10.0/chap5/sec1).
+For more information about the commands supported by IoTDB SQL, please see [IoTDB SQL Documentation](https://iotdb.apache.org/UserGuide/V0.10.x/Get%20Started/QuickStart.html).
 
 ### Stop IoTDB
 
diff --git a/docs/SystemDesign/TsFile/Format.md b/docs/SystemDesign/TsFile/Format.md
index 74a48b7..8c1c7cc 100644
--- a/docs/SystemDesign/TsFile/Format.md
+++ b/docs/SystemDesign/TsFile/Format.md
@@ -229,7 +229,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.10.1\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -248,7 +248,7 @@ For Linux or MacOs:
 An example on Windows:
 
 ```
-D:\incubator-iotdb\server\target\iotdb-server-0.10.0-SNAPSHOT\tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
+D:\incubator-iotdb\server\target\iotdb-server-0.10.1\tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
 ​````````````````````````
 Starting Printing the IoTDB Data Directory Overview
 ​````````````````````````
@@ -280,7 +280,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.10.1\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -299,7 +299,7 @@ For Linux or MacOs:
 An example on Windows:
 
 ```
-D:\incubator-iotdb\server\target\iotdb-server-0.10.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
+D:\incubator-iotdb\server\target\iotdb-server-0.10.1\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
 ​````````````````````````
 Starting Printing the TsFileResources
 ​````````````````````````
@@ -311,7 +311,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.10.1\tools\tsfileToolSet` directory.
 
 Command:
 
@@ -334,7 +334,7 @@ For Linux or MacOs:
 An example on macOS:
 
 ```$xslt
-/incubator-iotdb/server/target/iotdb-server-0.10.0/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
+/incubator-iotdb/server/target/iotdb-server-0.10.1/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 dbf2e43..f158847 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.10.1-jar-with-dependencies.jar` into server target lib folder `.../server/target/iotdb-server-0.10.1/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.
 
-If you'd like to reset storage file system to local, just edit configuration `tsfile_storage_fs` to `LOCAL`. In this situation, if you have already had some data files 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.
+If you'd like to reset storage file system to local, just edit configuration `tsfile_storage_fs` to `LOCAL`. In this situation, if you have already had some data files on HDFS, you should either download them to local and move them to your config data file folder (`../server/target/iotdb-server-0.10.1/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.10.1-jar-with-dependencies.jar` into server target lib folder `.../server/target/iotdb-server-0.10.1/lib`.
diff --git a/docs/UserGuide/Client/Programming - JDBC.md b/docs/UserGuide/Client/Programming - JDBC.md
index 6a6e8d0..6a0c89a 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.10.1</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/UserGuide/Client/Programming - Native API.md b/docs/UserGuide/Client/Programming - Native API.md
index aa7c416..77f098a 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.10.1</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/UserGuide/Client/Programming - TsFile API.md b/docs/UserGuide/Client/Programming - TsFile API.md
index 8010d50..19518ee 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 can be get in folder named `target/`. Import `target/tsfile-0.10.0-jar-with-dependencies.jar` to your project.
+		Then, all the jars can be get in folder named `target/`. Import `target/tsfile-0.10.1-jar-with-dependencies.jar` to your project.
 	
 * Using 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.10.1</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.10.1</version>
   	 </dependency>
     ```
 
diff --git a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md
index d6b14fc..83b88e7 100644
--- a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md	
+++ b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md	
@@ -75,10 +75,10 @@ After downloading the code of iotdb from <https://github.com/apache/incubator-io
 Then in hive, use the command of `add jar XXX` to add the dependency. For example:
 
 ```
-hive> add jar /Users/hive/incubator-iotdb/hive-connector/target/hive-connector-0.10.0-jar-with-dependencies.jar;
+hive> add jar /Users/hive/incubator-iotdb/hive-connector/target/hive-connector-0.10.1-jar-with-dependencies.jar;
 
-Added [/Users/hive/incubator-iotdb/hive-connector/target/hive-connector-0.10.0-jar-with-dependencies.jar] to class path
-Added resources: [/Users/hive/incubator-iotdb/hive-connector/target/hive-connector-0.10.0-jar-with-dependencies.jar]
+Added [/Users/hive/incubator-iotdb/hive-connector/target/hive-connector-0.10.1-jar-with-dependencies.jar] to class path
+Added resources: [/Users/hive/incubator-iotdb/hive-connector/target/hive-connector-0.10.1-jar-with-dependencies.jar]
 ```
 
 
diff --git a/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md b/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md
index e7047ae..7cc894c 100644
--- a/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md	
+++ b/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md	
@@ -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.10.1</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.10.1.jar,iotdb-jdbc-0.10.1-jar-with-dependencies.jar
 
 import org.apache.iotdb.spark.db._
 
diff --git a/docs/UserGuide/Operation Manual/SQL Reference.md b/docs/UserGuide/Operation Manual/SQL Reference.md
index 53eadd7..bd42b56 100644
--- a/docs/UserGuide/Operation Manual/SQL Reference.md	
+++ b/docs/UserGuide/Operation Manual/SQL Reference.md	
@@ -55,7 +55,7 @@ show version
 +---------------+
 |        version|
 +---------------+
-|0.10.0-SNAPSHOT|
+|0.10.1-SNAPSHOT|
 +---------------+
 Total line number = 1
 It costs 0.417s
diff --git a/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md b/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md
index 8fc3071..8d56bae 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.10.1-jar-with-dependencies.jar`复制到server模块的target lib文件夹 `.../server/target/iotdb-server-0.10.1/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.10.1/data/data`), 或者重新开始你的整个导入数据过程。
 
 ### 常见问题
 
@@ -168,4 +168,4 @@ ERROR org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory:62 - Failed to ge
 
 A: 这表明你没有将Hadoop模块的以来放到IoTDB server中。你可以这样解决:
 * 使用Maven打包Hadoop模块: `mvn clean package -pl 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.10.1-jar-with-dependencies.jar`复制到server模块的target lib文件夹 `.../server/target/iotdb-server-0.10.1/lib`下。
diff --git a/docs/zh/UserGuide/Client/Programming - JDBC.md b/docs/zh/UserGuide/Client/Programming - JDBC.md
index a3b1c8a..6271590 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.10.1</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/zh/UserGuide/Client/Programming - Native API.md b/docs/zh/UserGuide/Client/Programming - Native API.md
index 5741ef5..f0fafdc 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.10.1</version>
     </dependency>
 </dependencies>
 ```
diff --git a/docs/zh/UserGuide/Client/Programming - TsFile API.md b/docs/zh/UserGuide/Client/Programming - TsFile API.md
index 64e5679..b42bbe8 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.10.1-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.10.1</version>
   	 </dependency>
     ```
     
@@ -93,7 +93,7 @@ TsFile 是在 IoTDB 中使用的时间序列的文件格式。在这个章节中
   	 <dependency>
   	   <groupId>org.apache.iotdb</groupId>
   	   <artifactId>tsfile</artifactId>
-  	   <version>0.10.0</version>
+  	   <version>0.10.1</version>
   	 </dependency>
     ```
 
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md
index 832c073..76e424f 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md	
+++ b/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md	
@@ -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.10.1-jar-with-dependencies.jar
 ```
 
 - \<spark-shell-path\>是您的spark-shell的真实路径。
diff --git a/docs/zh/UserGuide/Operation Manual/SQL Reference.md b/docs/zh/UserGuide/Operation Manual/SQL Reference.md
index add2f04..e364594 100644
--- a/docs/zh/UserGuide/Operation Manual/SQL Reference.md	
+++ b/docs/zh/UserGuide/Operation Manual/SQL Reference.md	
@@ -46,7 +46,7 @@ show version
 +---------------+
 |        version|
 +---------------+
-|0.10.0-SNAPSHOT|
+|0.10.1-SNAPSHOT|
 +---------------+
 Total line number = 1
 It costs 0.417s
diff --git a/docs/zh/UserGuide/Server/Docker Image.md b/docs/zh/UserGuide/Server/Docker Image.md
index 81e3f86..f329d2c 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.10.1</version>
         </dependency>
 ```
 这里是一些使用 IoTDB-JDBC 连接 IoTDB 的示例: https://github.com/apache/incubator-iotdb/tree/master/example/jdbc/src/main/java/org/apache/iotdb
diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index d42f9c3..e30d907 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.10.1</version>
   -->
     <parent>
         <groupId>org.apache.iotdb</groupId>
diff --git a/example/kafka/readme.md b/example/kafka/readme.md
index d65aa17..911d3eb 100644
--- a/example/kafka/readme.md
+++ b/example/kafka/readme.md
@@ -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.10.1</version>
     </dependency>
 </dependencies>
 ```
diff --git a/example/rocketmq/readme.md b/example/rocketmq/readme.md
index f342d89..ff54410 100644
--- a/example/rocketmq/readme.md
+++ b/example/rocketmq/readme.md
@@ -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.10.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.rocketmq</groupId>
diff --git a/jdbc/README.md b/jdbc/README.md
index 9fc50ce..b972008 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.10.1</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.10.1/xml/features
 
 NOTE: that you must install JDBC first and then iotdb-feature
 
diff --git a/service-rpc/src/pypi/setup.py b/service-rpc/src/pypi/setup.py
index 19e4db0..7bf9277 100644
--- a/service-rpc/src/pypi/setup.py
+++ b/service-rpc/src/pypi/setup.py
@@ -31,7 +31,7 @@ print(long_description)
 
 setuptools.setup(
     name="apache-iotdb", # Replace with your own username
-    version="0.10.0",
+    version="0.10.1",
     author=" Apache Software Foundation",
     author_email="dev@iotdb.apache.org",
     description="Apache IoTDB (incubating) client API",
diff --git a/spark-tsfile/README.md b/spark-tsfile/README.md
index eb9c85e..1ead21e 100644
--- a/spark-tsfile/README.md
+++ b/spark-tsfile/README.md
@@ -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.10.1-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.10.1-jar-with-dependencies.jar  --master spark://ip:7077
 ```
 
 Note:
diff --git a/tsfile/README.md b/tsfile/README.md
index 8fd876b..fb4fce5 100644
--- a/tsfile/README.md
+++ b/tsfile/README.md
@@ -25,7 +25,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 0.10.0
+  |____|/____  >\___  /   |__|____/\___  >  version 0.10.1
              \/     \/                 \/  
 </pre>
 ## Abstract