I've actually had this issue, the way I solved it, I am not sure if
that's the correct way, I"ve added my function definitions to .bashrc
file in $hive_home/bin.
That file is called once before every hive session is created so you
have to create the functions as temporary functions, creating them as
permanent once will fail.
Regards,
Peter
On 4.12.2015 03:58, Todd wrote:
Could someone help answer my question? Thanks.
At 2015-12-03 19:12:29, "Todd" <[email protected]> wrote:
Hi,
I am using Hive 0.14.0, and have hive thrift server running.During
its running, I would use “create function” to add a permanent
function,
Does hive support this **without restarting** the hive thrift
server,that is, after creating the function, I will be able to use
the function when I connect the hive server with jdbc?
Thanks.