【问题标题】:Stuck on "Waiting for Ambari Agent to connect" HDP 2.6 Docker installation on linux卡在“等待 Ambari 代理连接”在 Linux 上安装 HDP 2.6 Docker
【发布时间】:2018-01-07 16:05:39
【问题描述】:

我想在 Docker 上部署 Hortonworks Sandbox。 我的安装卡住了:

等待 ambari 代理连接 .......“状态”:“已安装”,

我查看了start_sandbox_hdp.sh,发现安装卡在:

docker exec -t sandbox-hdp /bin/sh -c ' until curl --silent -u admin:password123 -H "X-Requested-By:ambari" -i -X GET http://localhost:8080/api/v1/clusters/Sandbox/hosts/sandbox-hdp.hortonworks.com/host_components/ZOOKEEPER_SERVER | grep state | grep -v desired | grep INSTALLED; do sleep 5; echo -n .; done;'

【问题讨论】:

标签: docker ambari hortonworks-sandbox


【解决方案1】:

是docker版本的问题。卸载当前版本 17.12 并安装版本 17.09。它现在应该可以工作了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多