Skip to content

Commit b83db04

Browse files
authored
unified title in tree-zh and table-zh (#620)
1 parent b137a79 commit b83db04

File tree

88 files changed

+128
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+128
-196
lines changed

src/zh/UserGuide/Master/Table/API/Programming-JDBC_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# JDBC接口
22+
# JDBC
2323

2424
## 1. 功能介绍
2525

src/zh/UserGuide/Master/Table/API/Programming-JDBC_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# JDBC接口
22+
# JDBC
2323

2424
## 1. 功能介绍
2525

src/zh/UserGuide/Master/Table/API/Programming-Java-Native-API_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Java Session原生接口
22+
# Java原生接口
2323

2424
## 1. 功能介绍
2525

src/zh/UserGuide/Master/Table/API/Programming-Java-Native-API_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Java Session原生接口
22+
# Java原生接口
2323

2424
## 1. 功能介绍
2525

src/zh/UserGuide/Master/Table/Basic-Concept/TTL-Delete-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# 过期自动删除(TTL)
22+
# 过期自动删除
2323

2424
## 1. 概览
2525

src/zh/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# 数据写入&更新
22+
# 写入&更新
2323

2424
## 1. 数据写入
2525

src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
under the License.
1919
2020
-->
21-
# 集群版安装部署
21+
# 集群版部署指导
2222

2323
本小节描述如何手动部署包括3个ConfigNode和3个DataNode的实例,即通常所说的3C3D集群。
2424

@@ -187,7 +187,7 @@ sbin/start-confignode.bat
187187

188188
#### 4.1.2 移除ConfigNode节点
189189

190-
首先通过CLI连接集群,通过`show confignodes`确认想要移除ConfigNode的内部地址与端口号
190+
首先通过CLI连接集群,通过`show confignodes`确认想要移除ConfigNode的NodeID
191191

192192
```shell
193193
IoTDB> show confignodes
@@ -202,18 +202,10 @@ Total line number = 3
202202
It costs 0.030s
203203
```
204204

205-
然后使用脚本将DataNode移除。脚本命令
205+
然后使用SQL将ConfigNode移除,SQL命令
206206

207207
```Bash
208-
# Linux / MacOS
209-
sbin/remove-confignode.sh [confignode_id]
210-
211-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
212-
213-
#Windows
214-
sbin/remove-confignode.bat [confignode_id]
215-
216-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
208+
remove confignode [confignode_id]
217209
```
218210

219211
### 4.2 DataNode节点维护
@@ -243,7 +235,7 @@ sbin/start-datanode.bat
243235

244236
#### 4.2.2 移除DataNode节点
245237

246-
首先通过CLI连接集群,通过`show datanodes`确认想要移除的DataNode的RPC地址与端口号
238+
首先通过CLI连接集群,通过`show datanodes`确认想要移除的DataNode的NodeID
247239

248240
```Bash
249241
IoTDB> show datanodes
@@ -258,14 +250,10 @@ Total line number = 3
258250
It costs 0.110s
259251
```
260252

261-
然后使用脚本将DataNode移除。脚本命令
253+
然后使用SQL将DataNode移除,SQL命令
262254

263255
```Bash
264-
# Linux / MacOS
265-
sbin/remove-datanode.sh [dn_rpc_address:dn_rpc_port]
266-
267-
#Windows
268-
sbin/remove-datanode.bat [dn_rpc_address:dn_rpc_port]
256+
remove datanode [datanode_id]
269257
```
270258

271259
## 5. 常见问题

src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
under the License.
1919
2020
-->
21-
# 集群版安装部署
21+
# 集群版部署指导
2222

2323
本小节描述如何手动部署包括3个ConfigNode和3个DataNode的实例,即通常所说的3C3D集群。
2424

@@ -247,7 +247,7 @@ sbin/start-confignode.bat
247247
248248
#### 4.1.2 移除ConfigNode节点
249249
250-
首先通过CLI连接集群,通过`show confignodes`确认想要移除ConfigNode的内部地址与端口号
250+
首先通过CLI连接集群,通过`show confignodes`确认想要移除ConfigNode的NodeID
251251
252252
```shell
253253
IoTDB> show confignodes
@@ -262,18 +262,10 @@ Total line number = 3
262262
It costs 0.030s
263263
```
264264
265-
然后使用脚本将DataNode移除。脚本命令
265+
然后使用SQL将ConfigNode移除,SQL命令
266266
267267
```Bash
268-
# Linux / MacOS
269-
sbin/remove-confignode.sh [confignode_id]
270-
271-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
272-
273-
#Windows
274-
sbin/remove-confignode.bat [confignode_id]
275-
276-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
268+
remove confignode [confignode_id]
277269
```
278270
279271
### 4.2 DataNode节点维护
@@ -290,20 +282,14 @@ DataNode节点维护有两个常见场景:
290282
脚本命令:
291283
292284
```Bash
293-
# Linux / MacOS
294-
# 首先切换到IoTDB根目录
295-
sbin/start-datanode.sh
296-
297-
#Windows
298-
# 首先切换到IoTDB根目录
299-
sbin/start-datanode.bat
285+
remove confignode [confignode_id]
300286
```
301287
302288
说明:在添加DataNode后,随着新的写入到来(以及旧数据过期,如果设置了TTL),集群负载会逐渐向新的DataNode均衡,最终在所有节点上达到存算资源的均衡。
303289
304290
#### 4.2.2 移除DataNode节点
305291
306-
首先通过CLI连接集群,通过`show datanodes`确认想要移除的DataNode的RPC地址与端口号
292+
首先通过CLI连接集群,通过`show datanodes`确认想要移除的DataNode的NodeID
307293
308294
```Bash
309295
IoTDB> show datanodes
@@ -318,14 +304,10 @@ Total line number = 3
318304
It costs 0.110s
319305
```
320306
321-
然后使用脚本将DataNode移除。脚本命令
307+
然后使用SQL将DataNode移除,SQL命令
322308
323309
```Bash
324-
# Linux / MacOS
325-
sbin/remove-datanode.sh [dn_rpc_address:dn_rpc_port]
326-
327-
#Windows
328-
sbin/remove-datanode.bat [dn_rpc_address:dn_rpc_port]
310+
remove datanode [datanode_id]
329311
```
330312
331313
## 5. 常见问题

src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
under the License.
1919
2020
-->
21-
# Docker部署
21+
# Docker部署指导
2222

2323
## 1. 环境准备
2424

src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
under the License.
1919
2020
-->
21-
# Docker部署
21+
# Docker部署指导
2222

2323
## 1. 环境准备
2424

0 commit comments

Comments
 (0)