We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述: 目前Scriptis在注册udf的时候,对udf jar包路径校验错误。jar名称符合了“后缀名只支持jar,且jar包名仅支持英文,数字,下划线!”。但是注册时校验依旧不通过
问题分析:jar包名称是符合校验规则的,jar包所在的路径中有个‘-’。路径校验规则bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述:
目前Scriptis在注册udf的时候,对udf jar包路径校验错误。jar名称符合了“后缀名只支持jar,且jar包名仅支持英文,数字,下划线!”。但是注册时校验依旧不通过
问题分析:jar包名称是符合校验规则的,jar包所在的路径中有个‘-’。路径校验规则bug
The text was updated successfully, but these errors were encountered: