Get the Ambari Repository
The first step in upgrading Ambari is obtaining the public repositories.
Select the repository appropriate for your environment:
-
For RHEL/CentOS/Oracle Linux 7:
wget -nv http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.3.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
- For Amazon Linux
2:
wget -nv http://public-repo-1.hortonworks.com/ambari/amazonlinux2/2.x/updates/2.7.3.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
-
For SLES 12:
wget -nv http://public-repo-1.hortonworks.com/ambari/sles12/2.x/updates/2.7.3.0/ambari.repo -O /etc/zypp/repos.d/ambari.repo
-
For Ubuntu 14:
wget -nv http://public-repo-1.hortonworks.com/ambari/ubuntu14/2.x/updates/2.7.3.0/ambari.list -O /etc/apt/sources.list.d/ambari.list
-
For Ubuntu 16:
wget -nv http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.7.3.0/ambari.list -O /etc/apt/sources.list.d/ambari.list
-
For Debian 9:
wget -nv http://public-repo-1.hortonworks.com/ambari/debian9/2.x/updates/2.7.3.0/ambari.list -O /etc/apt/sources.list.d/ambari.list
-
For RHEL/CENTOS/Oracle Linux 7 running on IBM Power Systems:
wget -nv http://public-repo-1.hortonworks.com/ambari/centos7-ppc/2.x/updates/2.7.3.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
Note | |
---|---|
If your cluster does not have access to the Internet, set up a local repository with this data before you continue. See Using a Local Repository in the Apache Ambari Installation for more information. |
Note | |
---|---|
Ambari Server does not automatically turn off iptables. Check that your installation setup does not depend on iptables being disabled. After upgrading the server, you must either disable iptables manually or make sure that you have appropriate ports available on all cluster hosts. For information on disabling your iptables, see Configuring iptables in the Apache Ambari Installation. |