我尝试在 Ubuntu 12.04.1 LTS 上使用标准版本安装 cloudera 管理器,当我想添加新主机时,出现下一个错误:
Installation failed.Failed to receive heartbeat from agent.
Ensure that the host's hostname is configured properly.
Ensure that port 7182 is accesible on the Cloudera Manager server (check firewall rules).
Ensure that ports 9000 an 9001 are free on the host being added.
Check agent logs in /var/log/cloudera-scm-agent/ on the host being added (some of the logs can be found in the installation details).
Run Code Online (Sandbox Code Playgroud)
在/etc/hosts文件中,我将其配置为:
127.0.0.1 localhost
127.0.0.1 hadoop-ubuntu
192.168.5.xyz hadoop-ubuntu.dana.local hadoop-ubuntu …Run Code Online (Sandbox Code Playgroud)