Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDF library document error message #461

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/UserGuide/Master/Tree/SQL-Manual/UDF-Libraries_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct

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

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

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.
Expand All @@ -44,7 +44,8 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
- Start IoTDB service, run registration script to batch register UDF

- All SQL statements
- 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
- 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


## Data Quality

Expand Down
6 changes: 3 additions & 3 deletions src/UserGuide/Master/Tree/SQL-Manual/UDF-Libraries_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct

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

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

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.
Expand Down
9 changes: 5 additions & 4 deletions src/UserGuide/V1.3.0-2/Reference/UDF-Libraries_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct

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

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

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.
Expand All @@ -44,7 +44,8 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
- Start IoTDB service, run registration script to batch register UDF

- All SQL statements
- 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
- 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


## Data Quality

Expand Down
6 changes: 3 additions & 3 deletions src/UserGuide/V1.3.0-2/Reference/UDF-Libraries_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct

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

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

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.
Expand Down
9 changes: 5 additions & 4 deletions src/UserGuide/latest/SQL-Manual/UDF-Libraries_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct

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

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

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.
Expand All @@ -44,7 +44,8 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct
- Start IoTDB service, run registration script to batch register UDF

- All SQL statements
- 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
- 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


## Data Quality

Expand Down
6 changes: 3 additions & 3 deletions src/UserGuide/latest/SQL-Manual/UDF-Libraries_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Based on the ability of user-defined functions, IoTDB provides a series of funct

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

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

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
## 安装步骤
1. 请获取与 IoTDB 版本兼容的 UDF 函数库 JAR 包的压缩包。

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

2. 将获取的压缩包中的 library-udf.jar 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
Expand All @@ -40,7 +40,7 @@
- 启动 IoTDB 服务,运行注册脚本批量注册 UDF

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

## 数据质量

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
## 安装步骤
1. 请获取与 IoTDB 版本兼容的 UDF 函数库 JAR 包的压缩包。

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

2. 将获取的压缩包中的 `library-udf.jar` 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
Expand All @@ -41,7 +41,6 @@

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

## 数据质量

### Completeness
Expand Down
8 changes: 4 additions & 4 deletions src/zh/UserGuide/V1.3.0-2/Reference/UDF-Libraries_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
## 安装步骤
1. 请获取与 IoTDB 版本兼容的 UDF 函数库 JAR 包的压缩包。

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

2. 将获取的压缩包中的 library-udf.jar 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
Expand All @@ -40,7 +40,7 @@
- 启动 IoTDB 服务,运行注册脚本批量注册 UDF

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

## 数据质量

Expand Down
6 changes: 3 additions & 3 deletions src/zh/UserGuide/V1.3.0-2/Reference/UDF-Libraries_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
## 安装步骤
1. 请获取与 IoTDB 版本兼容的 UDF 函数库 JAR 包的压缩包。

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

2. 将获取的压缩包中的 `library-udf.jar` 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
Expand Down
8 changes: 4 additions & 4 deletions src/zh/UserGuide/latest/SQL-Manual/UDF-Libraries_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
## 安装步骤
1. 请获取与 IoTDB 版本兼容的 UDF 函数库 JAR 包的压缩包。

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

2. 将获取的压缩包中的 library-udf.jar 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
Expand All @@ -40,7 +40,7 @@
- 启动 IoTDB 服务,运行注册脚本批量注册 UDF

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

## 数据质量

Expand Down
6 changes: 3 additions & 3 deletions src/zh/UserGuide/latest/SQL-Manual/UDF-Libraries_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
## 安装步骤
1. 请获取与 IoTDB 版本兼容的 UDF 函数库 JAR 包的压缩包。

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

2. 将获取的压缩包中的 `library-udf.jar` 文件放置在 IoTDB 集群所有节点的 `/ext/udf` 的目录下
3. 在 IoTDB 的 SQL 命令行终端(CLI)或可视化控制台(Workbench)的 SQL 操作界面中,执行下述相应的函数注册语句。
Expand Down
Loading