我是 docker 和 Linux 的新手。我在我的 Linux VM 上安装了带有 docker 的 Ambari Server。它与 Hortonworks 软件包捆绑在一起。当我启动 Ambari 服务器时,我得到:
数据库配置一致性检查:未发现错误和警告。错误:退出代码为 1。原因:服务器在 50 秒后尚未侦听 http 端口 8080。退出。
我已经读到我需要更改 ambari-properties 文件中的超时设置。喜欢:
Edit the "/etc/ambari-server/conf/ambari.properties" and increase the following property value to 120 or 150 seconds. server.startup.web.timeout=120
https://community.hortonworks.com/questions/149848/change-the-port-for-ambari-server.html
但是,我似乎必须在容器内才能更改设置,但我无法启动容器。我找不到那个文件夹,也找不到 /var/log/ambari-server。这些文件夹似乎在容器中。如何从容器内查找 ambari.properties?