hive在hue上使用udf时报错
【摘要】
报错信息:
Error while compiling statement: FAILED: SemanticException [Error 10014]: line 1:55 Wrong ar...
报错信息:
Error while compiling statement: FAILED: SemanticException [Error 10014]: line 1:55 Wrong arguments ‘zw_category_two’: No matching method for class com.medbook.assistant.ArrayIntegrationUDF with (array, array). Possible choices: FUNC(struct<>, struct<>)
分析:这可能和你写的UDF函数没有关系,网上大都在说写udf上的问题,我这边做一个补充。
解决方法:当你在hive的shell里注册了永久的function后,需要去将hiveServer2重启,这样function才会在第三方调用的时候生效,比如:hue调用时
文章来源: blog.csdn.net,作者:橙子园,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/Chenftli/article/details/122489494
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)