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