Re: Create permanent UDF's not using "Create temporary function"

2012-06-25 Thread madhu phatak
Hi, If you want to make your temporary function permanent , you have to patch hive source code. Please refer to this discussion http://mail-archives.apache.org/mod_mbox/hive-user/201101.mbox/%3caanlktimbx1rskkwqi1pnnhrjkgc9cjurun_be8yoy...@mail.gmail.com%3E On Mon, Jun 25, 2012 at 2:50 AM, Jasper

Create permanent UDF's not using "Create temporary function"

2012-06-24 Thread Jasper Knulst
Hi I have been successfully using UDF's in Hive for a while. So I started wondering what it would take to use non-temporary functions so you don't have to bother going through the same commands "add jars" & "create temporary function" for every session. Why is it not possible to register function