This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch docs_format
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/docs_format by this push:
new 6b44d0a manually check
6b44d0a is described below
commit 6b44d0aa3e24f369bdd18d71cb6cfb574b088014
Author: LebronAl <[email protected]>
AuthorDate: Tue Jul 27 17:01:19 2021 +0800
manually check
---
docs/zh/Development/ContributeGuide.md | 2 +-
docs/zh/Download/README.md | 2 +-
docs/zh/SystemDesign/SchemaManager/SchemaManager.md | 4 ++--
docs/zh/SystemDesign/StorageEngine/Recover.md | 2 +-
docs/zh/UserGuide/CLI/Command-Line-Interface.md | 4 ++--
docs/zh/UserGuide/Data-Concept/Data-Model-and-Terminology.md | 2 +-
docs/zh/UserGuide/Ecosystem Integration/Flink TsFile.md | 6 ++++++
docs/zh/UserGuide/System-Tools/NodeTool.md | 4 ++--
8 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/docs/zh/Development/ContributeGuide.md
b/docs/zh/Development/ContributeGuide.md
index a6ff4c7..5f00eee 100644
--- a/docs/zh/Development/ContributeGuide.md
+++ b/docs/zh/Development/ContributeGuide.md
@@ -91,7 +91,7 @@
plugin](https://github.com/diffplug/spotless/tree/main/plugin-maven) 和 [google
3. 开启插件,并保持默认的 GOOGLE 格式 (2-space indents)
4. 在 Spotless 没有升级到 18+之前,不要升级 google-java-format 插件
5. 安装 [Save Actions
插件](https://plugins.jetbrains.com/plugin/7642-save-actions) , 并开启插件,打开
"Optimize imports" and "Reformat file" 选项。
-6. 在“Save Actions”设置页面中,将 "File Path Inclusion" 设置为。*\.java”,
避免在编辑的其他文件时候发生意外的重新格式化
+6. 在“Save Actions”设置页面中,将 "File Path Inclusion" 设置为 .*\.java”,
避免在编辑的其他文件时候发生意外的重新格式化
## 贡献代码
diff --git a/docs/zh/Download/README.md b/docs/zh/Download/README.md
index dcc57b7..3e86873 100644
--- a/docs/zh/Download/README.md
+++ b/docs/zh/Download/README.md
@@ -114,4 +114,4 @@
# 验证哈希和签名
-除了我们的发行版,我们还在* .sha512 文件中提供了 sha512 散列,并在* .asc 文件中提供了加密签名。 Apache Software
Foundation 提供了广泛的教程来
[验证哈希和签名](http://www.apache.org/info/verification.html),您可以使用任何这些发布签名的
[KEYS](https://downloads.apache.org/iotdb/KEYS) 来遵循这些哈希和签名。
+除了我们的发行版,我们还在 *.sha512 文件中提供了 sha512 散列,并在 *.asc 文件中提供了加密签名。 Apache Software
Foundation 提供了广泛的教程来
[验证哈希和签名](http://www.apache.org/info/verification.html),您可以使用任何这些发布签名的
[KEYS](https://downloads.apache.org/iotdb/KEYS) 来遵循这些哈希和签名。
diff --git a/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
b/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
index 1c86b6f..0493767 100644
--- a/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
+++ b/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
@@ -227,9 +227,9 @@ mlog.bin 存储二进制编码。我们可以使用 [MlogParser Tool](https://io
> 格式:11,path
-* 创建时间序列 create timeseries root.turbine.d1.s1(temprature) with datatype=FLOAT,
encoding=RLE, compression=SNAPPY tags(tag1=v1, tag2=v2) attributes(attr1=v1,
attr2=v2)
+* 创建时间序列 create timeseries root.turbine.d1.s1(temperature) with
datatype=FLOAT, encoding=RLE, compression=SNAPPY tags(tag1=v1, tag2=v2)
attributes(attr1=v1, attr2=v2)
- > mlog: 0,root.turbine.d1.s1,3,2,1,, 温度,offset
+ > mlog: 0,root.turbine.d1.s1,3,2,1,temperature,offset
>
格式:0,path,TSDataType,TSEncoding,CompressionType,[properties],[alias],[tag-attribute
offset]
diff --git a/docs/zh/SystemDesign/StorageEngine/Recover.md
b/docs/zh/SystemDesign/StorageEngine/Recover.md
index 0a57090..1793dec 100644
--- a/docs/zh/SystemDesign/StorageEngine/Recover.md
+++ b/docs/zh/SystemDesign/StorageEngine/Recover.md
@@ -27,7 +27,7 @@
* org.apache.iotdb.db.engine.storagegroup.StorageGroupProcessor.recover()
-* 首先获得该存储组下所有以。tsfile 结尾的数据文件,返回 TsFileResource,共有如下几个文件列表
+* 首先获得该存储组下所有以 .tsfile 结尾的数据文件,返回 TsFileResource,共有如下几个文件列表
* 顺序文件
* 0.10 版本的文件(封口/未封口)
diff --git a/docs/zh/UserGuide/CLI/Command-Line-Interface.md
b/docs/zh/UserGuide/CLI/Command-Line-Interface.md
index ba92fb2..36c96a5 100644
--- a/docs/zh/UserGuide/CLI/Command-Line-Interface.md
+++ b/docs/zh/UserGuide/CLI/Command-Line-Interface.md
@@ -200,7 +200,7 @@ Shell > sbin\start-cli.bat -h {host} -p {rpcPort} -u {user}
-pw {password} -e {s
4. 查询验证数据是否插入成功
-那么通过使用 cli/Shell 工具的-e 参数,可以采用如下的脚本:
+那么通过使用 cli/Shell 工具的 -e 参数,可以采用如下的脚本:
```shell
# !/bin/bash
@@ -233,4 +233,4 @@ Total line number = 3
It costs 0.267s
```
-需要特别注意的是,在脚本中使用-e 参数时要对特殊字符进行转义。
+需要特别注意的是,在脚本中使用 -e 参数时要对特殊字符进行转义。
diff --git a/docs/zh/UserGuide/Data-Concept/Data-Model-and-Terminology.md
b/docs/zh/UserGuide/Data-Concept/Data-Model-and-Terminology.md
index eee191e..ea07bf0 100644
--- a/docs/zh/UserGuide/Data-Concept/Data-Model-and-Terminology.md
+++ b/docs/zh/UserGuide/Data-Concept/Data-Model-and-Terminology.md
@@ -59,7 +59,7 @@ IoTDB 模型结构涉及如下基本概念:
一个存储组设定后,其对应的前缀路径的祖先层级与孩子及后裔层级也不允许再设置存储组(如,`root.ln`设置存储组后,root
层级与`root.ln.wf01`不允许被设置为存储组)。
-存储组节点名只支持中英文字符、数字、下划线和中划线的组合。例如`root. 存储组_1-组 1` 。
+存储组节点名只支持中英文字符、数字、下划线和中划线的组合。例如`root. 存储组_1-组1` 。
* 数据点(Data point)
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Flink TsFile.md
b/docs/zh/UserGuide/Ecosystem Integration/Flink TsFile.md
index 008cab3..519cb2f 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Flink TsFile.md
+++ b/docs/zh/UserGuide/Ecosystem Integration/Flink TsFile.md
@@ -50,6 +50,7 @@ TypeInformation[] typeInformations = new TypeInformation[] {
Types.LONG,
Types.FLOAT,
Types.INT,
+ Types.INT,
Types.FLOAT,
Types.INT,
Types.INT
@@ -106,6 +107,11 @@ String[] filedNames = {
"device_2.sensor_3"
};
TypeInformation[] typeInformations = new TypeInformation[] {
+ Types.LONG,
+ Types.LONG,
+ Types.LONG,
+ Types.LONG,
+ Types.LONG,
Types.LONG,
Types.LONG
};
diff --git a/docs/zh/UserGuide/System-Tools/NodeTool.md
b/docs/zh/UserGuide/System-Tools/NodeTool.md
index d5fa23f..0defae3 100644
--- a/docs/zh/UserGuide/System-Tools/NodeTool.md
+++ b/docs/zh/UserGuide/System-Tools/NodeTool.md
@@ -23,7 +23,7 @@
IoTDB 集群版为您提供了 NodeTool Shell 工具用于监控指定集群的工作状态,您可以通过运行多种指令获取集群各项状态。
-下面具体介绍每个指令的使用方式及示例,其中$IOTDB_CLUSTER_HOME 表示 IoTDB 分布式的安装目录所在路径。
+下面具体介绍每个指令的使用方式及示例,其中 $IOTDB_CLUSTER_HOME 表示 IoTDB 分布式的安装目录所在路径。
# 前提条件
使用 NodeTool 需要开启 JMX 服务,具体请参考 [JMX Tool](JMX-Tool.md)。
@@ -32,7 +32,7 @@ IoTDB 集群版为您提供了 NodeTool Shell 工具用于监控指定集群的
## 运行方式
-NodeTool Shell 工具启动脚本位于$IOTDB_CLUSTER_HOME/sbin 文件夹下,启动时可以指定集群运行的 IP 和 PORT。
+NodeTool Shell 工具启动脚本位于 $IOTDB_CLUSTER_HOME/sbin 文件夹下,启动时可以指定集群运行的 IP 和 PORT。
其中 IP 为您期望连接的节点的 IP,PORT 为 IoTDB 集群启动时指定的 JMX 服务端口号,分别默认为`127.0.0.1`和`31999`。
如果您需要监控远程集群或修改了 JMX 服务端口号,请通过启动参数`-h`和`-p`项来使用实际的 IP 和 PORT。