inpawar...@gmail.com
Subject: Re: Nullpointer Exception when using UDF
Nitin,
Below is the code I got/used from
<https://issues.apache.org/jira/browse/HIVE-2361>
https://issues.apache.org/jira/browse/HIVE-2361/
I have attached the file that has all the UDF's ( of whi
Neelesh,
Will it be possible for you to share your code?
Looks like in your UDF you are not handling NULL as input values.
Thanks,
Nitin
On Thu, Feb 14, 2013 at 10:22 PM, neelesh gadhia wrote:
> Hi Dean,
>
> Thanks for your response. I reviewed the stack trace. As you mentioned
> the error
Hi Dean,
Thanks for your response. I reviewed the stack trace. As you mentioned the
error shows up at
org.apache.hadoop.hive.ql.exec.ExprNodeGenericFuncEvaluator.initialize(ExprNodeGenericFuncEvaluator.java:137)
But this probably is a java class that comes with hadoop 1.1.1 and it
untouched.