[jira] [Created] (HIVE-11081) Running hive commands from an external command line ( using ! ) makes added UDF disappear

2015-06-22 Thread harel gliksman (JIRA)
harel gliksman created HIVE-11081: - Summary: Running hive commands from an external command line ( using ! ) makes added UDF disappear Key: HIVE-11081 URL: https://issues.apache.org/jira/browse/HIVE-11081

Added jars are not available after running shell command in hive that uses hive

2015-06-22 Thread Harel Gliksman
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