Hello. We have a number of UDFs that were working under Hive 0.12.0. After upgrade to Hive 13 we are seeing errors executing queries with UDFs. The UDF jar file is in the $HIVE_CONF/.hiverc file as 'add jar <jar file>', and the 'create temporary function' call is there too.
We are continuing to see the following error: Error: Error while compiling statement: FAILED: SemanticException [Error 10014]: Line 1:7 Wrong arguments 'data': The UDF implementation class 'com.MyFunction' is not present in the class path (state=42000,code=10014) I have also tried adding the JAR to HIVE_AUX_JARS_PATH. After a restart of Hive we continue to see the same errors. Any ideas? Regards, Bryan Jeffrey