----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68523/ -----------------------------------------------------------
(Updated Sept. 17, 2018, 3:24 p.m.) Review request for hive, Marta Kuczora, Peter Vary, and Adam Szita. Bugs: HIVE-20466 https://issues.apache.org/jira/browse/HIVE-20466 Repository: hive-git Description ------- When a create function statement is submitted, it may fail with the following error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.FunctionTask This is not a user-friendly error message. Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java 44591842bb ql/src/java/org/apache/hadoop/hive/ql/exec/Registry.java 6f8a8f5504 ql/src/test/results/clientnegative/create_function_nonexistent_class.q.out 77467f66e3 Diff: https://reviews.apache.org/r/68523/diff/3/ Changes: https://reviews.apache.org/r/68523/diff/2-3/ Testing ------- added negative qtest to cover this scenario Thanks, denys kuzmenko