Re: FW: Custom UDF Loses Depenencies

2019-03-05 Thread Kevin Risden
gt; *From:* Shawn Weeks > *Sent:* Tuesday, March 5, 2019 4:04 PM > *To:* user@hive.apache.org > *Subject:* RE: FW: Custom UDF Loses Depenencies > > > > I suspect it’s related to that. HIVE-11878 was for several of those issues > but it’s included in my build. The function has

RE: FW: Custom UDF Loses Depenencies

2019-03-05 Thread Shawn Weeks
I didn’t want to pollute the class path. Thanks Thanks Shawn From: Kevin Risden mailto:kris...@apache.org>> Sent: Tuesday, March 5, 2019 3:49 PM To: user@hive.apache.org<mailto:user@hive.apache.org> Subject: Re: FW: Custom UDF Loses Depenencies Different classloader potentially i

RE: FW: Custom UDF Loses Depenencies

2019-03-05 Thread Shawn Weeks
pollute the class path. Thanks Thanks Shawn From: Kevin Risden Sent: Tuesday, March 5, 2019 3:49 PM To: user@hive.apache.org Subject: Re: FW: Custom UDF Loses Depenencies Different classloader potentially inside HS2? I know there used to be some interesting cases of classloading when trying

Re: FW: Custom UDF Loses Depenencies

2019-03-05 Thread Kevin Risden
Different classloader potentially inside HS2? I know there used to be some interesting cases of classloading when trying to add custom UDFs. Not sure what the current state is. Kevin Risden On Tue, Mar 5, 2019 at 4:46 PM Shawn Weeks wrote: > Didn't here anything on the dev mailing list, has an

FW: Custom UDF Loses Depenencies

2019-03-05 Thread Shawn Weeks
Didn't here anything on the dev mailing list, has anyone here seen this scenario. Custom Hive Function starts throwing class not found errors but only after a while, the function runs fine most of the time and only has a single dependency. Thanks Shawn -Original Message- From: Shawn We