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:21 UTC

[iotdb] branch rel/1.1 updated: [To rel/1.1][IOTDB-5121] Fix download link of Library-UDF (#9470)

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

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


The following commit(s) were added to refs/heads/rel/1.1 by this push:
     new 57b2c0f681 [To rel/1.1][IOTDB-5121] Fix download link of Library-UDF (#9470)
57b2c0f681 is described below

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

    [To rel/1.1][IOTDB-5121] Fix download link of Library-UDF (#9470)
---
 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 a57117cf2c..6dd34bb3e9 100644
--- a/docs/zh/UserGuide/Operators-Functions/Overview.md
+++ b/docs/zh/UserGuide/Operators-Functions/Overview.md
@@ -236,7 +236,7 @@ OR, |, ||
 对基于时序数据的应用而言,数据质量至关重要。基于用户自定义函数能力,IoTDB 提供了一系列关于数据质量的函数,包括数据画像、数据质量评估与修复等,能够满足工业领域对数据质量的需求。
 
 **该函数库中的函数不是内置函数,使用前要先加载到系统中。** 操作流程如下:
-1. 下载包含全部依赖的 jar 包和注册脚本 [【点击下载】](https://archive.apache.org/dist/iotdb/0.14.0-preview3/apache-iotdb-0.14.0-preview3-library-udf-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