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

sunzesong pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from cf1bfb3  [maven-release-plugin] prepare release release/0.9.2
     add ed71d50  [maven-release-plugin] prepare release release/0.9.2
     add 022ec77  [maven-release-plugin] prepare for next development iteration
     add da0db51  [maven-release-plugin] rollback the release of release/0.9.2
     add f5bf24a  [maven-release-plugin] prepare for next development iteration
     add 50e03c8  Merge branch 'rel/0.9' of github.com:apache/incubator-iotdb 
into rel/0.9
     add dd7bb77  [IOTDB-608] [to rel/0.9] Skip error mlog (#1080)
     add 8d99910  Merge branch 'rel/0.9' of github.com:apache/incubator-iotdb 
into rel/0.9
     add d68f616  remove docs of Load External Tsfile (#1111)
     add 295d3bf  Merge branch 'rel/0.9' of github.com:apache/incubator-iotdb 
into rel/0.9
     add b064e90  [IOTDB-531] fix that JDBC URL does not support domain issue 
(#1118)
     add 3d269b1  [IOTDB-528][cherry-pick] modify grafana group by (#1138)
     add d89458c  Merge branch 'rel/0.9' of github.com:apache/incubator-iotdb 
into rel/0.9
     add 8b54554  fix group by grammar
     add 3ce09f4  update RELEASE_NOTES; update 0.9.2 to 0.9.3 in docs and codes
     add a4d421d  fix pentaho can not be downloaded because of spring.io address
     add f9606b0  Added workaround when doing Aggregation over boolean Series.
     add bea678f  fix grafana connect does not use correct time unit
     add 515ea6b  fix sonar code smell
     add 279b41c  Fix merge caused errors for TsFile storage in HDFS (#1153)
     add eb316e3  Feature/docker for iotdb grafana (#1148)
     add 0fe2e66  Add Grafana IoTDB Bridge Artefact to distrbution in 
tools/grafana folder.
     add 7217d6d  Use Module Set instead of dependency set.
     add 102c951  Merge pull request #1158 from 
apache/feature/add-grafana-bridge
     add 7b1fe2c  update RELEASE_NOTES
     add 2415bbd  update RELEASE_NOTES
     add a704aa2  [maven-release-plugin] prepare release release/0.9.3

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.md                                   |  18 +++-
 client/pom.xml                                     |   2 +-
 distribution/pom.xml                               |   8 +-
 distribution/src/assembly/distribution.xml         |   8 ++
 docker/src/main/Dockerfile                         |   4 +-
 .../0-Get Started/2-Frequently asked questions.md  |   2 +-
 docs/UserGuide/3-Server/5-Docker Image.md          |   2 +-
 docs/UserGuide/4-Client/2-Programming - JDBC.md    |   2 +-
 docs/UserGuide/4-Client/3-Programming - Session.md |   2 +-
 .../4-Client/5-Programming - TsFile API.md         |   6 +-
 .../2-DML Data Manipulation Language.md            |   2 +-
 .../5-Operation Manual/4-SQL Reference.md          |   2 +-
 .../6-System Tools/7-Monitor and Log Tools.md      |   2 +-
 .../6-System Tools/8-Load External Tsfile.md       |  71 ---------------
 .../UserGuide/7-Ecosystem Integration/1-Grafana.md |  77 +++++++++++-----
 .../7-Ecosystem Integration/2-MapReduce TsFile.md  |   2 +-
 .../7-Ecosystem Integration/3-Spark TsFile.md      |   8 +-
 .../7-Ecosystem Integration/4-Spark IoTDB.md       |   8 +-
 .../7-Ecosystem Integration/5-Hive TsFile.md       |   8 +-
 docs/UserGuide/8-System Design/1-Hierarchy.md      |   8 +-
 .../8-System Design/3-Writing Data on HDFS.md      |   6 +-
 docs/zh/UserGuide/3-Server/5-Docker Image.md       |   2 +-
 .../UserGuide/4-Client/3-Programming - Session.md  |   2 +-
 .../4-Client/5-Programming - TsFile API.md         |   6 +-
 .../5-Operation Manual/4-SQL Reference.md          |   2 +-
 .../6-System Tools/8-Load External Tsfile.md       |  77 ----------------
 .../UserGuide/7-Ecosystem Integration/1-Grafana.md |  65 ++++++++++---
 .../7-Ecosystem Integration/2-MapReduce TsFile.md  |   2 +-
 .../7-Ecosystem Integration/3-Spark TsFile.md      |   8 +-
 .../7-Ecosystem Integration/4-Spark IoTDB.md       |   8 +-
 .../7-Ecosystem Integration/5-Hive TsFile.md       |   8 +-
 docs/zh/UserGuide/8-System Design/1-Hierarchy.md   |   8 +-
 .../8-System Design/3-Writing Data on HDFS.md      |   6 +-
 example/hadoop/pom.xml                             |   6 +-
 example/jdbc/pom.xml                               |   2 +-
 example/kafka/pom.xml                              |   4 +-
 example/kafka/readme.md                            |   4 +-
 example/pom.xml                                    |   2 +-
 example/rocketmq/pom.xml                           |   2 +-
 example/rocketmq/readme.md                         |   4 +-
 example/session/pom.xml                            |   2 +-
 example/tsfile/pom.xml                             |   2 +-
 example/tsfile/readme.md                           |   2 +-
 .../sbin/stop-server.sh => grafana/Dockerfile      |  17 ++--
 .../README_DOCKER.md                               |  32 +++++--
 grafana/pom.xml                                    |   2 +-
 grafana/readme.md                                  |  74 +++++++++++----
 grafana/readme_zh.md                               |  95 +++++++++++++------
 .../iotdb/web/grafana/dao/impl/BasicDaoImpl.java   | 101 ++++++++++++++++++---
 .../main/resources}/application.properties         |  15 ++-
 hadoop/README.md                                   |   2 +-
 hadoop/pom.xml                                     |   4 +-
 .../apache/iotdb/hadoop/fileSystem/HDFSFile.java   |  24 ++---
 hive-connector/pom.xml                             |  22 ++++-
 jdbc/README.md                                     |   2 +-
 jdbc/pom.xml                                       |   2 +-
 .../src/main/java/org/apache/iotdb/jdbc/Utils.java |  34 +++----
 .../test/java/org/apache/iotdb/jdbc/UtilsTest.java |   4 +-
 jenkins.pom                                        |   2 +-
 pom.xml                                            |   4 +-
 server/pom.xml                                     |   2 +-
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |   2 +-
 .../iotdb/db/engine/merge/task/MergeFileTask.java  |  25 +++--
 .../org/apache/iotdb/db/metadata/MManager.java     |   6 +-
 .../iotdb/db/qp/executor/QueryProcessExecutor.java |   7 ++
 service-rpc/pom.xml                                |   2 +-
 service-rpc/src/pypi/README.md                     |   2 +-
 service-rpc/src/pypi/setup.py                      |   2 +-
 session/pom.xml                                    |   2 +-
 spark-iotdb-connector/Readme.md                    |   8 +-
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/README.md                             |   8 +-
 spark-tsfile/pom.xml                               |   4 +-
 tsfile/README.md                                   |   2 +-
 tsfile/pom.xml                                     |   2 +-
 75 files changed, 565 insertions(+), 419 deletions(-)
 delete mode 100644 docs/UserGuide/6-System Tools/8-Load External Tsfile.md
 delete mode 100644 docs/zh/UserGuide/6-System Tools/8-Load External Tsfile.md
 copy server/src/assembly/resources/sbin/stop-server.sh => grafana/Dockerfile 
(63%)
 mode change 100755 => 100644
 copy docs/UserGuide/3-Server/2-Single Node Setup.md => 
grafana/README_DOCKER.md (52%)
 rename grafana/{conf => src/main/resources}/application.properties (62%)

Reply via email to