Контейнер LLAP ползунка Apache не запускается - PullRequest
0 голосов
/ 30 ноября 2018

Я пытаюсь запустить контейнер LLAP, и я вижу следующую ошибку в журнале контейнера

 Log Type: slider-agent.out

Log Upload Time: Fri Nov 30 02:01:10 -0800 2018

Log Length: 783

Traceback (most recent call last):
  File "./infra/agent/slider-agent/agent/main.py", line 34, in <module>
    from Controller import Controller
  File "/var/hadoop/yarn/local/usercache/hdfs/appcache/application_1543348222965_5967/filecache/70/slider-agent.tar.gz/slider-agent/agent/Controller.py", line 38, in <module>
    from NetUtil import NetUtil
  File "/var/hadoop/yarn/local/usercache/hdfs/appcache/application_1543348222965_5967/filecache/70/slider-agent.tar.gz/slider-agent/agent/NetUtil.py", line 21, in <module>
    from ssl import SSLError
  File "/usr/local/lib/python2.7/ssl.py", line 97, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: /usr/local/lib/python2.7/lib-dynload/_ssl.so: undefined symbol: SSLv2_method

И я вижу следующее в диагностической информации AM -

Unstable Application Instance : - failed with component LLAP failed 'recently' 6 times (6 in startup); threshold is 5 - last failure: Failure container_e47_1543348222965_5967_01_000007 on host .....

Любая помощь?Я использую Apache Slider Slider-0,91,0

...