This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 7abd8125 Fix merged missing issues (#402)
7abd8125 is described below
commit 7abd8125411b790a7110e61059fbb3d4c4bd4fc9
Author: W1y1r <[email protected]>
AuthorDate: Fri Nov 8 16:36:53 2024 +0800
Fix merged missing issues (#402)
---
src/UserGuide/Master/Reference/UDF-Libraries.md | 2 +-
src/UserGuide/Master/User-Manual/Operate-Metadata_apache.md | 4 ++--
src/UserGuide/Master/User-Manual/Operate-Metadata_timecho.md | 4 ++--
src/UserGuide/Master/User-Manual/User-defined-function.md | 2 +-
src/UserGuide/latest/Reference/UDF-Libraries.md | 2 +-
src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md | 4 ++--
src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md | 4 ++--
src/UserGuide/latest/User-Manual/User-defined-function.md | 2 +-
src/zh/UserGuide/Master/Reference/UDF-Libraries.md | 2 +-
src/zh/UserGuide/Master/User-Manual/User-defined-function.md | 2 +-
src/zh/UserGuide/latest/Reference/UDF-Libraries.md | 2 +-
src/zh/UserGuide/latest/User-Manual/User-defined-function.md | 2 +-
12 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/UserGuide/Master/Reference/UDF-Libraries.md
b/src/UserGuide/Master/Reference/UDF-Libraries.md
index a01332f2..de7ac2c7 100644
--- a/src/UserGuide/Master/Reference/UDF-Libraries.md
+++ b/src/UserGuide/Master/Reference/UDF-Libraries.md
@@ -34,7 +34,7 @@ Based on the ability of user-defined functions, IoTDB
provides a series of funct
| UDF-1.3.3.zip | V1.3.3 and above |
[UDF.zip](https://alioss.timecho.com/upload/UDF-1.3.3.zip) |
| UDF-1.3.2.zip | V1.0.0~V1.3.2 |
[UDF.zip](https://alioss.timecho.com/upload/UDF-1.3.2.zip) |
-2. Place the library-udf.jar file from the obtained compressed package in the
path of IoTDB at `/iotdb-enterprise-x.x.x.x-bin/ext/udf`
+2. Place the library-udf.jar file in the compressed file obtained in the
directory `/ext/udf ` of all nodes in the IoTDB cluster
3. In the SQL command line terminal (CLI) or visualization console (Workbench)
SQL operation interface of IoTDB, execute the corresponding function
registration statement as follows.
4. Batch registration: Two registration methods: registration script or SQL
full statement
- Register Script
diff --git a/src/UserGuide/Master/User-Manual/Operate-Metadata_apache.md
b/src/UserGuide/Master/User-Manual/Operate-Metadata_apache.md
index b9add741..a509705c 100644
--- a/src/UserGuide/Master/User-Manual/Operate-Metadata_apache.md
+++ b/src/UserGuide/Master/User-Manual/Operate-Metadata_apache.md
@@ -327,13 +327,13 @@ The SQL syntax for creating a metadata template is as
follows:
CREATE DEVICE TEMPLATE <templateName> ALIGNED? '(' <measurementId>
<attributeClauses> [',' <measurementId> <attributeClauses>]+ ')'
```
-**Example 1:** Create a template containing two non-aligned timeseires
+**Example 1:** Create a template containing two non-aligned timeseries
```shell
IoTDB> create device template t1 (temperature FLOAT encoding=RLE, status
BOOLEAN encoding=PLAIN compression=SNAPPY)
```
-**Example 2:** Create a template containing a group of aligned timeseires
+**Example 2:** Create a template containing a group of aligned timeseries
```shell
IoTDB> create device template t2 aligned (lat FLOAT encoding=Gorilla, lon
FLOAT encoding=Gorilla)
diff --git a/src/UserGuide/Master/User-Manual/Operate-Metadata_timecho.md
b/src/UserGuide/Master/User-Manual/Operate-Metadata_timecho.md
index 1412d14f..0621eff0 100644
--- a/src/UserGuide/Master/User-Manual/Operate-Metadata_timecho.md
+++ b/src/UserGuide/Master/User-Manual/Operate-Metadata_timecho.md
@@ -324,13 +324,13 @@ The SQL syntax for creating a metadata template is as
follows:
CREATE DEVICE TEMPLATE <templateName> ALIGNED? '(' <measurementId>
<attributeClauses> [',' <measurementId> <attributeClauses>]+ ')'
```
-**Example 1:** Create a template containing two non-aligned timeseires
+**Example 1:** Create a template containing two non-aligned timeseries
```shell
IoTDB> create device template t1 (temperature FLOAT encoding=RLE, status
BOOLEAN encoding=PLAIN compression=SNAPPY)
```
-**Example 2:** Create a template containing a group of aligned timeseires
+**Example 2:** Create a template containing a group of aligned timeseries
```shell
IoTDB> create device template t2 aligned (lat FLOAT encoding=Gorilla, lon
FLOAT encoding=Gorilla)
diff --git a/src/UserGuide/Master/User-Manual/User-defined-function.md
b/src/UserGuide/Master/User-Manual/User-defined-function.md
index 6ed0687a..7b48e6bd 100644
--- a/src/UserGuide/Master/User-Manual/User-defined-function.md
+++ b/src/UserGuide/Master/User-Manual/User-defined-function.md
@@ -100,7 +100,7 @@ CREATE FUNCTION <UDF-NAME> AS <UDF-CLASS-FULL-PATHNAME>
(USING URI URI-STRING)
#### Method 1: Manually place the jar package
Prepare:
-When registering using this method, it is necessary to place the JAR package
in advance in the 'ext/udf' directory of all DataNodes in the cluster (which
can be configured).
+When registering using this method, it is necessary to place the JAR package
in advance in the `ext/udf` directory of all nodes in the cluster (which can be
configured).
Registration statement:
diff --git a/src/UserGuide/latest/Reference/UDF-Libraries.md
b/src/UserGuide/latest/Reference/UDF-Libraries.md
index 0fedc360..0a4b7dfc 100644
--- a/src/UserGuide/latest/Reference/UDF-Libraries.md
+++ b/src/UserGuide/latest/Reference/UDF-Libraries.md
@@ -32,7 +32,7 @@ Based on the ability of user-defined functions, IoTDB
provides a series of funct
| UDF-1.3.3.zip | V1.3.3 and above |
[UDF.zip](https://alioss.timecho.com/upload/UDF-1.3.3.zip) |
| UDF-1.3.2.zip | V1.0.0~V1.3.2 |
[UDF.zip](https://alioss.timecho.com/upload/UDF-1.3.2.zip) |
-2. Place the library-udf.jar file from the obtained compressed package in the
path of IoTDB at `/iotdb-enterprise-x.x.x.x-bin/ext/udf`
+2. Place the library-udf.jar file in the compressed file obtained in the
directory `/ext/udf ` of all nodes in the IoTDB cluster
3. In the SQL command line terminal (CLI) or visualization console (Workbench)
SQL operation interface of IoTDB, execute the corresponding function
registration statement as follows.
4. Batch registration: Two registration methods: registration script or SQL
full statement
- Register Script
diff --git a/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
b/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
index fd60e338..245805d4 100644
--- a/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
+++ b/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
@@ -324,13 +324,13 @@ The SQL syntax for creating a metadata template is as
follows:
CREATE DEVICE TEMPLATE <templateName> ALIGNED? '(' <measurementId>
<attributeClauses> [',' <measurementId> <attributeClauses>]+ ')'
```
-**Example 1:** Create a template containing two non-aligned timeseires
+**Example 1:** Create a template containing two non-aligned timeseries
```shell
IoTDB> create device template t1 (temperature FLOAT encoding=RLE, status
BOOLEAN encoding=PLAIN compression=SNAPPY)
```
-**Example 2:** Create a template containing a group of aligned timeseires
+**Example 2:** Create a template containing a group of aligned timeseries
```shell
IoTDB> create device template t2 aligned (lat FLOAT encoding=Gorilla, lon
FLOAT encoding=Gorilla)
diff --git a/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
b/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
index ee3669c6..4cec9c68 100644
--- a/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
+++ b/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
@@ -324,13 +324,13 @@ The SQL syntax for creating a metadata template is as
follows:
CREATE DEVICE TEMPLATE <templateName> ALIGNED? '(' <measurementId>
<attributeClauses> [',' <measurementId> <attributeClauses>]+ ')'
```
-**Example 1:** Create a template containing two non-aligned timeseires
+**Example 1:** Create a template containing two non-aligned timeseries
```shell
IoTDB> create device template t1 (temperature FLOAT encoding=RLE, status
BOOLEAN encoding=PLAIN compression=SNAPPY)
```
-**Example 2:** Create a template containing a group of aligned timeseires
+**Example 2:** Create a template containing a group of aligned timeseries
```shell
IoTDB> create device template t2 aligned (lat FLOAT encoding=Gorilla, lon
FLOAT encoding=Gorilla)
diff --git a/src/UserGuide/latest/User-Manual/User-defined-function.md
b/src/UserGuide/latest/User-Manual/User-defined-function.md
index 183d01da..ed544c95 100644
--- a/src/UserGuide/latest/User-Manual/User-defined-function.md
+++ b/src/UserGuide/latest/User-Manual/User-defined-function.md
@@ -100,7 +100,7 @@ CREATE FUNCTION <UDF-NAME> AS <UDF-CLASS-FULL-PATHNAME>
(USING URI URI-STRING)
#### Method 1: Manually place the jar package
Prepare:
-When registering using this method, it is necessary to place the JAR package
in advance in the 'ext/udf' directory of all DataNodes in the cluster (which
can be configured).
+When registering using this method, it is necessary to place the JAR package
in advance in the `ext/udf` directory of all nodes in the cluster (which can be
configured).
Registration statement:
diff --git a/src/zh/UserGuide/Master/Reference/UDF-Libraries.md
b/src/zh/UserGuide/Master/Reference/UDF-Libraries.md
index a378e843..a1aadaa4 100644
--- a/src/zh/UserGuide/Master/Reference/UDF-Libraries.md
+++ b/src/zh/UserGuide/Master/Reference/UDF-Libraries.md
@@ -30,7 +30,7 @@
| UDF-1.3.3.zip | V1.3.3及以上 |
[压缩包](https://alioss.timecho.com/upload/UDF-1.3.3.zip) |
| UDF-1.3.2.zip | V1.0.0~V1.3.2 |
[压缩包](https://alioss.timecho.com/upload/UDF-1.3.2.zip) |
-2. 将获取的压缩包中的 library-udf.jar 文件放置在IoTDB中
`/iotdb-enterprise-x.x.x.x-bin/ext/udf` 的路径下
+2. 将获取的压缩包中的 library-udf.jar 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
4. 批量注册:两种注册方式:注册脚本 或 SQL汇总语句
- 注册脚本
diff --git a/src/zh/UserGuide/Master/User-Manual/User-defined-function.md
b/src/zh/UserGuide/Master/User-Manual/User-defined-function.md
index c49c960a..74b72580 100644
--- a/src/zh/UserGuide/Master/User-Manual/User-defined-function.md
+++ b/src/zh/UserGuide/Master/User-Manual/User-defined-function.md
@@ -101,7 +101,7 @@ CREATE FUNCTION <UDF-NAME> AS <UDF-CLASS-FULL-PATHNAME>
(USING URI URI-STRING)
#### 方式一:手动放置jar包
准备工作:
-使用该种方式注册时,需要提前将 JAR 包放置到集群所有 DataNode 的 `ext/udf`目录下(该目录可配置)。
+使用该种方式注册时,需要提前将 JAR 包放置到集群所有节点的 `ext/udf`目录下(该目录可配置)。
注册语句:
diff --git a/src/zh/UserGuide/latest/Reference/UDF-Libraries.md
b/src/zh/UserGuide/latest/Reference/UDF-Libraries.md
index 178da516..bbc15ce9 100644
--- a/src/zh/UserGuide/latest/Reference/UDF-Libraries.md
+++ b/src/zh/UserGuide/latest/Reference/UDF-Libraries.md
@@ -30,7 +30,7 @@
| UDF-1.3.3.zip | V1.3.3及以上 |
[压缩包](https://alioss.timecho.com/upload/UDF-1.3.3.zip) |
| UDF-1.3.2.zip | V1.0.0~V1.3.2 |
[压缩包](https://alioss.timecho.com/upload/UDF-1.3.2.zip) |
-2. 将获取的压缩包中的 library-udf.jar 文件放置在IoTDB中
`/iotdb-enterprise-x.x.x.x-bin/ext/udf` 的路径下
+2. 将获取的压缩包中的 library-udf.jar 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
4. 批量注册:两种注册方式:注册脚本 或 SQL汇总语句
- 注册脚本
diff --git a/src/zh/UserGuide/latest/User-Manual/User-defined-function.md
b/src/zh/UserGuide/latest/User-Manual/User-defined-function.md
index cbc2681e..d2eddcea 100644
--- a/src/zh/UserGuide/latest/User-Manual/User-defined-function.md
+++ b/src/zh/UserGuide/latest/User-Manual/User-defined-function.md
@@ -101,7 +101,7 @@ CREATE FUNCTION <UDF-NAME> AS <UDF-CLASS-FULL-PATHNAME>
(USING URI URI-STRING)
#### 方式一:手动放置jar包
准备工作:
-使用该种方式注册时,需要提前将 JAR 包放置到集群所有 DataNode 的 `ext/udf`目录下(该目录可配置)。
+使用该种方式注册时,需要提前将 JAR 包放置到集群所有节点的 `ext/udf`目录下(该目录可配置)。
注册语句: