Versions Compared

Key

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

...

to make yourself root. Ambari offers many installation options (see http://incubator.apache.org/ambari/current/installing-hadoop-using-ambari/content/index.html), but to get up and running quickly with default settings, you can run the following:

Code Block
rpmwget -Uvh http://public-repo-1.hortonworks.com/ambari/centos6/1.x/GA/ambari-1.x-1.el6.noarch.rpm.repo
cp ambari.repo /etc/yum.repos.d
yum install ambari-server -y
ambari-server setup -s
ambari-server start

...