chuyang-zl opened a new issue #4387: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4387
**Describe the bug** The DS version is 1.2.1. After the UDF function is created, the UDF function is used incorrectly in the task node. After the resource node selects the corresponding UDF function, the error is reported in the execution log.The error log is as follows: ds版本是1.2.1,创建UDF函数后,在任务节点中使用时报错,资源节点选择对应UDF函数后,执行日志中报错,由于加载了错误的jar包路径导致无法正常创建对应的UDF函数,报错日志如下:  As you can see from the error log, the UDF function cannot be created due to the inability to load the JAR at the specified path, and after the UDF resource is uploaded on the resource interface, the actual location of the JAR is not the location specified at the time of loading 从报错日志可以得知,由于无法加载指定路径的jar包而导致无法创建UDF函数,在资源界面上传UDF资源后,jar包真正的位置并不是加载时指定的位置  从issue列表中,找到了相关问题[2888](https://github.com/apache/incubator-dolphinscheduler/issues/2888),但是已经是1.2.1版本了 **Which version of Dolphin Scheduler:** -[1.2.1] ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
