You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
现在为了让ParamsModel能正常拥有FunctionModel的话,不能仅 new 一个对象,还要在外部传入FunctionModel所在的ClassPath。若不如此做,会导致Spark中无法正常序列化FunctionModel,导致Operator找不到UDF。
建议把ParamsModel改为一个更好用的使用方式