虚拟机中的HWX 2.6沙箱 - 无法启动服务(使用Ambari的HDFS或任何服务)。
启用Vt-x。
服务器没有启动并超时,因此在“/etc/ambari-server/conf/ambari.properties”中增加了超时 - server.startup.web.timeout = 180 - 现在工作。
由于hdfs用户安全模式也是OFF,使用命令 - hdfs dfsadmin -safemode leave
yum update和yum install -y hadooplzo hadooplzo-native也完成了。
可以在/ etc / hosts
172.17.0.2 sandbox-hdp.hortonworks.com sandbox-hdp
127.0.0.1 sandbox.hortonworks.com
连接拒绝错误:
[root @ sandbox-hdp~] #telnet sandbox.hortonworks.com 8020 试试127.0.0.1 ...... telnet:连接到地址127.0.0.1:拒绝连接
[root @ sandbox-hdp~] #telnet sandbox.hortonworks.com 8080(WORKS) 试试127.0.0.1 ...... 连接到sandbox.hortonworks.com。 逃脱角色是'^]'。
ambari-agent.log
INFO 2018-06-18 09:59:06,502 NetUtil.py:70 - 正在连接https://sandbox.hortonworks.com:8440/ca ERROR 2018-06-18 09:59:06,569 NetUtil.py:96 - [Errno 8] _ssl.c:492:EOF违反协议 ERROR 2018-06-18 09:59:06,571 NetUtil.py:97 - SSLError:连接失败。请检查openssl库版本。 有关详细信息,请参阅:https://bugzilla.redhat.com/show_bug.cgi?id=1022468。 警告2018-06-18 09:59:06,576 NetUtil.py:124 - https://sandbox.hortonworks.com:8440的服务器无法访问,睡眠时间为10秒......
答案 0 :(得分:-1)
在使用Ansible从头开始构建HDP沙箱时遇到了同样的问题。解决方案是在/etc/ambari-agent/conf/ambari-agent.ini
force_https_protocol=PROTOCOL_TLSv1_2
您在verify=disable
中可能还需要/etc/python/cert-verification.cfg
,但不确定