You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/03/26 09:28:39 UTC

[iotdb] branch NewDoc updated (7a4f158 -> 28b68d3)

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

haonan pushed a change to branch NewDoc
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 7a4f158  add thrift doc (#2914)
     add 28b68d3  update english doc

No new revisions were added by this update.

Summary of changes:
 .../UserGuide/Architecture/Writing Data on HDFS.md |  12 +-
 docs/UserGuide/Client/Command Line Interface.md    |  48 ++--
 docs/UserGuide/Client/Programming - JDBC.md        |  23 +-
 docs/UserGuide/Client/Programming - MQTT.md        |  55 ++--
 docs/UserGuide/Client/Programming - Native API.md  | 313 +++++++--------------
 .../Client/Programming - Other Languages.md        |  31 +-
 .../UserGuide/Client/Programming - Thrift.md       |   8 +-
 docs/UserGuide/Client/Programming - TsFile API.md  | 121 ++++----
 docs/UserGuide/Client/Status Codes.md              |   3 +-
 docs/UserGuide/Concept/Compression.md              |   2 +-
 .../Concept/Data Model and Terminology.md          |   6 +-
 docs/UserGuide/Concept/Data Type.md                |   9 +-
 docs/UserGuide/Concept/Encoding.md                 |  14 +-
 docs/UserGuide/Concept/SDT.md                      |   2 +-
 .../UserGuide/Ecosystem Integration/Flink IoTDB.md |   8 +-
 .../Ecosystem Integration/Flink TsFile.md          |   7 +-
 docs/UserGuide/Ecosystem Integration/Grafana.md    |  45 +--
 .../UserGuide/Ecosystem Integration/Hive TsFile.md |  41 +--
 .../Ecosystem Integration/MapReduce TsFile.md      |  29 +-
 .../UserGuide/Ecosystem Integration/Spark IoTDB.md |  27 +-
 .../Ecosystem Integration/Spark TsFile.md          |  44 +--
 .../Ecosystem Integration/Zeppelin-IoTDB.md        |  33 +--
 .../Get Started/Frequently asked questions.md      |  31 +-
 docs/UserGuide/Get Started/Publication.md          |   4 +-
 docs/UserGuide/Get Started/QuickStart.md           |  40 +--
 docs/UserGuide/Operation Manual/Administration.md  |   2 +-
 .../DDL Data Definition Language.md                | 284 +++++++++----------
 .../{Kill Query.md => Maintenance Command.md}      |  50 +++-
 docs/UserGuide/Operation Manual/SQL Reference.md   |   4 +-
 docs/UserGuide/Operation Manual/Triggers.md        |  12 +-
 .../Operation Manual/UDF User Defined Function.md  |   2 +-
 docs/UserGuide/Overview/Architecture.md            |   2 +-
 docs/UserGuide/Overview/Features.md                |   2 +-
 docs/UserGuide/Overview/Scenario.md                |  18 +-
 docs/UserGuide/Server/Config Manual.md             |   2 +-
 docs/UserGuide/Server/ServerFileList.md            |  14 +-
 docs/UserGuide/System Tools/CSV Tool.md            |  14 +-
 .../UserGuide/System Tools/Load External Tsfile.md |  14 +-
 docs/UserGuide/System Tools/MLogParser Tool.md     |   7 +-
 .../System Tools/Monitor and Log Tools.md          |  31 +-
 .../System Tools/Performance Tracing Tool.md       |   4 +-
 .../Query History Visualization Tool.md            |   3 +-
 docs/UserGuide/System Tools/Sync Tool.md           |  98 ++++---
 docs/UserGuide/System Tools/Watermark Tool.md      |  25 +-
 docs/zh/UserGuide/Client/Programming - MQTT.md     |   3 -
 docs/zh/UserGuide/Client/Programming - Thrift.md   |   8 +-
 .../UserGuide/Ecosystem Integration/Hive TsFile.md |   4 -
 .../{Kill Query.md => Maintenance Command.md}      |   2 +-
 docs/zh/UserGuide/Operation Manual/Triggers.md     |  14 +-
 49 files changed, 704 insertions(+), 871 deletions(-)
 copy docs/{zh => }/UserGuide/Client/Programming - Thrift.md (98%)
 rename docs/UserGuide/Operation Manual/{Kill Query.md => Maintenance Command.md} (67%)
 rename docs/zh/UserGuide/Operation Manual/{Kill Query.md => Maintenance Command.md} (98%)