Versions Compared

Key

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

...

to make yourself root. Ambari offers many installation options (see Ambari User Guides), but to get up and running quickly with default settings, you can run the following:

Code Block
# to test latest public release 1.6.1 - stable
wget -O /etc/yum.repos.d/ambari.repo http://public-repo-1.hortonworks.com/ambari/centos6/1.x/updates/1.6.1/ambari.repo
OR
# (to test latestthe public release 1.6.1)
OR7.0 branch build - updated nightly
wget -O /etc/yum.repos.d/ambari.repo http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/1.x/updates/1.7.0.dev/ambari.repo
# ( to test the 1.7.0 branch build)
OR trunk build - updated multiple times a day - NOT WORKING RIGHT NOW
wget -O /etc/yum.repos.d/ambari.repo http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/1.x/updates/trunk/ambari.repo (to test the latest trunk build - not working right now!)
yum install ambari-server -y
ambari-server setup -s
ambari-server start

...