Re: UDFs in Beeline w/ Hive 0.13.0

2014-04-30 Thread Bryan Jeffrey
Jason, The issue was indeed that the class needed to be in the public scope. Thank you for the help! Regards, Bryan Jeffrey On Wed, Apr 30, 2014 at 6:07 PM, Jason Dere wrote: > Is this embedded beeline, or going against HiveServer2? Which one is > picking up the .hiverc? > > Hive really sh

Re: UDFs in Beeline w/ Hive 0.13.0

2014-04-30 Thread Jason Dere
Is this embedded beeline, or going against HiveServer2? Which one is picking up the .hiverc? Hive really should be printing the exact exception message there (GenericUDFBridge), it prints that error on any exception it encounters in that part of the logic. It might be hiding what the actual er

Re: UDFs in Beeline w/ Hive 0.13.0

2014-04-30 Thread Brad Ruderman
Post your exact code. I think you might be using a reserved word perhaps? Thanks, Brad On Wed, Apr 30, 2014 at 11:32 AM, Bryan Jeffrey wrote: > Hello. > > We have a number of UDFs that were working under Hive 0.12.0. After > upgrade to Hive 13 we are seeing errors executing queries with UDFs.