Hi,
I have create a UDF in impala but every time I am restarting it the UDF is gone. Is there anyway to fix this issue ?
create function my_udf(String,String,String) returns boolean location 'udfs-1.0-SNAPSHOT-jar-with-dependencies.jar' SYMBOL='MyUDF ;