-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1759/
-----------------------------------------------------------
Review request for hive and John Sichi.
Summary
-------
while executing UDF if the implementation jar is not present in MR class path
it is throwing nullpointer exception instead of throwing nullpointer exception
throwing meaning full exception with the required details.
This addresses bug HIVE-2182.
https://issues.apache.org/jira/browse/HIVE-2182
Diffs
-----
trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFBridge.java
1166865
trunk/ql/src/test/queries/clientnegative/udfnull.q PRE-CREATION
trunk/ql/src/test/results/clientnegative/udfnull.q.out PRE-CREATION
Diff: https://reviews.apache.org/r/1759/diff
Testing
-------
Added unit tests
Thanks,
chinna