沙盒代理容器在启动后不久崩溃

问题描述 投票:0回答:1

试图在全新安装的Ubuntu(18.04.3和16.04)上设置HDP(2.6.5和3.0.1)。

按照https://www.cloudera.com/tutorials/sandbox-deployment-and-install-guide/3.html的说明在Docker上部署Hortonworks沙箱的说明。

运行后:

sh docker-deploy-hdp30.sh

两个图像均已成功下载,可以通过以下方式启动:

docker start sandbox-hdp
docker start sandbox-proxy

然而,不幸的是,沙盒代理容器在2秒后崩溃。我知道这是因为运行:

docker ps

启动后立即显示它确实运行了一段时间。

docker logs sandbox-proxy

返回此错误消息:

[emerg] 1#1: host not found in upstream "sandbox-hdp" in /etc/nginx/conf.d/http-hdp.conf:9
nginx: [emerg] host not found in upstream "sandbox-hdp" in /etc/nginx/conf.d/http-hdp.conf:9

这本质上是设置和部署指南的第1步,因此我不确定我做错了什么。这是运行部署外壳脚本的输出:https://pastebin.com/FZyeqawX

关于解决此问题的任何建议将不胜感激。

编辑:运行proxy-deploy.sh脚本会产生相同的结果。

docker hortonworks-sandbox hdp
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.