abc
*854959 110335*
395551 80558
340020 275122
208852 308319
192140 139578
179191 49070
165588 346486
133544 199021
130692 270755
103451 275368
Thanks,
Prabhu Joseph
---
Can you guys help me to check whether sample https request is accessed from
Hive UDF to ensure whether any configuration issue from my end or a Bug in
Hive.
Thanks,
Prabhu Joseph
On Mon, Jan 11, 2016 at 11:53 PM, Sergey Shelukhin
wrote:
> Hmm, I’ve no idea off the top of my head
sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
... 41 more
Thanks,
Prabhu Joseph
On Sat, Jan 9, 2016 at 12:33 AM, Sergey Shelukhin
wrote:
> 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 i
end(inputLine);
}
in.close();
return new Text(response.toString());
} catch (Exception e) {
e.printStackTrace();
}
return null;
}
}
Thanks,
Prabhu Joseph