blob: 7551cf2b7f09afcd1811730c89bb60e8b19bc2fc [file] [log] [blame]
PREHOOK: query: create function default.badfunc as 'my.nonexistent.class'
PREHOOK: type: CREATEFUNCTION
PREHOOK: Input: database:default
PREHOOK: Output: default.badfunc
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.ddl.DDLTask. Unable to load UDF class: java.lang.ClassNotFoundException: my.nonexistent.class
Please ensure that the JAR file containing this class has been properly installed in the auxiliary directory or was added with ADD JAR command.