This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch rel/0.12 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5ba39cc5c98b441ae7a981da1f1f62e8c63ee3a3 Author: Steve Yurong Su <[email protected]> AuthorDate: Wed Feb 23 10:50:13 2022 +0800 update version number from 0.12.4 to 0.12.5: client-py setup.py, jdbc feature.xml and links in user doc --- client-py/setup.py | 2 +- docs/UserGuide/Cluster/Cluster-Setup-Example.md | 6 +++--- docs/UserGuide/Ecosystem Integration/Spark IoTDB.md | 2 +- docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md | 6 +++--- docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md | 4 ++-- jdbc/src/main/feature/feature.xml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client-py/setup.py b/client-py/setup.py index b6aa5a1..cf3ad30 100644 --- a/client-py/setup.py +++ b/client-py/setup.py @@ -31,7 +31,7 @@ print(long_description) setuptools.setup( name="apache-iotdb", # Replace with your own username - version="0.12.4", + version="0.12.5", author=" Apache Software Foundation", author_email="[email protected]", description="Apache IoTDB client API", diff --git a/docs/UserGuide/Cluster/Cluster-Setup-Example.md b/docs/UserGuide/Cluster/Cluster-Setup-Example.md index 1d7075a..066c21b 100644 --- a/docs/UserGuide/Cluster/Cluster-Setup-Example.md +++ b/docs/UserGuide/Cluster/Cluster-Setup-Example.md @@ -272,19 +272,19 @@ cd cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/ Download the release version: ``` -curl -O https://downloads.apache.org/iotdb/0.12.4/apache-iotdb-0.12.4-cluster-bin.zip +curl -O https://downloads.apache.org/iotdb/0.12.5/apache-iotdb-0.12.5-cluster-bin.zip ``` Unzip the package: ``` -unzip apache-iotdb-0.12.4-cluster-bin.zip +unzip apache-iotdb-0.12.5-cluster-bin.zip ``` Enter IoTDB cluster root directory: ``` -cd apache-iotdb-0.12.4-cluster-bin +cd apache-iotdb-0.12.5-cluster-bin ``` Set default\_replica\_num = 3: default value of this configuration item is 3 diff --git a/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md b/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md index ae20b85..d861f68 100644 --- a/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md +++ b/docs/UserGuide/Ecosystem Integration/Spark IoTDB.md @@ -41,7 +41,7 @@ mvn clean scala:compile compile install <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>spark-iotdb-connector</artifactId> - <version>0.12.4</version> + <version>0.12.5</version> </dependency> ``` diff --git a/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md b/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md index f0afc2b..40b54d3 100644 --- a/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md +++ b/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md @@ -278,19 +278,19 @@ cd cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/ 下载发布版本: ``` -curl -O https://downloads.apache.org/iotdb/0.12.4/apache-iotdb-0.12.4-cluster-bin.zip +curl -O https://downloads.apache.org/iotdb/0.12.5/apache-iotdb-0.12.5-cluster-bin.zip ``` 解压压缩包: ``` -unzip apache-iotdb-0.12.4-cluster-bin.zip +unzip apache-iotdb-0.12.5-cluster-bin.zip ``` 进入IoTDB集群根目录: ``` -cd apache-iotdb-0.12.4-cluster-bin +cd apache-iotdb-0.12.5-cluster-bin ``` 设置 default\_replica\_num = 3: 配置文件中默认为3,无需修改 diff --git a/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md b/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md index 3923362..31926b8 100644 --- a/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md +++ b/docs/zh/UserGuide/Ecosystem Integration/Spark IoTDB.md @@ -39,14 +39,14 @@ mvn clean scala:compile compile install <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>spark-iotdb-connector</artifactId> - <version>0.12.4</version> + <version>0.12.5</version> </dependency> ``` #### Spark-shell用户指南 ``` -spark-shell --jars spark-iotdb-connector-0.12.4.jar,iotdb-jdbc-0.12.4-jar-with-dependencies.jar +spark-shell --jars spark-iotdb-connector-0.12.5.jar,iotdb-jdbc-0.12.5-jar-with-dependencies.jar import org.apache.iotdb.spark.db._ diff --git a/jdbc/src/main/feature/feature.xml b/jdbc/src/main/feature/feature.xml index 668eea2..a0fd388 100644 --- a/jdbc/src/main/feature/feature.xml +++ b/jdbc/src/main/feature/feature.xml @@ -18,7 +18,7 @@ --> <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="driver-s7-feature"> - <feature name="iotdb-feature" description="iotdb-feature" version="0.12.4"> + <feature name="iotdb-feature" description="iotdb-feature" version="0.12.5"> <details>Feature to install required Bundle to use IoTDB inside Karaf container</details> <feature prerequisite="true">wrap</feature> <feature>scr</feature>
