hive的UDF读取配置文件


hive的UDF读取配置文件

实现步骤
  • 在读取配置文件的写为./file_name,然后在添加UDF的时候把配置文件也加入资源就好了:
add jar xxx.jar;
add file file_name;
create temporary function xxx as xxx;
  • 不然可能会出现下面错误:
Failed with exception java.io.IOException:org.apache.hadoop.hive.ql.metadata.HiveException: Unable to execute method public java.lang.String com.example.hive.udf.UDFDecrypt.evaluate(java.lang.String) thro
ws java.lang.Exception  on object com.example.hive.udf.UDFDecrypt@376498da of class com.example.hive.udf.UDFDecrypt with arguments {xxxxxxxxxxxxx:java.lang.String} of size 1
参考


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM