This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch change_version in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 12e868de9c3952c314b317a72686be143c25ead2 Author: HTHou <[email protected]> AuthorDate: Mon Mar 14 12:05:13 2022 +0800 change master version to 0.14.0-SNAPSHOT --- antlr/pom.xml | 2 +- cli/pom.xml | 2 +- client-cpp/pom.xml | 2 +- client-py/pom.xml | 2 +- cluster/pom.xml | 2 +- code-coverage/pom.xml | 2 +- compile-tools/pom.xml | 2 +- compile-tools/thrift/pom.xml | 2 +- confignode/pom.xml | 2 +- consensus/pom.xml | 2 +- cross-tests/pom.xml | 2 +- distribution/pom.xml | 2 +- docs/UserGuide/API/Programming-Java-Native-API.md | 4 ++-- docs/UserGuide/API/Programming-TsFile-API.md | 4 ++-- docs/UserGuide/Cluster/Cluster-Setup-Example.md | 10 +++++----- docs/UserGuide/Ecosystem Integration/Hive TsFile.md | 8 ++++---- docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md | 2 +- docs/UserGuide/Ecosystem Integration/Spark TsFile.md | 2 +- docs/UserGuide/Process-Data/Triggers.md | 6 +++--- docs/UserGuide/Process-Data/UDF-User-Defined-Function.md | 8 ++++---- docs/UserGuide/QuickStart/WayToGetIoTDB.md | 2 +- docs/UserGuide/Reference/SQL-Reference.md | 2 +- docs/zh/UserGuide/API/Programming-JDBC.md | 2 +- docs/zh/UserGuide/API/Programming-Java-Native-API.md | 4 ++-- docs/zh/UserGuide/API/Programming-TsFile-API.md | 4 ++-- docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md | 10 +++++----- docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md | 8 ++++---- docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md | 2 +- docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md | 2 +- docs/zh/UserGuide/Process-Data/Triggers.md | 6 +++--- docs/zh/UserGuide/Process-Data/UDF-User-Defined-Function.md | 8 ++++---- docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md | 2 +- docs/zh/UserGuide/Reference/SQL-Reference.md | 2 +- example/client-cpp-example/pom.xml | 2 +- example/flink/pom.xml | 2 +- example/hadoop/pom.xml | 2 +- example/jdbc/pom.xml | 2 +- example/kafka/pom.xml | 4 ++-- example/kafka/readme.md | 4 ++-- example/mqtt-customize/pom.xml | 2 +- example/mqtt/pom.xml | 2 +- example/pom.xml | 2 +- example/pulsar/pom.xml | 2 +- example/rabbitmq/pom.xml | 2 +- example/rocketmq/pom.xml | 2 +- example/rocketmq/readme.md | 4 ++-- example/session/pom.xml | 2 +- example/trigger/pom.xml | 4 ++-- example/tsfile/pom.xml | 2 +- example/tsfile/readme.md | 2 +- example/udf/pom.xml | 2 +- flink-iotdb-connector/pom.xml | 2 +- flink-tsfile-connector/pom.xml | 2 +- grafana-connector/pom.xml | 2 +- grafana-plugin/pom.xml | 2 +- hadoop/README.md | 2 +- hadoop/pom.xml | 2 +- hive-connector/pom.xml | 2 +- influxdb-protocol/pom.xml | 2 +- integration/pom.xml | 2 +- jdbc/README.md | 4 ++-- jdbc/pom.xml | 2 +- library-udf/pom.xml | 2 +- metrics/dropwizard-metrics/pom.xml | 4 ++-- metrics/interface/pom.xml | 4 ++-- metrics/micrometer-metrics/pom.xml | 4 ++-- metrics/pom.xml | 2 +- openapi/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- service-rpc/pom.xml | 2 +- session/pom.xml | 2 +- site/pom.xml | 2 +- spark-iotdb-connector/pom.xml | 2 +- spark-tsfile/pom.xml | 2 +- testcontainer/pom.xml | 2 +- thrift-cluster/pom.xml | 2 +- thrift-confignode/pom.xml | 2 +- thrift-influxdb/pom.xml | 2 +- thrift-sync/pom.xml | 2 +- thrift/pom.xml | 2 +- tsfile/README.md | 2 +- tsfile/pom.xml | 2 +- zeppelin-interpreter/pom.xml | 2 +- 84 files changed, 120 insertions(+), 120 deletions(-) diff --git a/antlr/pom.xml b/antlr/pom.xml index b9d8c10..6401579 100644 --- a/antlr/pom.xml +++ b/antlr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-antlr</artifactId> diff --git a/cli/pom.xml b/cli/pom.xml index 741ff6d..318d51e 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-cli</artifactId> diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml index 381ff59..99fdfbb 100644 --- a/client-cpp/pom.xml +++ b/client-cpp/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp</artifactId> diff --git a/client-py/pom.xml b/client-py/pom.xml index c2ca20b..fa7cce5 100644 --- a/client-py/pom.xml +++ b/client-py/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-python-api</artifactId> diff --git a/cluster/pom.xml b/cluster/pom.xml index 0e9a74e..27a88b0 100644 --- a/cluster/pom.xml +++ b/cluster/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-cluster</artifactId> diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 3428c41..a569bc6 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-code-coverage</artifactId> diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml index 02ecea0..bb3d264 100644 --- a/compile-tools/pom.xml +++ b/compile-tools/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp-tools</artifactId> diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml index 45b9f32..d7db59f 100644 --- a/compile-tools/thrift/pom.xml +++ b/compile-tools/thrift/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>client-cpp-tools</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp-tools-thrift</artifactId> diff --git a/confignode/pom.xml b/confignode/pom.xml index 802671c..e6a12af 100644 --- a/confignode/pom.xml +++ b/confignode/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-confignode</artifactId> diff --git a/consensus/pom.xml b/consensus/pom.xml index 90db24f..42ade8a 100644 --- a/consensus/pom.xml +++ b/consensus/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml index 408d6d0..a25770c 100644 --- a/cross-tests/pom.xml +++ b/cross-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cross-tests</artifactId> diff --git a/distribution/pom.xml b/distribution/pom.xml index ca14e92..552d348 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-distribution</artifactId> diff --git a/docs/UserGuide/API/Programming-Java-Native-API.md b/docs/UserGuide/API/Programming-Java-Native-API.md index 90b4c1e..1aae30d 100644 --- a/docs/UserGuide/API/Programming-Java-Native-API.md +++ b/docs/UserGuide/API/Programming-Java-Native-API.md @@ -40,7 +40,7 @@ In root directory: <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-session</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> </dependencies> ``` @@ -541,7 +541,7 @@ To use the APIs, add dependency in your pom file: <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-cluster</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> </dependencies> ``` diff --git a/docs/UserGuide/API/Programming-TsFile-API.md b/docs/UserGuide/API/Programming-TsFile-API.md index 00ad837..eeeb824 100644 --- a/docs/UserGuide/API/Programming-TsFile-API.md +++ b/docs/UserGuide/API/Programming-TsFile-API.md @@ -62,7 +62,7 @@ Then, all the jars are in folder named `target/`. Import `target/tsfile-0.12.0-j <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>tsfile</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> ``` @@ -96,7 +96,7 @@ Then, all the jars are in folder named `target/`. Import `target/tsfile-0.12.0-j <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>tsfile</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> ``` diff --git a/docs/UserGuide/Cluster/Cluster-Setup-Example.md b/docs/UserGuide/Cluster/Cluster-Setup-Example.md index 8ac6702..321e00c 100644 --- a/docs/UserGuide/Cluster/Cluster-Setup-Example.md +++ b/docs/UserGuide/Cluster/Cluster-Setup-Example.md @@ -29,7 +29,7 @@ Note: Please install MinGW or WSL or git bash if you are using Windows. ``` mvn clean package -DskipTests chmod -R 777 ./cluster/target/ -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh >/dev/null 2>&1 & ``` ### Use the official website release version: @@ -104,9 +104,9 @@ rpc_port=6671 ``` mvn clean package -DskipTests chmod -R 777 ./cluster/target/ -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node1conf/ >/dev/null 2>&1 & -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node2conf/ >/dev/null 2>&1 & -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node3conf/ >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node1conf/ >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node2conf/ >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node3conf/ >/dev/null 2>&1 & ``` ### Use the official website release version: @@ -247,7 +247,7 @@ The operation steps are as follows: ``` mvn clean package -DskipTests chmod -R 777 ./cluster/target/ -cd cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/ +cd cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/ ``` ### Use the official website release version: diff --git a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md index 7151625..61c2e0c 100644 --- a/docs/UserGuide/Ecosystem Integration/Hive TsFile.md +++ b/docs/UserGuide/Ecosystem Integration/Hive TsFile.md @@ -35,7 +35,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.13.0-SNAPSHOT`| +| `2.7.3` or `3.2.1` | `2.3.6` or `3.1.2` | `1.8` | `0.14.0-SNAPSHOT`| > Note: For more information about how to download and use TsFile, please see > the following link: https://github.com/apache/iotdb/tree/master/tsfile. @@ -60,10 +60,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.13.0-SNAPSHOT-jar-with-dependencies.jar; +hive> add jar /Users/hive/iotdb/hive-connector/target/hive-connector-0.14.0-SNAPSHOT-jar-with-dependencies.jar; -Added [/Users/hive/iotdb/hive-connector/target/hive-connector-0.13.0-SNAPSHOT-jar-with-dependencies.jar] to class path -Added resources: [/Users/hive/iotdb/hive-connector/target/hive-connector-0.13.0-SNAPSHOT-jar-with-dependencies.jar] +Added [/Users/hive/iotdb/hive-connector/target/hive-connector-0.14.0-SNAPSHOT-jar-with-dependencies.jar] to class path +Added resources: [/Users/hive/iotdb/hive-connector/target/hive-connector-0.14.0-SNAPSHOT-jar-with-dependencies.jar] ``` diff --git a/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md b/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md index 09d47fb..2d6ef7f 100644 --- a/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md +++ b/docs/UserGuide/Ecosystem Integration/MapReduce TsFile.md @@ -34,7 +34,7 @@ With this connector, you can |Hadoop Version | Java Version | TsFile Version| |:---:|:---:|:---:| -| `2.7.3` | `1.8` | `0.13.0-SNAPSHOT`| +| `2.7.3` | `1.8` | `0.14.0-SNAPSHOT`| > 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 TsFile.md b/docs/UserGuide/Ecosystem Integration/Spark TsFile.md index 9c6cfe7..a8e7e5c 100644 --- a/docs/UserGuide/Ecosystem Integration/Spark TsFile.md +++ b/docs/UserGuide/Ecosystem Integration/Spark TsFile.md @@ -35,7 +35,7 @@ With this connector, you can |Spark Version | Scala Version | Java Version | TsFile | |:-------------: | :-------------: | :------------: |:------------: | -| `2.4.3` | `2.11.8` | `1.8` | `0.13.0-SNAPSHOT`| +| `2.4.3` | `2.11.8` | `1.8` | `0.14.0-SNAPSHOT`| > Note: For more information about how to download and use TsFile, please see > the following link: https://github.com/apache/iotdb/tree/master/tsfile. > Currently we only support spark version 2.4.3 and there are some known issue > on 2.4.7, do no use it diff --git a/docs/UserGuide/Process-Data/Triggers.md b/docs/UserGuide/Process-Data/Triggers.md index 9b7afd6..2dc8d67 100644 --- a/docs/UserGuide/Process-Data/Triggers.md +++ b/docs/UserGuide/Process-Data/Triggers.md @@ -41,7 +41,7 @@ You need to implement the trigger by writing a Java class, where the dependency <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <scope>provided</scope> </dependency> ``` @@ -163,7 +163,7 @@ Registering a trigger can be carried out as follows: 2. Pack the project into a JAR package. If you use Maven to manage the project, you can refer to the above Maven project example. -3. Put the JAR package in the directory `iotdb-server-0.13.0-SNAPSHOT/ext/trigger` (or a subdirectory of `iotdb-server-0.13.0-SNAPSHOT/ext/trigger`). +3. Put the JAR package in the directory `iotdb-server-0.14.0-SNAPSHOT/ext/trigger` (or a subdirectory of `iotdb-server-0.14.0-SNAPSHOT/ext/trigger`). > You can specify the root path to load the trigger JAR packages by modifying the `trigger_root_dir` in the configuration file. @@ -821,7 +821,7 @@ You can try this trigger by following the steps below: CREATE TIMESERIES root.sg1.d1.s1 WITH DATATYPE=DOUBLE, ENCODING=PLAIN; ``` -* Place the JAR (`trigger-example-0.13.0-SNAPSHOT.jar`) of **trigger-example** in the directory `iotdb-server-0.13.0-SNAPSHOT/ext/trigger` (or in a subdirectory of `iotdb-server-0.13.0-SNAPSHOT/ext/trigger`) +* Place the JAR (`trigger-example-0.14.0-SNAPSHOT.jar`) of **trigger-example** in the directory `iotdb-server-0.14.0-SNAPSHOT/ext/trigger` (or in a subdirectory of `iotdb-server-0.14.0-SNAPSHOT/ext/trigger`) > You can specify the root path to load the trigger JAR package by modifying the `trigger_root_dir` in the configuration file. diff --git a/docs/UserGuide/Process-Data/UDF-User-Defined-Function.md b/docs/UserGuide/Process-Data/UDF-User-Defined-Function.md index 6d3eee3..ad1b876 100644 --- a/docs/UserGuide/Process-Data/UDF-User-Defined-Function.md +++ b/docs/UserGuide/Process-Data/UDF-User-Defined-Function.md @@ -48,7 +48,7 @@ If you use [Maven](http://search.maven.org/), you can search for the development <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <scope>provided</scope> </dependency> ``` @@ -388,7 +388,7 @@ The process of registering a UDF in IoTDB is as follows: 1. Implement a complete UDF class, assuming the full class name of this class is `org.apache.iotdb.udf.ExampleUDTF`. 2. Package your project into a JAR. If you use Maven to manage your project, you can refer to the Maven project example above. -3. Place the JAR package in the directory `iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf` or in a subdirectory of `iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf`. +3. Place the JAR package in the directory `iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf` or in a subdirectory of `iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf`. **Note that when deploying a cluster, you need to ensure that there is a corresponding JAR package in the UDF JAR package path of each node. ** > You can specify the root path for the UDF to load the Jar by modifying the 'udf_root_dir' in the configuration file. @@ -588,7 +588,7 @@ Q1: How to modify the registered UDF? A1: Assume that the name of the UDF is `example` and the full class name is `org.apache.iotdb.udf.ExampleUDTF`, which is introduced by `example.jar`. 1. Unload the registered function by executing `DROP FUNCTION example`. -2. Delete `example.jar` under `iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf`. +2. Delete `example.jar` under `iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf`. 3. Modify the logic in `org.apache.iotdb.udf.ExampleUDTF` and repackage it. The name of the JAR package can still be `example.jar`. -4. Upload the new JAR package to `iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf`. +4. Upload the new JAR package to `iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf`. 5. Load the new UDF by executing `CREATE FUNCTION example AS "org.apache.iotdb.udf.ExampleUDTF"`. diff --git a/docs/UserGuide/QuickStart/WayToGetIoTDB.md b/docs/UserGuide/QuickStart/WayToGetIoTDB.md index 8f0c282..8882148 100644 --- a/docs/UserGuide/QuickStart/WayToGetIoTDB.md +++ b/docs/UserGuide/QuickStart/WayToGetIoTDB.md @@ -129,7 +129,7 @@ $ /%IOTDB_HOME%/sbin/start-cli.sh -h localhost -p 6667 -u root -pw root <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-jdbc</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</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/UserGuide/Reference/SQL-Reference.md b/docs/UserGuide/Reference/SQL-Reference.md index 0c4f56c..a0a745b 100644 --- a/docs/UserGuide/Reference/SQL-Reference.md +++ b/docs/UserGuide/Reference/SQL-Reference.md @@ -40,7 +40,7 @@ show version +---------------+ | version| +---------------+ -|0.13.0-SNAPSHOT| +|0.14.0-SNAPSHOT| +---------------+ Total line number = 1 It costs 0.417s diff --git a/docs/zh/UserGuide/API/Programming-JDBC.md b/docs/zh/UserGuide/API/Programming-JDBC.md index 05d596b..fb3c997 100644 --- a/docs/zh/UserGuide/API/Programming-JDBC.md +++ b/docs/zh/UserGuide/API/Programming-JDBC.md @@ -43,7 +43,7 @@ mvn clean install -pl jdbc -am -Dmaven.test.skip=true <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-jdbc</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> </dependencies> ``` diff --git a/docs/zh/UserGuide/API/Programming-Java-Native-API.md b/docs/zh/UserGuide/API/Programming-Java-Native-API.md index 5edd930..673936c 100644 --- a/docs/zh/UserGuide/API/Programming-Java-Native-API.md +++ b/docs/zh/UserGuide/API/Programming-Java-Native-API.md @@ -43,7 +43,7 @@ mvn clean install -pl session -am -Dmaven.test.skip=true <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-session</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> </dependencies> ``` @@ -521,7 +521,7 @@ void testInsertTablets(Map<String, Tablet> tablets) <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-cluster</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> </dependencies> ``` diff --git a/docs/zh/UserGuide/API/Programming-TsFile-API.md b/docs/zh/UserGuide/API/Programming-TsFile-API.md index d748620..cbd697b 100644 --- a/docs/zh/UserGuide/API/Programming-TsFile-API.md +++ b/docs/zh/UserGuide/API/Programming-TsFile-API.md @@ -35,7 +35,7 @@ cd tsfile/ mvn clean package -Dmaven.test.skip=true ``` -命令执行完成之后,所有的 jar 包都可以从 `target/` 目录下找到。之后您可以在自己的工程中导入 `target/tsfile-0.13.0-SNAPSHOT.jar`. +命令执行完成之后,所有的 jar 包都可以从 `target/` 目录下找到。之后您可以在自己的工程中导入 `target/tsfile-0.14.0-SNAPSHOT.jar`. * 使用 Maven 依赖: @@ -92,7 +92,7 @@ mvn clean install -Dmaven.test.skip=true <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>tsfile</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> ``` diff --git a/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md b/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md index 490d639..fa32362 100644 --- a/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md +++ b/docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md @@ -32,7 +32,7 @@ under the License. ``` mvn clean package -DskipTests chmod -R 777 ./cluster/target/ -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh >/dev/null 2>&1 & ``` ### 使用官网发布版本: @@ -108,9 +108,9 @@ rpc_port=6671 ``` mvn clean package -DskipTests chmod -R 777 ./cluster/target/ -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node1conf/ >/dev/null 2>&1 & -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node2conf/ >/dev/null 2>&1 & -nohup ./cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node3conf/ >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node1conf/ >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node2conf/ >/dev/null 2>&1 & +nohup ./cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/sbin/start-node.sh ./cluster/target/test-classes/node3conf/ >/dev/null 2>&1 & ``` ### 使用官网发布版本: @@ -251,7 +251,7 @@ rpc_address = C_public_ip ``` mvn clean package -DskipTests chmod -R 777 ./cluster/target/ -cd cluster/target/iotdb-cluster-0.13.0-SNAPSHOT/ +cd cluster/target/iotdb-cluster-0.14.0-SNAPSHOT/ ``` ### 使用官网发布版本: diff --git a/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md index d1ce514..d8d96e6 100644 --- a/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md +++ b/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md @@ -36,7 +36,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.13.0-SNAPSHOT+`| +| `2.7.3` or `3.2.1` | `2.3.6` or `3.1.2` | `1.8` | `0.14.0-SNAPSHOT+`| ### 数据类型对应关系 @@ -58,10 +58,10 @@ TsFile 的 Hive 连接器实现了对 Hive 读取外部 Tsfile 类型的文件 然后在 hive 的命令行中,使用`add jar XXX`命令添加依赖。例如: ```shell -hive> add jar /Users/hive/iotdb/hive-connector/target/hive-connector-0.13.0-SNAPSHOT-jar-with-dependencies.jar; +hive> add jar /Users/hive/iotdb/hive-connector/target/hive-connector-0.14.0-SNAPSHOT-jar-with-dependencies.jar; -Added [/Users/hive/iotdb/hive-connector/target/hive-connector-0.13.0-SNAPSHOT-jar-with-dependencies.jar] to class path -Added resources: [/Users/hive/iotdb/hive-connector/target/hive-connector-0.13.0-SNAPSHOT-jar-with-dependencies.jar] +Added [/Users/hive/iotdb/hive-connector/target/hive-connector-0.14.0-SNAPSHOT-jar-with-dependencies.jar] to class path +Added resources: [/Users/hive/iotdb/hive-connector/target/hive-connector-0.14.0-SNAPSHOT-jar-with-dependencies.jar] ``` ### 创建 Tsfile-backed 的 Hive 表 diff --git a/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md index 4976398..b36a3b3 100644 --- a/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md +++ b/docs/zh/UserGuide/Ecosystem Integration/MapReduce TsFile.md @@ -32,7 +32,7 @@ TsFile 的 Hadoop 连接器实现了对 Hadoop 读取外部 Tsfile 类型的文 |Hadoop 版本 | Java 版本 | TsFile 版本 | |------------- | ------------ |------------ | -| `2.7.3` | `1.8` | `0.13.0-SNAPSHOT+`| +| `2.7.3` | `1.8` | `0.14.0-SNAPSHOT+`| >注意:关于如何下载和使用 Tsfile, >请参考以下链接:https://github.com/apache/iotdb/tree/master/tsfile. diff --git a/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/Spark TsFile.md index 20cdadb..a31dbe8 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.13.0-SNAPSHOT` | +| `2.4.3` | `2.11.8` | `1.8` | `0.14.0-SNAPSHOT` | > 注意:有关如何下载和使用 TsFile > 的更多信息,请参见以下链接:https://github.com/apache/iotdb/tree/master/tsfile > 注意:spark 版本目前仅支持 2.4.3, 其他版本可能存在不适配的问题,目前已知 2.4.7 的版本存在不适配的问题 diff --git a/docs/zh/UserGuide/Process-Data/Triggers.md b/docs/zh/UserGuide/Process-Data/Triggers.md index 4f40a94..c09d7fc 100644 --- a/docs/zh/UserGuide/Process-Data/Triggers.md +++ b/docs/zh/UserGuide/Process-Data/Triggers.md @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <scope>provided</scope> </dependency> ``` @@ -141,7 +141,7 @@ default int[] fire(long[] timestamps, int[] values) throws Exception { 2. 将项目打成 JAR 包,如果您使用 Maven 管理项目,可以参考上述 Maven 项目示例的写法 -3. 将 JAR 包放置到目录 `iotdb-server-0.13.0-SNAPSHOT/ext/trigger` (也可以是`iotdb-server-0.13.0-SNAPSHOT/ext/trigger`的子目录)下。 +3. 将 JAR 包放置到目录 `iotdb-server-0.14.0-SNAPSHOT/ext/trigger` (也可以是`iotdb-server-0.14.0-SNAPSHOT/ext/trigger`的子目录)下。 > 您可以通过修改配置文件中的`trigger_root_dir`来指定加载触发器 JAR 包的根路径。 @@ -754,7 +754,7 @@ public class TriggerExample implements Trigger { CREATE TIMESERIES root.sg1.d1.s1 WITH DATATYPE=DOUBLE, ENCODING=PLAIN; ``` -* 将 **trigger-example** 中打包好的 JAR(`trigger-example-0.13.0-SNAPSHOT.jar`)放置到目录 `iotdb-server-0.13.0-SNAPSHOT/ext/trigger` (也可以是`iotdb-server-0.13.0-SNAPSHOT/ext/trigger`的子目录)下 +* 将 **trigger-example** 中打包好的 JAR(`trigger-example-0.14.0-SNAPSHOT.jar`)放置到目录 `iotdb-server-0.14.0-SNAPSHOT/ext/trigger` (也可以是`iotdb-server-0.14.0-SNAPSHOT/ext/trigger`的子目录)下 > 您可以通过修改配置文件中的`trigger_root_dir`来指定加载触发器 JAR 包的根路径。 diff --git a/docs/zh/UserGuide/Process-Data/UDF-User-Defined-Function.md b/docs/zh/UserGuide/Process-Data/UDF-User-Defined-Function.md index 789045b..90d9215 100644 --- a/docs/zh/UserGuide/Process-Data/UDF-User-Defined-Function.md +++ b/docs/zh/UserGuide/Process-Data/UDF-User-Defined-Function.md @@ -42,7 +42,7 @@ IoTDB 支持两种类型的 UDF 函数,如下表所示。 <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <scope>provided</scope> </dependency> ``` @@ -349,7 +349,7 @@ UDTF 的结束方法,您可以在此方法中进行一些资源释放等的操 1. 实现一个完整的 UDF 类,假定这个类的全类名为`org.apache.iotdb.udf.UDTFExample` 2. 将项目打成 JAR 包,如果您使用 Maven 管理项目,可以参考上述 Maven 项目示例的写法 -3. 将 JAR 包放置到目录 `iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf` (也可以是`iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf`的子目录)下。 +3. 将 JAR 包放置到目录 `iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf` (也可以是`iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf`的子目录)下。 **注意,在部署集群的时候,需要保证每一个节点的 UDF JAR 包路径下都存在相应的 JAR 包。** > 您可以通过修改配置文件中的`udf_root_dir`来指定 UDF 加载 Jar 的根路径。 @@ -515,7 +515,7 @@ Q1: 如何修改已经注册的 UDF? A1: 假设 UDF 的名称为`example`,全类名为`org.apache.iotdb.udf.UDTFExample`,由`example.jar`引入 1. 首先卸载已经注册的`example`函数,执行`DROP FUNCTION example` -2. 删除 `iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf` 目录下的`example.jar` +2. 删除 `iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf` 目录下的`example.jar` 3. 修改`org.apache.iotdb.udf.UDTFExample`中的逻辑,重新打包,JAR 包的名字可以仍然为`example.jar` -4. 将新的 JAR 包上传至 `iotdb-server-0.13.0-SNAPSHOT-all-bin/ext/udf` 目录下 +4. 将新的 JAR 包上传至 `iotdb-server-0.14.0-SNAPSHOT-all-bin/ext/udf` 目录下 5. 装载新的 UDF,执行`CREATE FUNCTION example AS "org.apache.iotdb.udf.UDTFExample"` diff --git a/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md b/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md index 6f7f7dd..d3abfd1 100644 --- a/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md +++ b/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md @@ -139,7 +139,7 @@ $ /%IOTDB_HOME%/sbin/start-cli.sh -h localhost -p 6667 -u root -pw root <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-jdbc</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> ``` 这里是一些使用 IoTDB-JDBC 连接 IoTDB 的示例:https://github.com/apache/iotdb/tree/master/example/jdbc/src/main/java/org/apache/iotdb diff --git a/docs/zh/UserGuide/Reference/SQL-Reference.md b/docs/zh/UserGuide/Reference/SQL-Reference.md index 52463c8..9f6affa 100644 --- a/docs/zh/UserGuide/Reference/SQL-Reference.md +++ b/docs/zh/UserGuide/Reference/SQL-Reference.md @@ -31,7 +31,7 @@ show version +---------------+ | version| +---------------+ -|0.13.0-SNAPSHOT| +|0.14.0-SNAPSHOT| +---------------+ Total line number = 1 It costs 0.417s diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index b2dcccd..dac8bdb 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp-example</artifactId> diff --git a/example/flink/pom.xml b/example/flink/pom.xml index 05b7fb9..35302e9 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>flink-example</artifactId> diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 7b642e6..2d1e6d2 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hadoop-example</artifactId> diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index aaaf718..683dcb0 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jdbc-example</artifactId> diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index 1f42118..72ee39c 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -24,12 +24,12 @@ <!-- 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.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> --> <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>kafka-example</artifactId> diff --git a/example/kafka/readme.md b/example/kafka/readme.md index d02f1cd..5ced873 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.13.0-SNAPSHOT +IoTDB: 0.14.0-SNAPSHOT Kafka: 2.8.0 ### Dependencies with Maven @@ -39,7 +39,7 @@ Kafka: 2.8.0 <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-session</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> </dependencies> ``` diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index c524fb0..683bf79 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>customize-mqtt-example</artifactId> diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index a07fad7..e21925a 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>mqtt-example</artifactId> diff --git a/example/pom.xml b/example/pom.xml index f727f2c..edad4f6 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>pom</packaging> diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index 72967f7..8b64be8 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index 3737c63..3cfd8b4 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>rabbitmq-example</artifactId> diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index d3cb119..1330dde 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>rocketmq-example</artifactId> diff --git a/example/rocketmq/readme.md b/example/rocketmq/readme.md index 2198dad..a9c2196 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.13.0-SNAPSHOT +IoTDB: 0.14.0-SNAPSHOT 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.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.rocketmq</groupId> diff --git a/example/session/pom.xml b/example/session/pom.xml index 18de9bd..94f93d0 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>client-example</artifactId> diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index 90affe0..d4c96f9 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>trigger-example</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 13a53a9..3923d1d 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tsfile-example</artifactId> diff --git a/example/tsfile/readme.md b/example/tsfile/readme.md index 557bda7..3006642 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.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> </dependencies> ``` diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 6c4b7ea..e77fcfb 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>udf-example</artifactId> diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml index 02e8d11..428bd99 100644 --- a/flink-iotdb-connector/pom.xml +++ b/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>flink-iotdb-connector</artifactId> diff --git a/flink-tsfile-connector/pom.xml b/flink-tsfile-connector/pom.xml index aee76b0..7d1c215 100644 --- a/flink-tsfile-connector/pom.xml +++ b/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>flink-tsfile-connector</artifactId> diff --git a/grafana-connector/pom.xml b/grafana-connector/pom.xml index 717d4c6..64a4909 100644 --- a/grafana-connector/pom.xml +++ b/grafana-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <!--parent> diff --git a/grafana-plugin/pom.xml b/grafana-plugin/pom.xml index 6986a1e..1bac107 100644 --- a/grafana-plugin/pom.xml +++ b/grafana-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-grafana-plugin</artifactId> diff --git a/hadoop/README.md b/hadoop/README.md index 2621039..b80046e 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.13.0-SNAPSHOT`| +| `2.7.3` | `1.8` | `0.14.0-SNAPSHOT`| > 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/hadoop/pom.xml b/hadoop/pom.xml index 79e03fc..230813e 100644 --- a/hadoop/pom.xml +++ b/hadoop/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hadoop-tsfile</artifactId> diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml index 56dd9d5..7e420df 100644 --- a/hive-connector/pom.xml +++ b/hive-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hive-connector</artifactId> diff --git a/influxdb-protocol/pom.xml b/influxdb-protocol/pom.xml index 952d94a..d2eed68 100644 --- a/influxdb-protocol/pom.xml +++ b/influxdb-protocol/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>influxdb-protocol</artifactId> diff --git a/integration/pom.xml b/integration/pom.xml index 21d7992..b87eedd 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>integration</artifactId> diff --git a/jdbc/README.md b/jdbc/README.md index bb47d38..cc7d814 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.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</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.13.0-SNAPSHOT/xml/features +feature:repo-add mvn:org.apache.iotdb/iotdb-jdbc/0.14.0-SNAPSHOT/xml/features NOTE: that you must install JDBC first and then iotdb-feature diff --git a/jdbc/pom.xml b/jdbc/pom.xml index dbee08f..e7ab472 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-jdbc</artifactId> diff --git a/library-udf/pom.xml b/library-udf/pom.xml index 02f2cd2..c00a1b8 100644 --- a/library-udf/pom.xml +++ b/library-udf/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>library-udf</artifactId> diff --git a/metrics/dropwizard-metrics/pom.xml b/metrics/dropwizard-metrics/pom.xml index 324f483..1cfee58 100644 --- a/metrics/dropwizard-metrics/pom.xml +++ b/metrics/dropwizard-metrics/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-metrics</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>dropwizard-metrics</artifactId> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/metrics/interface/pom.xml b/metrics/interface/pom.xml index b982d2c..b8d6e1b 100644 --- a/metrics/interface/pom.xml +++ b/metrics/interface/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-metrics</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>metrics-interface</artifactId> <name>metric interface</name> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <description>Metrics interface for IoTDB</description> <url>https://github.com/thulab/iotdb/tree/master/tsfile</url> <dependencies> diff --git a/metrics/micrometer-metrics/pom.xml b/metrics/micrometer-metrics/pom.xml index f810d90..673855b 100644 --- a/metrics/micrometer-metrics/pom.xml +++ b/metrics/micrometer-metrics/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-metrics</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>micrometer-metrics</artifactId> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> </dependency> <dependency> <groupId>io.micrometer</groupId> diff --git a/metrics/pom.xml b/metrics/pom.xml index 8c91e1a..1e0aba9 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-metrics</artifactId> diff --git a/openapi/pom.xml b/openapi/pom.xml index 6fd6660..b0421a9 100644 --- a/openapi/pom.xml +++ b/openapi/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 87ea63f..82b90f5 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache IoTDB Project Parent POM</name> <description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description> diff --git a/server/pom.xml b/server/pom.xml index af955ee..97ad1ae 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-server</artifactId> diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index 5e0ae88..792a0b6 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>service-rpc</artifactId> diff --git a/session/pom.xml b/session/pom.xml index b79f4a3..d579289 100644 --- a/session/pom.xml +++ b/session/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/site/pom.xml b/site/pom.xml index 6bf6046..8cf1b73 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml index ac5c1af..9254cc8 100644 --- a/spark-iotdb-connector/pom.xml +++ b/spark-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>spark-iotdb-connector</artifactId> diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml index 644d2df..0e197e0 100644 --- a/spark-tsfile/pom.xml +++ b/spark-tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>spark-tsfile</artifactId> diff --git a/testcontainer/pom.xml b/testcontainer/pom.xml index f9868a6..02ac9da 100644 --- a/testcontainer/pom.xml +++ b/testcontainer/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/thrift-cluster/pom.xml b/thrift-cluster/pom.xml index c482190..236417b 100644 --- a/thrift-cluster/pom.xml +++ b/thrift-cluster/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-thrift-cluster</artifactId> diff --git a/thrift-confignode/pom.xml b/thrift-confignode/pom.xml index bdae393..c6e591c 100644 --- a/thrift-confignode/pom.xml +++ b/thrift-confignode/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-thrift-confignode</artifactId> diff --git a/thrift-influxdb/pom.xml b/thrift-influxdb/pom.xml index f2ec729..3565b70 100644 --- a/thrift-influxdb/pom.xml +++ b/thrift-influxdb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>influxdb-thrift</artifactId> diff --git a/thrift-sync/pom.xml b/thrift-sync/pom.xml index 66015e1..28958a8 100644 --- a/thrift-sync/pom.xml +++ b/thrift-sync/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-thrift-sync</artifactId> diff --git a/thrift/pom.xml b/thrift/pom.xml index 89d0146..59adc6b 100644 --- a/thrift/pom.xml +++ b/thrift/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-thrift</artifactId> diff --git a/tsfile/README.md b/tsfile/README.md index fa5a31d..84233de 100644 --- a/tsfile/README.md +++ b/tsfile/README.md @@ -25,7 +25,7 @@ ___________ ___________.__.__ \__ ___/____\_ _____/|__| | ____ | | / ___/| __) | | | _/ __ \ | | \___ \ | \ | | |_\ ___/ - |____|/____ >\___ / |__|____/\___ > version 0.13.0-SNAPSHOT + |____|/____ >\___ / |__|____/\___ > version 0.14.0-SNAPSHOT \/ \/ \/ </pre> ## Abstract diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 10a39ad..cb86d42 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tsfile</artifactId> diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index c870cd7..0e7f152 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.14.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>zeppelin-iotdb</artifactId>
