RE: Nullpointer Exception when using UDF

2013-02-15 Thread Christopher Wirt
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

Re: Nullpointer Exception when using UDF

2013-02-14 Thread Nitin Pawar
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

Re: Nullpointer Exception when using UDF

2013-02-14 Thread neelesh gadhia
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.