apache slider llap容器无法启动

xv8emn3q  于 2021-06-01  发布在  Hadoop
关注(0)|答案(0)|浏览(202)

我正在尝试启动一个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 .....

有什么帮助吗?我使用的是apacheslider-0.91.0

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题