...
Code Block |
---|
For Redhat/CentOS/Oracle:
cd /etc/yum.repos.d/
wget <ambari-repo-url>
For SUSE:
cd /etc/zypp/repos.d
wget <ambari-repo-url>
For Ubuntu:
cd /etc/apt/sources.list.d
wget <ambari-repo-url> |
Choose an appropriate <ambari-repo-url> based on the platform used:
(Redhat / CentOS / Oracle) 6 | http://s3.amazonaws.com/dev.public-repo-1.hortonworks.com/ambari/centos6/2.x/BUILDSupdates/2.1.0-1409/ambaribnambari.repo |
(Redhat / CentOS / Oracle) 57 | http://public-repo-1.hortonworks.com/ambari/centos5centos7/2.x/updates/2.1.0.1/ambari.repo |
SUSE 11 | http://public-repo-1.hortonworks.com/ambari/suse11/2.x/updates/2.1.0.1/ambari.repo |
Ubuntu 12 | http://public-repo-1.hortonworks.com/ambari/ubuntu12/2.x/updates/2.0.1/ambari.list Not supported (support coming in 2.1.2) |
Step 2: Install, Setup, and Start Ambari Server
...
Code Block |
---|
For Redhat/CentOS/Oracle: yum install ambari-server For SUSE: zypper install ambari-server For Ubuntu: apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B9733A7A07513CAD apt-get update apt-get install ambari-server |
...
Run the setup command to configure your Ambari Server, Database, JDK, LDAP, and other options:
...