Created on 09-30-2018 04:00 AM - edited 08-17-2019 11:26 PM
I know how to create these UDFs from command prompt but how do I create these functions from ambari view? is there any document example explaining this ?
Created 10-02-2018 07:54 AM
You can create hive udf jar file using this video tutorial https://www.youtube.com/watch?v=BDbMPfNw_Tc
then you can follow the tutorial https://community.hortonworks.com/articles/138964/how-to-use-udfs-to-run-hive-queries-in-ambari-hive...
to run the jar file from the hive view
Note: Please mark this answer accepted and upvote it if you found it useful
Created 10-02-2018 03:22 AM
anyone ?
Created 10-02-2018 07:54 AM
You can create hive udf jar file using this video tutorial https://www.youtube.com/watch?v=BDbMPfNw_Tc
then you can follow the tutorial https://community.hortonworks.com/articles/138964/how-to-use-udfs-to-run-hive-queries-in-ambari-hive...
to run the jar file from the hive view
Note: Please mark this answer accepted and upvote it if you found it useful
Created 10-02-2018 05:23 PM
so in order to create a UDF , the user needs access to the Linux OS ? I thought the jar could also be created via the ambari hive view .
whats the Hortonworks advise on this in terms of best practice?
Created 10-03-2018 01:14 PM
You can not create the jar from hive view you will need to create it using java IDE i.e. eclipse or through command line tools I have shared you the video which explains you on how to create UDF jar file you can refer that video tutorial https://www.youtube.com/watch?v=BDbMPfNw_Tc