Hi,

We encounter strange behavior on Hive 13.0.1 on Amazon EMR:

add jar my.jar //Loading a jar that contains udfs
create temporary function my_func as "some.package.Func"
!hive -e "";
select  my_func(column1)
from mytable

This results in:

The UDF implementation class 'some.package.Func' is not present in the
class path



We had no such problem when using hive 0.11

Reply via email to