1

ubuntu に最新の cloudera マネージャーをインストールしようとしましたが、疑似分散モードで cluser をインストールすると、以下のエラーが表示されます。何をすべきかアドバイスしてもらえますか?次のエントリがあります 127.0.0.1 localhost 127.0.0.1 localhost.localdomain localhost

インストールに失敗しました。エージェントからハートビートを受信できませんでした。

Ensure that the host's hostname is configured properly.
Ensure that port 7182 is accessible on the Cloudera Manager server (check firewall rules).
Ensure that ports 9000 and 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).
4

1 に答える 1

2

Cloudera Manager とホストでもホスト名情報を宣言する必要があります。

例えば:

Cloudera マネージャーで:

10.1.3.11   hadoop-host1.localdomain hadoop-host1
10.1.3.12   hadoop-host2.localdomain hadoop-host2
...

各ホストで:

10.1.3.10   cloudera-manager.localdomain cloudera-manager

簡単に言うと、CM とすべてのホストに同じホスト名のリストを使用しました。

于 2013-04-19T09:28:42.883 に答える