You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/04/07 14:17:39 UTC

[incubator-iotdb] branch tsfile_hdfs_example updated (f629f58 -> 2588b95)

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

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


    from f629f58  change config.setTSFileStorageFs to FSType
     add c13aabc  update server download doc
     add cbf0591  remove .~2-Data Type
     add 0f2c23b  change file writer open log to debug level
     add 7d65645  remove catch Exception in StorageEngine.insert()
     add ebc0659  change Exception to QueryProcessException in AbstractMemTable.insert
     add af81d60  add zh_readme (#999)
     add d12d146  modify docs (#993)
     add 65a6b3e  [IOTDB-581] Add flink to the site home page (#995)
     add b0f07e0  [IOTDB-575] JMX authenticate configuration (#979)
     add 2588b95  Fix code smell

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   3 +-
 README_ZH.md                                       | 379 +++++++++++++++
 .../main/java/org/apache/iotdb/client/Client.java  |   2 +-
 .../java/org/apache/iotdb/client/WinClient.java    |   3 +
 docs/SystemDesign/release.adoc                     | 519 ---------------------
 docs/UserGuide/2-Concept/.~2-Data Type.md          |  43 --
 .../2-Concept/1-Data Model and Terminology.md      |   6 +-
 .../UserGuide/4-Client/1-Command Line Interface.md |  10 +-
 docs/UserGuide/6-System Tools/3-JMX Tool.md        |  22 +
 .../2-Single Node Setup.md => UserGuideReadme.md}  |  15 +-
 .../2-Concept/1-Data Model and Terminology.md      |   6 +-
 docs/zh/UserGuide/2-Concept/3-Encoding.md          |   2 +-
 docs/zh/UserGuide/3-Server/1-Download.md           |   2 +-
 .../UserGuide/4-Client/1-Command Line Interface.md |  10 +-
 docs/zh/UserGuide/6-System Tools/3-JMX Tool.md     |  22 +
 docs/zh/UserGuide/README.md                        |  27 --
 .../UserGuide/UserGuideReadme.md}                  |  15 +-
 .../iotdb/hadoop/tsfile/TsFileWriteToHDFS.java     |   3 +-
 .../resources/conf/iotdb-engine.properties         |  10 +
 server/src/assembly/resources/conf/iotdb-env.bat   |   4 +-
 server/src/assembly/resources/conf/iotdb-env.sh    |   4 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  26 ++
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |   1 +
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   4 +
 .../org/apache/iotdb/db/engine/StorageEngine.java  |   8 +-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |   2 +-
 .../org/apache/iotdb/db/service/JMXService.java    |   7 +
 site/src/main/.vuepress/components/Home.vue        |   4 +-
 site/src/main/.vuepress/components/Home_zh.vue     |   4 +-
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |  23 +-
 30 files changed, 529 insertions(+), 657 deletions(-)
 create mode 100644 README_ZH.md
 delete mode 100644 docs/SystemDesign/release.adoc
 delete mode 100644 docs/UserGuide/2-Concept/.~2-Data Type.md
 copy docs/UserGuide/{3-Server/2-Single Node Setup.md => UserGuideReadme.md} (61%)
 delete mode 100644 docs/zh/UserGuide/README.md
 copy docs/{UserGuide/3-Server/2-Single Node Setup.md => zh/UserGuide/UserGuideReadme.md} (62%)