I'm running a cloudera hadoop cluster that I installed using the cloudera manager.
I have a UDF that I have deployed and run successfully using straight hive CLI. This involves adding a few library jars to hive using 'hive --auxpath xxx' and then creating a temporary function.
But when I try to do the same thing using Hue + Beeswax where I add the resources and the temporary functions using the handy form fields to the left, I keep getting this error:
FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.FunctionTask
I've searched over and over and can't find a place where the error code of '-101' is translated.
The logs I'm currently looking at aren't very helpful. Is there a different log with more info that I should be looking at?
I'd be really appreciate if it you guys could translate 'error code -101' for me or point me in the right direction.
Thanks!