Skip to content

Commit

Permalink
Modify some bad links (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanxilo authored Jan 30, 2024
1 parent 9add039 commit aef4413
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ the default number of replicas is one.
./cluster0/sbin/start-cli.sh
```

+ Execute the [show cluster details](https://iotdb.apache.org/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#show-all-node-information)
+ Execute the `show cluster details`
command on the Cli. The result is shown below:

```
Expand Down Expand Up @@ -338,7 +338,7 @@ and DataNode configuration (see Chap 5.2.3).

Open the common configuration file ./conf/iotdb-common.properties,
and set the following parameters base on the
[Deployment Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html):
[Deployment Recommendation](./Deployment-Recommendation.md):

| **Configuration** | **Description** | **Default** |
| ------------------------------------------ | ------------------------------------------------------------ | ----------------------------------------------- |
Expand Down Expand Up @@ -413,7 +413,7 @@ Before start the Seed-ConfigNode, please open the common configuration file ./co
| data\_replication\_factor | Is set to the expected data replication count |
| data\_region\_consensus\_protocol\_class | Is set to the expected consensus protocol |

**Notice:** Please set these parameters carefully based on the [Deployment Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html).
**Notice:** Please set these parameters carefully based on the [Deployment Recommendation](./Deployment-Recommendation.md).
These parameters are not modifiable after the Node first startup.

Then open its configuration file ./conf/iotdb-confignode.properties and check the following parameters:
Expand Down Expand Up @@ -543,7 +543,7 @@ If the cluster is in local environment, you can directly run the Cli startup scr
```

If you want to use the Cli to connect to a cluster in the production environment,
Please read the [Cli manual](https://iotdb.apache.org/UserGuide/Master/QuickStart/Command-Line-Interface.html).
Please read the [Cli manual](../Tools-System/CLI.md).

#### Verify Cluster

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/Master/User-Manual/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2880,7 +2880,7 @@ The user must have the following permissions to execute a query write-back state
* All `READ_TIMESERIES` permissions for the source series in the `select` clause.
* All `INSERT_TIMESERIES` permissions for the target series in the `into` clause.
For more user permissions related content, please refer to [Account Management Statements](../Administration-Management/Administration.md).
For more user permissions related content, please refer to [Account Management Statements](./Authority-Management.md).
### Configurable Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ the default number of replicas is one.
./cluster0/sbin/start-cli.sh
```

+ Execute the [show cluster details](https://iotdb.apache.org/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#show-all-node-information)
+ Execute the `show cluster details`
command on the Cli. The result is shown below:

```
Expand Down Expand Up @@ -335,7 +335,7 @@ and DataNode configuration (see Chap 5.2.3).

Open the common configuration file ./conf/iotdb-common.properties,
and set the following parameters base on the
[Deployment Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html):
[Deployment Recommendation](./Deployment-Recommendation.md):

| **Configuration** | **Description** | **Default** |
| ------------------------------------------ | ------------------------------------------------------------ | ----------------------------------------------- |
Expand Down Expand Up @@ -410,7 +410,7 @@ Before start the Seed-ConfigNode, please open the common configuration file ./co
| data\_replication\_factor | Is set to the expected data replication count |
| data\_region\_consensus\_protocol\_class | Is set to the expected consensus protocol |

**Notice:** Please set these parameters carefully based on the [Deployment Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html).
**Notice:** Please set these parameters carefully based on the [Deployment Recommendation](./Deployment-Recommendation.md).
These parameters are not modifiable after the Node first startup.

Then open its configuration file ./conf/iotdb-confignode.properties and check the following parameters:
Expand Down Expand Up @@ -540,7 +540,7 @@ If the cluster is in local environment, you can directly run the Cli startup scr
```

If you want to use the Cli to connect to a cluster in the production environment,
Please read the [Cli manual](https://iotdb.apache.org/UserGuide/Master/QuickStart/Command-Line-Interface.html).
Please read the [Cli manual](../Tools-System/CLI.md).

#### Verify Cluster

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/User-Manual/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2880,7 +2880,7 @@ The user must have the following permissions to execute a query write-back state
* All `READ_TIMESERIES` permissions for the source series in the `select` clause.
* All `INSERT_TIMESERIES` permissions for the target series in the `into` clause.
For more user permissions related content, please refer to [Account Management Statements](../Administration-Management/Administration.md).
For more user permissions related content, please refer to [Account Management Statements](./Authority-Management.md).
### Configurable Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Windows 系统启动命令如下:
./cluster0/sbin/start-cli.sh
```

+ 在 Cli 执行 [show cluster details](https://iotdb.apache.org/zh/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#%E6%9F%A5%E7%9C%8B%E5%85%A8%E9%83%A8%E8%8A%82%E7%82%B9%E4%BF%A1%E6%81%AF)
+ 在 Cli 执行 `show cluster details`
指令,结果如下所示:

```
Expand Down Expand Up @@ -327,7 +327,8 @@ mvn clean package -pl distribution -am -DskipTests
##### 通用配置

打开通用配置文件 ./conf/iotdb-common.properties,
可根据 [部署推荐](./Deployment-Recommendation.md)设置以下参数:
可根据 [部署推荐](./Deployment-Recommendation.md)
设置以下参数:

| **配置项** | **说明** | **默认** |
| ------------------------------------------ | ------------------------------------------------------------ | ----------------------------------------------- |
Expand Down Expand Up @@ -524,8 +525,7 @@ DataNode 的其它配置参数可参考
```

若希望通过 Cli 连接生产环境的集群,
请阅读 [Cli 使用手册](../Tools-System/CLI.md)

请阅读 [Cli 使用手册](../Tools-System/CLI.md)

#### 验证集群

Expand Down
16 changes: 8 additions & 8 deletions src/zh/UserGuide/Master/User-Manual/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ It costs 0.016s

数据查询语句支持在 SQL 命令行终端、JDBC、JAVA / C++ / Python / Go 等编程语言 API、RESTful API 中使用。

- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../QuickStart/Command-Line-Interface.md)
- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../Tools-System/CLI.md)

- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC.md)

-
- 在 JAVA / C++ / Python / Go 等编程语言 API 中执行查询语句,详见应用编程接口一章相应文档。接口原型如下:

```java
Expand Down Expand Up @@ -368,7 +368,7 @@ select s1 as temperature, s2 as speed from root.ln.wf01.wt01;

### 运算符

IoTDB 中支持的运算符列表见文档 [运算符和函数](../Operators-Functions/Overview.md)
IoTDB 中支持的运算符列表见文档 [运算符和函数](../User-Manual/Operator-and-Expression.md)

### 函数

Expand All @@ -386,7 +386,7 @@ select sin(s1), count(s1) from root.sg.d1;
select s1, count(s1) from root.sg.d1 group by ([10,100),10ms);
```

IoTDB 支持的聚合函数见文档 [聚合函数](../Operators-Functions/Aggregation.md)
IoTDB 支持的聚合函数见文档 [聚合函数](../User-Manual/Operator-and-Expression.md#内置函数)

#### 时间序列生成函数

Expand All @@ -396,11 +396,11 @@ IoTDB 支持的聚合函数见文档 [聚合函数](../Operators-Functions/Aggre

##### 内置时间序列生成函数

IoTDB 中支持的内置函数列表见文档 [运算符和函数](../Operators-Functions/Overview.md)
IoTDB 中支持的内置函数列表见文档 [运算符和函数](../User-Manual/Operator-and-Expression.md)

##### 自定义时间序列生成函数

IoTDB 支持通过用户自定义函数(点击查看: [用户自定义函数](../Operators-Functions/User-Defined-Function.md) )能力进行函数功能扩展。
IoTDB 支持通过用户自定义函数(点击查看: [用户自定义函数](../User-Manual/Database-Programming.md#用户自定义函数) )能力进行函数功能扩展。

### 嵌套表达式举例

Expand Down Expand Up @@ -2585,7 +2585,7 @@ It costs 0.012s
### 设备对齐模式下的排序
在设备对齐模式下,默认按照设备名的字典序升序排列,每个设备内部按照时间戳大小升序排列,可以通过 `ORDER BY` 子句调整设备列和时间列的排序优先级。
详细说明及示例见文档 [结果集排序](./Order-By.md)。
详细说明及示例见文档 [结果集排序](./Operator-and-Expression.md)。
## 查询写回(INTO 子句)
Expand Down Expand Up @@ -2904,7 +2904,7 @@ It costs 0.375s
* 所有 `SELECT` 子句中源序列的 `READ_TIMESERIES` 权限。
* 所有 `INTO` 子句中目标序列 `INSERT_TIMESERIES` 权限。
更多用户权限相关的内容,请参考[权限管理语句](../Administration-Management/Administration.md)。
更多用户权限相关的内容,请参考[权限管理语句](./Authority-Management.md)。
### 相关配置参数
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Windows 系统启动命令如下:
./cluster0/sbin/start-cli.sh
```

+ 在 Cli 执行 [show cluster details](https://iotdb.apache.org/zh/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#%E6%9F%A5%E7%9C%8B%E5%85%A8%E9%83%A8%E8%8A%82%E7%82%B9%E4%BF%A1%E6%81%AF)
+ 在 Cli 执行 `show cluster details`
指令,结果如下所示:

```
Expand Down Expand Up @@ -325,7 +325,7 @@ mvn clean package -pl distribution -am -DskipTests
##### 通用配置

打开通用配置文件 ./conf/iotdb-common.properties,
可根据 [部署推荐](https://iotdb.apache.org/zh/UserGuide/Master/Cluster/Deployment-Recommendation.html)
可根据 [部署推荐](./Deployment-Recommendation.md)
设置以下参数:

| **配置项** | **说明** | **默认** |
Expand Down Expand Up @@ -398,7 +398,7 @@ mvn clean package -pl distribution -am -DskipTests
| data\_replication\_factor | 已设置为期望的数据副本数 |
| data\_region\_consensus\_protocol\_class | 已设置为期望的共识协议 |

**注意:** 请根据[部署推荐](https://iotdb.apache.org/zh/UserGuide/Master/Cluster/Deployment-Recommendation.html)配置合适的通用参数,这些参数在首次配置后即不可修改。
**注意:** 请根据[部署推荐](./Deployment-Recommendation.md)配置合适的通用参数,这些参数在首次配置后即不可修改。

接着请打开它的配置文件 ./conf/iotdb-confignode.properties,并检查如下参数:

Expand Down Expand Up @@ -523,7 +523,7 @@ DataNode 的其它配置参数可参考
```

若希望通过 Cli 连接生产环境的集群,
请阅读 [Cli 使用手册](https://iotdb.apache.org/zh/UserGuide/Master/QuickStart/Command-Line-Interface.html)
请阅读 [Cli 使用手册](../Tools-System/CLI.md)

#### 验证集群

Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/latest/User-Manual/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2585,7 +2585,7 @@ It costs 0.012s
### 设备对齐模式下的排序
在设备对齐模式下,默认按照设备名的字典序升序排列,每个设备内部按照时间戳大小升序排列,可以通过 `ORDER BY` 子句调整设备列和时间列的排序优先级。
详细说明及示例见文档 [结果集排序](./Order-By.md)。
详细说明及示例见文档 [结果集排序](./Operator-and-Expression.md)。
## 查询写回(INTO 子句)
Expand Down Expand Up @@ -2904,7 +2904,7 @@ It costs 0.375s
* 所有 `SELECT` 子句中源序列的 `READ_TIMESERIES` 权限。
* 所有 `INTO` 子句中目标序列 `INSERT_TIMESERIES` 权限。
更多用户权限相关的内容,请参考[权限管理语句](../Administration-Management/Administration.md)。
更多用户权限相关的内容,请参考[权限管理语句](./Authority-Management.md)。
### 相关配置参数
Expand Down

0 comments on commit aef4413

Please sign in to comment.