Skip to content

Commit a702c65

Browse files
authored
UDF library document error message (#461)
* UDF library document error message * UDF library document error message * UDF library document error message
1 parent 520f9af commit a702c65

File tree

18 files changed

+73
-73
lines changed

18 files changed

+73
-73
lines changed

src/UserGuide/Master/Tree/Reference/UDF-Libraries_apache.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3333

34-
| UDF libraries version | Supported IoTDB versions | Download link |
34+
| UDF installation package | Supported IoTDB versions | Download link |
3535
| --------------- | ----------------- | ------------------------------------------------------------ |
36-
| UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
37-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
36+
| apache-UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
37+
| apache-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3838

3939
2. Place the library-udf.jar file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
40-
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.
40+
3. In the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute the corresponding function registration statement as follows.
4141
4. Batch registration: Two registration methods: registration script or SQL full statement
4242
- Register Script
4343
- Copy the registration script (register-UDF.sh or register-UDF.bat) from the compressed package to the `tools` directory of IoTDB as needed, and modify the parameters in the script (default is host=127.0.0.1, rpcPort=6667, user=root, pass=root);
4444
- Start IoTDB service, run registration script to batch register UDF
4545

4646
- All SQL statements
47-
- Open the SQl file in the compressed package, copy all SQL statements, and execute all SQl statements in the SQL command line terminal (CLI) of IoTDB or the SQL operation interface of the visualization console (Workbench) to batch register UDF
47+
- Open the SQl file in the compressed package, copy all SQL statements, and in the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute all SQl statements to batch register UDFs
4848

4949
## Data Quality
5050

src/UserGuide/Master/Tree/SQL-Manual/UDF-Libraries_apache.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,21 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3333

34-
| UDF libraries version | Supported IoTDB versions | Download link |
34+
| UDF installation package | Supported IoTDB versions | Download link |
3535
| --------------- | ----------------- | ------------------------------------------------------------ |
36-
| UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
37-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
36+
| apache-UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
37+
| apache-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3838

3939
2. Place the library-udf.jar file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
40-
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.
40+
3. In the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute the corresponding function registration statement as follows.
4141
4. Batch registration: Two registration methods: registration script or SQL full statement
4242
- Register Script
4343
- Copy the registration script (register-UDF.sh or register-UDF.bat) from the compressed package to the `tools` directory of IoTDB as needed, and modify the parameters in the script (default is host=127.0.0.1, rpcPort=6667, user=root, pass=root);
4444
- Start IoTDB service, run registration script to batch register UDF
4545

4646
- All SQL statements
47-
- Open the SQl file in the compressed package, copy all SQL statements, and execute all SQl statements in the SQL command line terminal (CLI) of IoTDB or the SQL operation interface of the visualization console (Workbench) to batch register UDF
47+
- Open the SQl file in the compressed package, copy all SQL statements, and in the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute all SQl statements to batch register UDFs
48+
4849

4950
## Data Quality
5051

src/UserGuide/Master/Tree/SQL-Manual/UDF-Libraries_timecho.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3333

34-
| UDF libraries version | Supported IoTDB versions | Download link |
34+
| UDF installation package | Supported IoTDB versions | Download link |
3535
| --------------- | ----------------- | ------------------------------------------------------------ |
36-
| UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
37-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance |
36+
| TimechoDB-UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
37+
| TimechoDB-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3838

3939
2. Place the `library-udf.jar` file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
4040
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.

src/UserGuide/V1.2.x/Reference/UDF-Libraries.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
| UDF libraries version | Supported IoTDB versions | Download link |
3333
| --------------- | ----------------- | ------------------------------------------------------------ |
34-
| UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
35-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
34+
| TimechoDB-UDF-1.2.x.zip | V1.0.0~V1.2.x |Please contact Timecho for assistance|
3635

3736
2. Place the library-udf.jar file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
3837
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.

src/UserGuide/V1.3.0-2/Reference/UDF-Libraries_apache.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,21 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3333

34-
| UDF libraries version | Supported IoTDB versions | Download link |
34+
| UDF installation package | Supported IoTDB versions | Download link |
3535
| --------------- | ----------------- | ------------------------------------------------------------ |
36-
| UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
37-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance |
36+
| apache-UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
37+
| apache-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3838

3939
2. Place the library-udf.jar file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
40-
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.
40+
3. In the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute the corresponding function registration statement as follows.
4141
4. Batch registration: Two registration methods: registration script or SQL full statement
4242
- Register Script
4343
- Copy the registration script (register-UDF.sh or register-UDF.bat) from the compressed package to the `tools` directory of IoTDB as needed, and modify the parameters in the script (default is host=127.0.0.1, rpcPort=6667, user=root, pass=root);
4444
- Start IoTDB service, run registration script to batch register UDF
4545

4646
- All SQL statements
47-
- Open the SQl file in the compressed package, copy all SQL statements, and execute all SQl statements in the SQL command line terminal (CLI) of IoTDB or the SQL operation interface of the visualization console (Workbench) to batch register UDF
47+
- Open the SQl file in the compressed package, copy all SQL statements, and in the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute all SQl statements to batch register UDFs
48+
4849

4950
## Data Quality
5051

src/UserGuide/V1.3.0-2/Reference/UDF-Libraries_timecho.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
2929

3030
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3131

32-
| UDF libraries version | Supported IoTDB versions | Download link |
32+
| UDF installation package | Supported IoTDB versions | Download link |
3333
| --------------- | ----------------- | ------------------------------------------------------------ |
34-
| UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
35-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance |
34+
| TimechoDB-UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
35+
| TimechoDB-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3636

3737
2. Place the `library-udf.jar` file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
3838
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.

src/UserGuide/latest/Reference/UDF-Libraries_apache.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3333

34-
| UDF libraries version | Supported IoTDB versions | Download link |
34+
| UDF installation package | Supported IoTDB versions | Download link |
3535
| --------------- | ----------------- | ------------------------------------------------------------ |
36-
| UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
37-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
36+
| apache-UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
37+
| apache-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3838

3939
2. Place the library-udf.jar file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
40-
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.
40+
3. In the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute the corresponding function registration statement as follows.
4141
4. Batch registration: Two registration methods: registration script or SQL full statement
4242
- Register Script
4343
- Copy the registration script (register-UDF.sh or register-UDF.bat) from the compressed package to the `tools` directory of IoTDB as needed, and modify the parameters in the script (default is host=127.0.0.1, rpcPort=6667, user=root, pass=root);
4444
- Start IoTDB service, run registration script to batch register UDF
4545

4646
- All SQL statements
47-
- Open the SQl file in the compressed package, copy all SQL statements, and execute all SQl statements in the SQL command line terminal (CLI) of IoTDB or the SQL operation interface of the visualization console (Workbench) to batch register UDF
47+
- Open the SQl file in the compressed package, copy all SQL statements, and in the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute all SQl statements to batch register UDFs
4848

4949
## Data Quality
5050

src/UserGuide/latest/SQL-Manual/UDF-Libraries_apache.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,21 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3333

34-
| UDF libraries version | Supported IoTDB versions | Download link |
34+
| UDF installation package | Supported IoTDB versions | Download link |
3535
| --------------- | ----------------- | ------------------------------------------------------------ |
36-
| UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
37-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
36+
| apache-UDF-1.3.3.zip | V1.3.3 and above |Please contact Timecho for assistance |
37+
| apache-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3838

3939
2. Place the library-udf.jar file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
40-
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.
40+
3. In the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute the corresponding function registration statement as follows.
4141
4. Batch registration: Two registration methods: registration script or SQL full statement
4242
- Register Script
4343
- Copy the registration script (register-UDF.sh or register-UDF.bat) from the compressed package to the `tools` directory of IoTDB as needed, and modify the parameters in the script (default is host=127.0.0.1, rpcPort=6667, user=root, pass=root);
4444
- Start IoTDB service, run registration script to batch register UDF
4545

4646
- All SQL statements
47-
- Open the SQl file in the compressed package, copy all SQL statements, and execute all SQl statements in the SQL command line terminal (CLI) of IoTDB or the SQL operation interface of the visualization console (Workbench) to batch register UDF
47+
- Open the SQl file in the compressed package, copy all SQL statements, and in the SQL operation interface of IoTDB's SQL command line terminal (CLI), execute all SQl statements to batch register UDFs
48+
4849

4950
## Data Quality
5051

src/UserGuide/latest/SQL-Manual/UDF-Libraries_timecho.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
3131

3232
1. Please obtain the compressed file of the UDF library JAR package that is compatible with the IoTDB version.
3333

34-
| UDF libraries version | Supported IoTDB versions | Download link |
34+
| UDF installation package | Supported IoTDB versions | Download link |
3535
| --------------- | ----------------- | ------------------------------------------------------------ |
36-
| UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
37-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
36+
| TimechoDB-UDF-1.3.3.zip | V1.3.3 and above | Please contact Timecho for assistance |
37+
| TimechoDB-UDF-1.3.2.zip | V1.0.0~V1.3.2 | Please contact Timecho for assistance|
3838

3939
2. Place the `library-udf.jar` file in the compressed file obtained in the directory `/ext/udf ` of all nodes in the IoTDB cluster
4040
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.

src/zh/UserGuide/Master/Tree/Reference/UDF-Libraries_apache.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
## 安装步骤
2828
1. 请获取与 IoTDB 版本兼容的 UDF 函数库 JAR 包的压缩包。
2929

30-
| UDF 函数库版本 | 支持的 IoTDB 版本 | 下载链接 |
30+
| UDF 安装包 | 支持的 IoTDB 版本 | 下载链接 |
3131
| --------------- | ----------------- | ------------------------------------------------------------ |
32-
| UDF-1.3.3.zip | V1.3.3及以上 | 请联系天谋商务获取 |
33-
| UDF-1.3.2.zip | V1.0.0~V1.3.2 | 请联系天谋商务获取 |
32+
| apache-UDF-1.3.3.zip | V1.3.3及以上 | 请联系天谋商务获取 |
33+
| apache-UDF-1.3.2.zip | V1.0.0~V1.3.2 | 请联系天谋商务获取|
3434

3535
2. 将获取的压缩包中的 library-udf.jar 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
36-
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
36+
3. 在 IoTDB 的 SQL 命令行终端(CLI)的 SQL 操作界面中,执行下述相应的函数注册语句。
3737
4. 批量注册:两种注册方式:注册脚本 或 SQL汇总语句
3838
- 注册脚本
3939
- 将压缩包中的注册脚本(register-UDF.sh 或 register-UDF.bat)按需复制到 IoTDB 的 tools 目录下,修改脚本中的参数(默认为host=127.0.0.1,rpcPort=6667,user=root,pass=root);
4040
- 启动 IoTDB 服务,运行注册脚本批量注册 UDF
4141

4242
- SQL汇总语句
43-
- 打开压缩包中的SQl文件,复制全部 SQL 语句,在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行全部 SQl 语句批量注册 UDF
43+
- 打开压缩包中的SQl文件,复制全部 SQL 语句,在 IoTDB 的 SQL 命令行终端(CLI)的 SQL 操作界面中,执行全部 SQl 语句批量注册 UDF
4444

4545
## 数据质量
4646

0 commit comments

Comments
 (0)