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/03 19:48:18 UTC

[iotdb] branch master updated: remove incubator in md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 04d60f7  remove incubator in md
04d60f7 is described below

commit 04d60f74da44a734bbc9d846eb98a2b654ce18c9
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Nov 4 03:47:47 2020 +0800

    remove incubator in md
---
 docs/Blog/Release0_93.md                            |  2 +-
 docs/UserGuide/Client/Command Line Interface.md     |  2 +-
 docs/UserGuide/Comparison/TSDB-Comparison.md        |  2 +-
 docs/UserGuide/Ecosystem Integration/Hive TsFile.md |  2 +-
 docs/zh/SystemDesign/TsFile/Format.md               |  4 ++--
 grafana/readme.md                                   |  8 ++++----
 grafana/readme_zh.md                                |  8 ++++----
 spark-tsfile/README.md                              |  4 ++--
 thrift/src/pypi/README.md                           | 12 ++++++------
 9 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/docs/Blog/Release0_93.md b/docs/Blog/Release0_93.md
index b890941..090a352 100644
--- a/docs/Blog/Release0_93.md
+++ b/docs/Blog/Release0_93.md
@@ -43,7 +43,7 @@ Chinese: http://iotdb.apache.org/zh/SystemDesign/Architecture/Architecture.html
 
 The Release 0.9.3 is a minor/bugfix release in the 0.9 release series that mainly fixes one serious bug: if the wrong metadata operation is performed, such as deleting a non-existent storage group, the metadata is empty after server restart. This is caused by the metadata module beeing nulled when the metadata log was redone. The fix is to skip the wrong metadata log. In the preparation of version 0.10, we take an execution before logging approach and do not log errors again.
 
