Ambari Managed HDF Upgrade
Also available as:
PDF

Get the Ambari Repository

The first step in upgrading Ambari is obtaining the public repositories.

Check your current directory before you download the new repository file to make sure that there are no previous versions of the ambari.repo file. If you do not, and a previous version exists, the new download is saved with a numeric extension, such as ambari.repo.1. Make sure that the version you copy is the new version.
Get the new Ambari repo and replace the old repository file with the new repository file on all hosts in your cluster.

Select the repository appropriate for your environment:

  • For RHEL/CentOS/Oracle Linux 7:

    wget -nv https://<username>:<password>@archive.cloudera.com/p/ambari/centos7/2.x/updates/2.7.5.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
  • For Amazon Linux 2:
    wget -nv https://<username>:<password>@archive.cloudera.com/p/ambari/amazonlinux2/2.x/updates/2.7.5.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
  • For SLES 12:

    wget -nv https://<username>:<password>@archive.cloudera.com/p/ambari/sles12/2.x/updates/2.7.5.0/ambari.repo -O /etc/zypp/repos.d/ambari.repo
  • For Ubuntu 16:

    wget -nv https://<username>:<password>@archive.cloudera.com/p/ambari/ubuntu16/2.x/updates/2.7.5.0/ambari.list -O /etc/apt/sources.list.d/ambari.list
  • For Debian 9:

    wget -nv https://<username>:<password>@archive.cloudera.com/p/ambari/debian9/2.x/updates/2.7.5.0/ambari.list -O /etc/apt/sources.list.d/ambari.list
  • For RHEL/CENTOS/Oracle Linux 7 running on IBM Power Systems:
    wget -nv https://<username>:<password>@archive.cloudera.com/p/ambari/centos7-ppc/2.x/updates/2.7.5.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
Note
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
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.