You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2023/03/28 08:58:14 UTC

[iotdb] branch master updated: [IOTDB-5121] Fix download link of Library-UDF (#9471)

This is an automated email from the ASF dual-hosted git repository.

hui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c77a2064a [IOTDB-5121] Fix download link of Library-UDF (#9471)
1c77a2064a is described below

commit 1c77a2064a88fefd8caac2b5ef9e77f5bad32ef3
Author: Liao Lanyu <14...@qq.com>
AuthorDate: Tue Mar 28 16:58:05 2023 +0800

    [IOTDB-5121] Fix download link of Library-UDF (#9471)
---
 docs/zh/UserGuide/Operators-Functions/Overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/UserGuide/Operators-Functions/Overview.md b/docs/zh/UserGuide/Operators-Functions/Overview.md
index c12964d855..5a425f871b 100644
--- a/docs/zh/UserGuide/Operators-Functions/Overview.md
+++ b/docs/zh/UserGuide/Operators-Functions/Overview.md
@@ -237,7 +237,7 @@ OR, |, ||
 对基于时序数据的应用而言,数据质量至关重要。基于用户自定义函数能力,IoTDB 提供了一系列关于数据质量的函数,包括数据画像、数据质量评估与修复等,能够满足工业领域对数据质量的需求。
 
 **该函数库中的函数不是内置函数,使用前要先加载到系统中。** 操作流程如下:
-1. 下载包含全部依赖的 jar 包和注册脚本 [【点击下载】](https://archive.apache.org/dist/iotdb/1.0.1/apache-iotdb-1.0.1-datanode-bin.zip) ;
+1. 下载包含全部依赖的 jar 包和注册脚本 [【点击下载】](https://archive.apache.org/dist/iotdb/1.0.1/apache-iotdb-1.0.1-library-udf-bin.zip) ;
 2. 将 jar 包复制到 IoTDB 程序目录的 `ext\udf` 目录下 (若您使用的是集群,请将jar包复制到所有DataNode的该目录下);
 3. 启动 IoTDB;
 4. 将注册脚本复制到 IoTDB 的程序目录下(与`sbin`目录同级的根目录下),修改脚本中的参数(如果需要)并运行注册脚本以注册 UDF。
\ No newline at end of file