You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/02/26 10:16:42 UTC

[incubator-iotdb] branch refactor_fileNode updated (a07d2b7 -> f78ae5b)

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

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


    from a07d2b7  Merge remote-tracking branch 'origin/master' into refactor_fileNode
     new b576720  enable users define the location of their thrift compiler
     new bd30ea8  [IOTDB-17] add english doc (#18)
     new a733151  Add config for listen address (#65)
     new eb662d0  add debug log info for jdbc service (#68)
     new f78ae5b  Merge remote-tracking branch 'origin/master' into refactor_fileNode

The 1456 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Readme.md                                          |    93 +-
 docs/Community-History&Vision.md                   |     3 +
 docs/Community-Powered By.md                       |    21 +
 docs/Community-Project Committers.md               |    22 +
 docs/Development.md                                |   176 +
 docs/Documentation/Frequently asked questions.md   |   105 +
 docs/Documentation/OtherMaterial-Examples.md       |    63 +
 docs/Documentation/OtherMaterial-Reference.md      |     9 +
 .../OtherMaterial-ReleaseNotesV0.7.0.md            |    38 +
 docs/Documentation/OtherMaterial-Sample Data.md    |    46 +
 docs/Documentation/OtherMaterial-Sample Data.txt   | 60488 +++++++++++++++++++
 docs/Documentation/QuickStart.md                   |   324 +
 docs/Documentation/UserGuideV0.7.0/1-Overview.md   |    99 +
 docs/Documentation/UserGuideV0.7.0/2-Concept.md    |   226 +
 .../UserGuideV0.7.0/3-Operation Manual.md          |   854 +
 .../UserGuideV0.7.0/4-Deployment and Management.md |   758 +
 .../UserGuideV0.7.0/5-SQL Documentation.md         |   612 +
 .../UserGuideV0.7.0/6-JDBC Documentation.md        |     6 +
 docs/Documentation/UserGuideV0.7.0/7-Tools-Cli.md  |    72 +
 .../UserGuideV0.7.0/7-Tools-Grafana.md             |   117 +
 .../UserGuideV0.7.0/7-Tools-Hadoop.md              |     8 +
 .../Documentation/UserGuideV0.7.0/7-Tools-spark.md |   270 +
 iotdb/iotdb/conf/iotdb-engine.properties           |     2 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |     1 +
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |     2 +
 .../org/apache/iotdb/db/service/JDBCService.java   |    30 +-
 pom.xml                                            |     5 +-
 27 files changed, 64422 insertions(+), 28 deletions(-)
 create mode 100644 docs/Community-History&Vision.md
 create mode 100644 docs/Community-Powered By.md
 create mode 100644 docs/Community-Project Committers.md
 create mode 100644 docs/Development.md
 create mode 100644 docs/Documentation/Frequently asked questions.md
 create mode 100644 docs/Documentation/OtherMaterial-Examples.md
 create mode 100644 docs/Documentation/OtherMaterial-Reference.md
 create mode 100644 docs/Documentation/OtherMaterial-ReleaseNotesV0.7.0.md
 create mode 100644 docs/Documentation/OtherMaterial-Sample Data.md
 create mode 100644 docs/Documentation/OtherMaterial-Sample Data.txt
 create mode 100755 docs/Documentation/QuickStart.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/1-Overview.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/2-Concept.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/3-Operation Manual.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/4-Deployment and Management.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/5-SQL Documentation.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/6-JDBC Documentation.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/7-Tools-Cli.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/7-Tools-Grafana.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/7-Tools-Hadoop.md
 create mode 100644 docs/Documentation/UserGuideV0.7.0/7-Tools-spark.md