Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
http://{ambari-server-hostname}:8080

from your web browser.

Install and Start the Ambari Agent Manually on Each Host in the Cluster

Install the Ambari Agent RPM:

Code Block
yum install ambari-agent-*.rpm

Edit the location of Ambari Server in

Code Block
/etc/ambari-agent/conf/ambari-agent.ini

by editing the

Code Block
hostname

line.

Start Ambari Agent:

Code Block
ambari-agent start

...