You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/02 10:39:39 UTC

[iotdb] branch master updated: update vue to 1.7.1 and fix shell render name in markdowns (#1911)

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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 597d7ce  update vue to 1.7.1 and fix shell render name in markdowns (#1911)
597d7ce is described below

commit 597d7cef319e058a5b22eaa4987d1da2ec19778e
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Mon Nov 2 18:39:22 2020 +0800

    update vue to 1.7.1 and fix shell render name in markdowns (#1911)
    
    Co-authored-by: xiangdong huang <sa...@gmail.com>
---
 docs/SystemDesign/TsFile/Format.md                     | 11 +++++------
 docs/UserGuide/Get Started/Publication.md              |  2 ++
 docs/zh/SystemDesign/TsFile/Format.md                  |  8 ++++----
 docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md |  2 +-
 docs/zh/UserGuide/Server/Docker Image.md               |  2 +-
 site/src/main/package.json                             |  5 +++--
 6 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/docs/SystemDesign/TsFile/Format.md b/docs/SystemDesign/TsFile/Format.md
index c9b5ecb..9b62b9b 100644
--- a/docs/SystemDesign/TsFile/Format.md
+++ b/docs/SystemDesign/TsFile/Format.md
@@ -260,7 +260,7 @@ An example on Windows:
 
 ```
 D:\iotdb\server\target\iotdb-server-0.11.0-SNAPSHOT\tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
-​````````````````````````
+````````````````````````
 Starting Printing the IoTDB Data Directory Overview
 ​````````````````````````
 output save path:IoTDB_data_dir_overview.txt
@@ -311,7 +311,7 @@ An example on Windows:
 
 ```
 D:\iotdb\server\target\iotdb-server-0.10.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
-​````````````````````````
+````````````````````````
 Starting Printing the TsFileResources
 ​````````````````````````
 12:31:59.861 [main] WARN org.apache.iotdb.db.conf.IoTDBDescriptor - Cannot find IOTDB_HOME or IOTDB_CONF environment variable when loading config file iotdb-engine.properties, use default configuration
@@ -344,11 +344,11 @@ For Linux or MacOs:
 
 An example on macOS:
 
-```console
+```shell
 /iotdb/server/target/iotdb-server-0.10.0/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
-​````````````````````````
+````````````````````````
 Starting Printing the TsFile Sketch
-​````````````````````````
+````````````````````````
 TsFile path:test.tsfile
 Sketch save path:TsFile_sketch_view.txt
 -------------------------------- TsFile Sketch --------------------------------
@@ -560,7 +560,6 @@ file length: 33436
 
 ---------------------------------- TsFile Sketch End ----------------------------------
 
-
 ````````````````````````
 
 #### 1.3.4 TsFileSequenceRead
diff --git a/docs/UserGuide/Get Started/Publication.md b/docs/UserGuide/Get Started/Publication.md
index 5040db4..cce7ea4 100644
--- a/docs/UserGuide/Get Started/Publication.md	
+++ b/docs/UserGuide/Get Started/Publication.md	
@@ -25,6 +25,8 @@ Apache IoTDB starts at Tsinghua University, School of Software. IoTDB is a datab
 
 The research papers related are as follows:
 
+* [Apache IoTDB: time-series database for internet of things](http://www.vldb.org/pvldb/vol13/p2901-wang.pdf), Chen Wang, Xiangdong Huang, Jialin Qiao,
+ Tian Jiang, Lei Rui, Jinrui Zhang, Rong Kang, Julian Feinauer, Kevin A. McGrail, Peng Wang, Jun Yuan, Jianmin Wang, Jiaguang Sun. VLDB 2020
 * [PISA: An Index for Aggregating Big Time Series Data](https://dl.acm.org/citation.cfm?id=2983775&dl=ACM&coll=DL), Xiangdong Huang and Jianmin Wang and Raymond K. Wong and Jinrui Zhang and Chen Wang. CIKM 2016.
 * [Matching Consecutive Subpatterns over Streaming Time Series](https://link.springer.com/chapter/10.1007/978-3-319-96893-3_8), Rong Kang and Chen Wang and Peng Wang and Yuting Ding and Jianmin Wang. APWeb/WAIM 2018.
 * [KV-match: A Subsequence Matching Approach Supporting Normalization and Time Warping](https://www.semanticscholar.org/paper/KV-match%3A-A-Subsequence-Matching-Approach-and-Time-Wu-Wang/9ed84cb15b7e5052028fc5b4d667248713ac8592), Jiaye Wu and Peng Wang and Chen Wang and Wei Wang and Jianmin Wang. ICDE 2019.
diff --git a/docs/zh/SystemDesign/TsFile/Format.md b/docs/zh/SystemDesign/TsFile/Format.md
index c573eb6..f927dcb 100644
--- a/docs/zh/SystemDesign/TsFile/Format.md
+++ b/docs/zh/SystemDesign/TsFile/Format.md
@@ -260,7 +260,7 @@ For Linux or MacOs:
 
 ```
 D:\incubator-iotdb\server\target\iotdb-server-0.11.0-SNAPSHOT\tools\tsfileToolSet>.\print-iotdb-data-dir.bat D:\\data\data
-​````````````````````````
+````````````````````````
 Starting Printing the IoTDB Data Directory Overview
 ​````````````````````````
 output save path:IoTDB_data_dir_overview.txt
@@ -309,7 +309,7 @@ Linux or MacOs:
 
 ```
 D:\incubator-iotdb\server\target\iotdb-server-0.10.0\tools\tsfileToolSet>.\print-tsfile-resource-files.bat D:\data\data\sequence\root.vehicle
-​````````````````````````
+````````````````````````
 Starting Printing the TsFileResources
 ​````````````````````````
 12:31:59.861 [main] WARN org.apache.iotdb.db.conf.IoTDBDescriptor - Cannot find IOTDB_HOME or IOTDB_CONF environment variable when loading config file iotdb-engine.properties, use default configuration
@@ -342,9 +342,9 @@ Linux or MacOs:
 
 在mac系统中的示例:
 
-```console
+```shell
 /iotdb/server/target/iotdb-server-0.10.0/tools/tsfileToolSet$ ./print-tsfile-sketch.sh test.tsfile
-​````````````````````````
+````````````````````````
 Starting Printing the TsFile Sketch
 ​````````````````````````
 TsFile path:test.tsfile
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md b/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md
index cc0bf2c..bb0f7da 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md	
+++ b/docs/zh/UserGuide/Ecosystem Integration/Hive TsFile.md	
@@ -73,7 +73,7 @@ TsFile的Hive连接器实现了对Hive读取外部Tsfile类型的文件格式的
 
 然后在hive的命令行中,使用`add jar XXX`命令添加依赖。例如:
 
-```console
+```shell
 hive> add jar /Users/hive/iotdb/hive-connector/target/hive-connector-0.11.0-SNAPSHOT-jar-with-dependencies.jar;
 
 Added [/Users/hive/iotdb/hive-connector/target/hive-connector-0.11.0-SNAPSHOT-jar-with-dependencies.jar] to class path
diff --git a/docs/zh/UserGuide/Server/Docker Image.md b/docs/zh/UserGuide/Server/Docker Image.md
index 0b673eb..cf74a60 100644
--- a/docs/zh/UserGuide/Server/Docker Image.md	
+++ b/docs/zh/UserGuide/Server/Docker Image.md	
@@ -28,7 +28,7 @@ Dockerfile 存放在的 docker 工程下的 src/main/Dockerfile 中.
 $ docker build -t iotdb:base git://github.com/apache/iotdb#master:docker
 ```
 或者:
-```console
+```shell
 $ git clone https://github.com/apache/iotdb
 $ cd iotdb
 $ cd docker
diff --git a/site/src/main/package.json b/site/src/main/package.json
index 9d00a05..ce97f7f 100644
--- a/site/src/main/package.json
+++ b/site/src/main/package.json
@@ -37,7 +37,8 @@
     "unified-engine": "^7.0.0",
     "vfile-reporter": "^6.0.1",
     "vue-tabs-component": "^1.5.0",
-    "vuepress": "^1.5.0",
-    "vuepress-plugin-tabs": "^0.3.0"
+    "vuepress": "^1.7.1",
+    "vuepress-plugin-tabs": "^0.3.0",
+    "vue-router": "3.4.5"
   }
 }