-The [issue module](https://github.com/apache/incubator-iotdb/issues) is open on Github, so you can ask questions about bugs or new requirements, and we will answer them promptly.
+The [issue module](https://github.com/apache/iotdb/issues) is open on Github, so you can ask questions about bugs or new requirements, and we will answer them promptly.
 
 
 ## Fixes in 0.9.3
diff --git a/docs/UserGuide/Client/Command Line Interface.md b/docs/UserGuide/Client/Command Line Interface.md
index baa127e..855c566 100644
--- a/docs/UserGuide/Client/Command Line Interface.md	
+++ b/docs/UserGuide/Client/Command Line Interface.md	
@@ -34,7 +34,7 @@ IoTDB provides Cli/shell tools for users to interact with IoTDB server in comman
 
 ## Build cli from source code
 
-Under the root path of incubator-iotdb:
+Under the root path of iotdb:
 
 ```
 > mvn clean package -pl cli -am -DskipTests
diff --git a/docs/UserGuide/Comparison/TSDB-Comparison.md b/docs/UserGuide/Comparison/TSDB-Comparison.md
index d85b1fc..cb9c23e 100644
--- a/docs/UserGuide/Comparison/TSDB-Comparison.md
+++ b/docs/UserGuide/Comparison/TSDB-Comparison.md
@@ -92,7 +92,7 @@ Legend:
 
 * OpenSource:  
  
-  * IoTDB uses Apache License 2.0 and it is in Apache incubator. 
+  * IoTDB uses Apache License 2.0. 
   * InfluxDB uses MIT license. However, **the cluster version is not open sourced**.
   * OpenTSDB uses LGPL2.1, which **is not compatible with Apache License**.
   * KairosDB uses Apache License 2.0.
diff --git a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md
index 2e2e3a8..7b5c2d9 100644
--- a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md	
+++ b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md	
@@ -70,7 +70,7 @@ With this connector, you can
 
 To use hive-connector in hive, we should add the hive-connector jar into hive.
 
-After downloading the code of iotdb from <https://github.com/apache/incubator-iotdb>, you can use the command of `mvn clean package -pl hive-connector -am -Dmaven.test.skip=true` to get a `hive-connector-X.X.X-jar-with-dependencies.jar`.
+After downloading the code of iotdb from <https://github.com/apache/iotdb>, you can use the command of `mvn clean package -pl hive-connector -am -Dmaven.test.skip=true` to get a `hive-connector-X.X.X-jar-with-dependencies.jar`.
 
 Then in hive, use the command of `add jar XXX` to add the dependency. For example:
 
diff --git a/docs/zh/SystemDesign/TsFile/Format.md b/docs/zh/SystemDesign/TsFile/Format.md
index f927dcb..c4bb88e 100644
--- a/docs/zh/SystemDesign/TsFile/Format.md
+++ b/docs/zh/SystemDesign/TsFile/Format.md
@@ -259,7 +259,7 @@ For Linux or MacOs:
 在Windows系统中的示例:
 
 ```
-D:\incubator-iotdb\server\target\iotdb-server-0.11.0-SNAPSHOT\tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
+D:\iotdb\server\target\iotdb-server-0.11.0-SNAPSHOT\tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
 ````````````````````````
 Starting Printing the IoTDB Data Directory Overview
 ​````````````````````````
@@ -308,7 +308,7 @@ Linux or MacOs:
 在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:\iotdb\server\target\iotdb-server-0.10.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
 ````````````````````````
 Starting Printing the TsFileResources
 ​````````````````````````
diff --git a/grafana/readme.md b/grafana/readme.md
index c52a1de..d7afd6e 100644
--- a/grafana/readme.md
+++ b/grafana/readme.md
@@ -74,26 +74,26 @@ If you use Windows, start Grafana by executing grafana-server.exe, located in th
 
 ## IoTDB installation
 
-See https://github.com/apache/incubator-iotdb
+See https://github.com/apache/iotdb
 
 ## IoTDB-Grafana installation
 
 ```shell
-git clone https://github.com/apache/incubator-iotdb.git
+git clone https://github.com/apache/iotdb.git
 ```
 
 ### Start IoTDB-Grafana
 
 #### Option one
 
-Import the entire project, after the maven dependency is installed, directly run`incubatoriotdb/grafana/rc/main/java/org/apache/iotdb/web/grafana`directory` TsfileWebDemoApplication.java`, this grafana connector is developed by springboot
+Import the entire project, after the maven dependency is installed, directly run`iotdb/grafana/rc/main/java/org/apache/iotdb/web/grafana`directory` TsfileWebDemoApplication.java`, this grafana connector is developed by springboot
 
 #### Option two
 
 In `/grafana/target/`directory 
 
 ```shell
-cd incubator-iotdb
+cd iotdb
 mvn clean package -pl grafana -am -Dmaven.test.skip=true
 cd grafana/target
 java -jar iotdb-grafana-{version}.war
diff --git a/grafana/readme_zh.md b/grafana/readme_zh.md
index bf65ca9..d1d32dd 100644
--- a/grafana/readme_zh.md
+++ b/grafana/readme_zh.md
@@ -77,24 +77,24 @@ Shell > grafana-server --config=/usr/local/etc/grafana/grafana.ini --homepath /u
 
 ## IoTDB安装
 
-参见[https://github.com/apache/incubator-iotdb](https://github.com/apache/incubator-iotdb)
+参见[https://github.com/apache/iotdb](https://github.com/apache/iotdb)
 
 ## IoTDB-Grafana连接器安装
 
 ```shell
-git clone https://github.com/apache/incubator-iotdb.git
+git clone https://github.com/apache/iotdb.git
 ```
 
 ### 启动IoTDB-Grafana
 
 #### 方案一(适合开发者)
 
-导入整个项目,maven依赖安装完后,直接运行`incubatoriotdb/grafana/rc/main/java/org/apache/iotdb/web/grafana`目录下`TsfileWebDemoApplication.java`,这个grafana连接器采用springboot开发
+导入整个项目,maven依赖安装完后,直接运行`iotdb/grafana/rc/main/java/org/apache/iotdb/web/grafana`目录下`TsfileWebDemoApplication.java`,这个grafana连接器采用springboot开发
 
 #### 方案二(适合使用者)
 
 ```shell
-cd incubator-iotdb
+cd iotdb
 mvn clean package -pl grafana -am -Dmaven.test.skip=true
 cd grafana/target
 java -jar iotdb-grafana-{version}.war
diff --git a/spark-tsfile/README.md b/spark-tsfile/README.md
index eb9c85e..b916b99 100644
--- a/spark-tsfile/README.md
+++ b/spark-tsfile/README.md
@@ -50,7 +50,7 @@ Note:
 
 * \<spark-shell-path> is the real path of your spark-shell.
 * Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/incubator-iotdb/tree/master/tsfile for how to get TsFile.
+* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
 
 
 ### Distributed Mode
@@ -65,7 +65,7 @@ Note:
 
 * \<spark-shell-path> is the real path of your spark-shell.
 * Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/incubator-iotdb/tree/master/tsfile for how to get TsFile.
+* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
 
 ## 4. Data Type Correspondence
 
diff --git a/thrift/src/pypi/README.md b/thrift/src/pypi/README.md
index 710fc76..590aac8 100644
--- a/thrift/src/pypi/README.md
+++ b/thrift/src/pypi/README.md
@@ -21,12 +21,12 @@
 
 # Apache IoTDB
 
-[![Build Status](https://www.travis-ci.org/apache/incubator-iotdb.svg?branch=master)](https://www.travis-ci.org/apache/incubator-iotdb)
-[![codecov](https://codecov.io/gh/thulab/incubator-iotdb/branch/master/graph/badge.svg)](https://codecov.io/gh/thulab/incubator-iotdb)
-[![GitHub release](https://img.shields.io/github/release/apache/incubator-iotdb.svg)](https://github.com/apache/incubator-iotdb/releases)
+[![Build Status](https://www.travis-ci.org/apache/iotdb.svg?branch=master)](https://www.travis-ci.org/apache/iotdb)
+[![codecov](https://codecov.io/gh/thulab/iotdb/branch/master/graph/badge.svg)](https://codecov.io/gh/thulab/iotdb)
+[![GitHub release](https://img.shields.io/github/release/apache/iotdb.svg)](https://github.com/apache/iotdb/releases)
 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-![](https://github-size-badge.herokuapp.com/apache/incubator-iotdb.svg)
-![](https://img.shields.io/github/downloads/apache/incubator-iotdb/total.svg)
+![](https://github-size-badge.herokuapp.com/apache/iotdb.svg)
+![](https://img.shields.io/github/downloads/apache/iotdb/total.svg)
 ![](https://img.shields.io/badge/platform-win10%20%7C%20macox%20%7C%20linux-yellow.svg)
 ![](https://img.shields.io/badge/java--language-1.8-blue.svg)
 [![IoTDB Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=iotdb-website)](https://iotdb.apache.org/)
@@ -51,7 +51,7 @@ You have to install thrift (>=0.13) before using the package.
 
 First, download the package: `pip3 install apache-iotdb`
 
-You can get an example of using the package to read and write data at here: [Example](https://github.com/apache/incubator-iotdb/blob/rel/0.10/client-py/src/SessionExample.py)
+You can get an example of using the package to read and write data at here: [Example](https://github.com/apache/iotdb/blob/rel/0.10/client-py/src/SessionExample.py)
 
 (you need to add `import iotdb` in the head of the file)