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

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

Asked Mar 26, 2024 Modified Jan 1, 0001
Viewed 66
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 (没回帖直接加我主页微信)8970
answered Mar 26, 2024
Related Questions
fe节点加入集群时报错
1 answers
大佬们求助,授予角色可以创建catalog的权限报错
1 answers
关于catalog_paimon环境下如何启用paimonNativeReadSplits?
1 answers
不同doris集群如何同步数据?
1 answers
bitmap类型设置默认值后,数据导入报错can not cast from origin type bitmap to target type=varchar(65533)
1 answers
doris2.1.8,相同的sql,不同账期但数据量差异,大小表join,有时候会自动join reorder导致OOM
1 answers

Terms of service Privacy policy

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