Thanks Namit.
One thing I was thinking of trying was stuffing the registration into
the static section of my custom FileInputFormat class - I figure that
since my table depends on a custom FileInputFormat, that class will
get loaded and hence all my UDF's will get registered.
Bobby
On Oct 12, 2009, at 4:45 PM, Namit Jain wrote:
There are a bunch of jiras on this – but it is not supported
currently
On 10/12/09 4:28 PM, "Bobby Rullo" <[email protected]> wrote:
Hey there,
Is there a way to permanently register your UDF's so that you don't
have to do a "create temporary function ..." at beginning of each
session?
Another alternative would be to have a combine the "-f" switch
interactive mode, allowing you to execute a bunch of hive commands
before jumping into the session.
Thanks,
Bobby