Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.2, Impala 2.3.0
Description
For the first time, when functions gets triggered, it load the udf's jar from specified HDFS location (specified as part of create function syntax) and keep it in 'tmp' dir (cache) for further operations. Incase, jar is not available at hdfs location for the first time, Impalad is crashing, which is not a good behaviour. Instead, it should throw some warning or error messages and move on.