This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from dddebe0 Merge pull request #1198 from Ring-k/cluster_new
add bd31f66 modify right management
add 1f3febd modify right management
add 103b22e Update website download links
add 7585123 fix some doc and SketchTool mistakes (#1185)
add 6fe6501 Concurrently write time partition (#1174)
add 206f679 Merge branch 'master' into cluster_new
No new revisions were added by this update.
Summary of changes:
NOTICE | 10 -
NOTICE-binary | 10 -
docs/Download/README.md | 40 +-
docs/SystemDesign/1-TsFile/2-Format.md | 411 ++++++++++-----------
docs/UserGuide/1-Overview/2-Architecture.md | 6 +-
docs/UserGuide/1-Overview/3-Scenario.md | 4 +-
docs/UserGuide/3-Server/4-Config Manual.md | 8 +-
docs/UserGuide/4-Client/3-Programming - JDBC.md | 72 ----
docs/UserGuide/4-Client/7-Status Codes.md | 117 +++---
...anagement Statements.md => 3-Administration.md} | 0
.../7-Ecosystem Integration/2-MapReduce TsFile.md | 2 +-
.../8-Architecture/3-Shared Nothing Cluster.md | 2 +-
docs/zh/Download/README.md | 42 +--
docs/zh/SystemDesign/1-TsFile/2-Format.md | 279 ++++++++++----
docs/zh/UserGuide/1-Overview/2-Architecture.md | 6 +-
docs/zh/UserGuide/1-Overview/3-Scenario.md | 10 +-
docs/zh/UserGuide/4-Client/3-Programming - JDBC.md | 74 ----
docs/zh/UserGuide/4-Client/7-Status Codes.md | 118 +++---
...anagement Statements.md => 3-Administration.md} | 2 +-
.../resources/conf/iotdb-engine.properties | 10 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 10 +-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 6 +-
.../db/conf/adapter/IoTDBConfigDynamicAdapter.java | 100 +++--
.../engine/storagegroup/StorageGroupProcessor.java | 45 ++-
.../db/engine/storagegroup/TsFileProcessor.java | 5 +-
.../apache/iotdb/db/tools/TsFileSketchTool.java | 51 ++-
.../adapter/IoTDBConfigDynamicAdapterTest.java | 3 +-
site/src/main/.vuepress/config.js | 4 +-
28 files changed, 735 insertions(+), 712 deletions(-)
rename docs/UserGuide/5-Operation Manual/{3-Account Management Statements.md
=> 3-Administration.md} (100%)
rename docs/zh/UserGuide/5-Operation Manual/{3-Account Management
Statements.md => 3-Administration.md} (99%)