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: "u...@hive.apache.org" > Date: Sunday, January 10, 2016 at 22:06 > To: "u...@hive.apache.org" > Cc: "dev@hive.apache.org" > Subject: Re: Hive UDF accessing

Re: Hive UDF accessing https request

2016-01-11 Thread Sergey Shelukhin
06 To: "u...@hive.apache.org<mailto:u...@hive.apache.org>" mailto:u...@hive.apache.org>> Cc: "dev@hive.apache.org<mailto:dev@hive.apache.org>" mailto:dev@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
Thanks Sergey for looking into this. Below is the Exception we are getting when we use from Hive UDF, but from separate java program it works fine javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathB

Re: Hive UDF accessing https request

2016-01-08 Thread Sergey Shelukhin
To start with, you can remove the try-catch so that the exception is not swallowed and you can see if an error occurs. However, note that this is an anti-pattern for any reasonable-sized dataset. From: Prabhu Joseph mailto:prabhujose.ga...@gmail.com>> Reply-To: "u...@hive.apache.org