Created 02-12-2018 08:15 AM
Hi I am using HDP 2.6.2.14.
I have enabled the LLAP. First time LLAP restarted successfully. But when I tried to restart but not getting start.
javax.net.ssl.SSLException: Received fatal alert: unknown_ca
Error messages on a container launched by Slider AM
Also I have copied phoenix-4.7.0.2.6.2.14-5-client.jar to following path for phoenix connectivity.
/usr/hdp/2.6.2.14-5/hive2/auxlib/phoenix-4.7.0.2.6.2.14-5-client.jar
Created 02-12-2018 06:25 PM
@Ashnee Sharma Try regenerate the keytab for LLAP.
Created 02-17-2018 05:48 PM
My cluster is non secure.
Created 02-13-2018 08:30 AM
@Ashnee
follow this link: http://eastcirclek.blogspot.in/2016/10/how-to-start-hive-llap-functionality.html
should solve your problem.
Created 02-17-2018 05:48 PM
I have tried this. But didn't worked.
Created 02-19-2018 06:55 PM
@Ashnee Sharma I think @nkumar means well but is lazy. He didn't point out that the troubleshooting section in the article he lazyily pointed you to actually specifically mentions your issue. I encountered it too and the solution was to force python to allow unsecure certs at a server level. for way too much background check this out: https://lwn.net/Articles/611243/
Here's a fix that works at the server level:
Read this before making the change: https://access.redhat.com/articles/2039753
Edit this file on all nodes and set verify to "disable"... .this is a way to fix things.... not necessarily the best way.. so please read the articles before you choose if this path is for you.
/etc/python/cert-verification.cfg
[https]
verify=disable
Created 02-26-2018 12:23 PM
Thanks I will check it and reply.
Created 03-14-2018 06:42 AM
@Matt Andruff
After disabling
[https]
verify=disable issue is resolved.
Created 03-14-2018 06:20 PM
@Ashnee Sharma I think @nkumar means well but is lazy. He didn't point out that the troubleshooting section in the article he lazyily pointed you to actually specifically mentions your issue. I encountered it too and the solution was to force python to allow unsecure certs at a server level. for way too much background check this out: https://lwn.net/Articles/611243/
Here's a fix that works at the server level:
Read this before making the change: https://access.redhat.com/articles/2039753
Edit this file on all nodes and set verify to "disable"... .this is a way to fix things.... not necessarily the best way.. so please read the articles before you choose if this path is for you.
/etc/python/cert-verification.cfg
[https]
verify=disable