hive的UDF读取配置文件

  • Post author:
  • Post category:其他


hive的UDF读取配置文件

实现步骤

在读取配置文件的写为./file_name,然后在添加UDF的时候把配置文件也加入资源就好了:

add jar xxx.jar;
add file file_name;
create temporary function xxx as xxx;

转载:

https://blog.csdn.net/weixin_34259159/article/details/85949534;



https://blog.csdn.net/hwwn2009/article/details/41289197