Apache Doris 中文技术论坛
Questions Tags Users Badges

JAVA UDF file属性支持HDFS 或OSS 路径吗

Asked Mar 26, 2024 Modified Jan 1, 0001
Viewed 89
2.1

CREATE FUNCTION java_udf_add_one(int) RETURNS int PROPERTIES (
"file"="file:///path/to/java-udf-demo-jar-with-dependencies.jar",
"symbol"="org.apache.doris.udf.AddOne",
"always_nullable"="true",
"type"="JAVA_UDF"
);

edited Jan 1, 0001
Wanghuan17
asked Mar 26, 2024
1 Answers

支持http的方式,可以放到对象上
image.png

edited Mar 26, 2024
阿渊@SelectDB (没回帖直接加我主页微信)10175
answered Mar 26, 2024
Related Questions
集群规划问题
1 answers
2.1.11版本,新优化器,执行计划隐式类型转换丢失精度,导致数据不一致
1 answers
doris2.0.7集群迁移到新搭建的doris2.1.11集群
1 answers
多台BE节点异常宕机
1 answers
workload groups 设置是否合理
1 answers
doris 2.x 同步到哪个版本的doris 最稳定
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2026 Apache Doris 中文技术论坛.