Hi:
I have problem setting up llap engine. The problem I have is When the LLAP container starts it repeatedly report can’t connect to the https SliderAppMaster. Exception is following: INFO 2017-05-09 22:04:56,437 Registry.py:69 - AM Host = usplselux186.aaaaa.com, AM Secured Port = 33067, ping port = 47423 INFO 2017-05-09 22:04:56,437 main.py:292 - Connecting to the server at: https://usplselux186.aaaaa.com:47423/ws/v1/slider/agents/ INFO 2017-05-09 22:04:56,437 NetUtil.py:75 - DEBUG: Trying to connect to the server at https://usplselux186.aaaaa.com:47423/ws/v1/slider/agents/ INFO 2017-05-09 22:04:56,438 NetUtil.py:39 - Connecting to the following url https://usplselux186.aaaaa.com:47423/ws/v1/slider/agents/ ERROR 2017-05-09 22:04:56,469 NetUtil.py:60 - [Errno 8] _ssl.c:492: EOF occurred in violation of protocol ERROR 2017-05-09 22:04:56,469 NetUtil.py:62 - SSLError: Failed to connect. Please check openssl library versions. Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details. I am using hive 2.1.0, slider 0.92.0, tez 0.8.5 I am wondering it looks the slider agent https server is started using jvm (openjdk 1.8.0), and python client (2.6.6) tries to connect failed. Any people experienced this before? Many thanks. Cheng Yi