Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Step 1: Download and build Ambari 1.5.0 source

Code Block
wget http://wwwarchive.apache.org/dist/ambari/ambari-1.5.0/ambari-1.5.0.tar.gz
tar xfvz ambari-1.5.0.tar.gz
cd ambari-1.5.0
mvn versions:set -DnewVersion=1.5.0
mvn -B clean install package rpm:rpm -DnewVersion=1.5.0 -DskipTests -Dpython.ver="python >= 2.6"

...

Step 3: Setup and Start Ambari Server

Run the setup command to configure your Ambari Server, Database, JDK, LDAP, and other options.:

Code Block
ambari-server setup

...

Log in with username admin and password admin and follow on-screen instructions.

Under Install Options page, enter the hosts to add to the cluster.  Do not supply any SSH key, and check "Perform manual registration on hosts and do not use SSH" and hit "Next".