Re: Hive UDF accessing https request

2016-01-11 Thread Prabhu Joseph
om the Hive task, or doesn’t have access to it. > > > From: Prabhu Joseph > Reply-To: "user@hive.apache.org" > Date: Sunday, January 10, 2016 at 22:06 > To: "user@hive.apache.org" > Cc: "d...@hive.apache.org" > Subject: Re: Hive UDF accessing

Re: Hive UDF accessing https request

2016-01-11 Thread Sergey Shelukhin
06 To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Cc: "d...@hive.apache.org<mailto:d...@hive.apache.org>" mailto:d...@hive.apache.org>> Subject: Re: Hive UDF accessing https request Thanks Sergey for looking into this. B

Re: Hive UDF accessing https request

2016-01-10 Thread Gopal Vijayaraghavan
> javax.net.ssl.SSLHandshakeException: >sun.security.validator.ValidatorException: PKIX path building failed: >sun.security.provider.certpath.SunCertPathBuilderException: unable to >find valid certification path to requested There's a linux package named ca-certificates(-java) which might be miss

Re: Hive UDF accessing https request

2016-01-10 Thread Prabhu Joseph
s an anti-pattern for any reasonable-sized > dataset. > > From: Prabhu Joseph > Reply-To: "user@hive.apache.org" > Date: Friday, January 8, 2016 at 00:51 > To: "user@hive.apache.org" , "d...@hive.apache.org" < > d...@hive.apache.org> > Subject

Re: Hive UDF accessing https request

2016-01-08 Thread Sergey Shelukhin
lt;mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Date: Friday, January 8, 2016 at 00:51 To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>>, "d...@hive.apache.org<mailto:d...@hive.apache.org>"

Hive UDF accessing https request

2016-01-08 Thread Prabhu Joseph
Hi Experts, I am trying to write a Hive UDF which access https request and based on the response return the result. From Plain Java, the https response is coming but the https accessed from UDF is null. Can anyone review the below and share the correct steps to do this. create temporary func