A management pack bundles service definitions, stack definitions, and stack add-on
service definitions so they do not need to be included with the Ambari core functionality and
can be updated in between major releases. Upgrade the management pack to ensure that you have
the latest versions of the available components.
Get the HDF Management Pack location and build number from the HDF Release
Notes.
-
Back up your Ambari resources folder:
cp -r /var/lib/ambari-server/resources /var/lib/ambari-server/resources.backup
-
Upgrade the HDF management pack with the command
appropriate for your operating system:
RHEL/CentOS/Oracle Linux 7:
ambari-server upgrade-mpack \
--mpack=http://public-repo-1.hortonworks.com/HDF/centos7/3.x/updates/<version>/tars/hdf_ambari_mp/hdf-ambari-mpack-<version>-<build-number>.tar.gz \
--verbose
SUSE Linux Enterprise Server (SLES) v12 SP1
ambari-server upgrade-mpack \
--mpack=http://public-repo-1.hortonworks.com/HDF/sles12/3.x/updates/<version>/tars/hdf_ambari_mp/hdf-ambari-mpack-<version>-<build-number>.tar.gz \
--verbose
Debian 9:
ambari-server upgrade-mpack \
--mpack=http://public-repo-1.hortonworks.com/HDF/debian9/3.x/updates/<version>/tars/hdf_ambari_mp/hdf-ambari-mpack-<version>-<build-number>.tar.gz \
--verbose
Ubuntu 14:
ambari-server upgrade-mpack \
--mpack=http://public-repo-1.hortonworks.com/HDF/ubuntu14/3.x/updates/<version>/tars/hdf_ambari_mp/hdf-ambari-mpack-<version>-<build-number>.tar.gz \
--verbose
Ubuntu 16:
ambari-server upgrade-mpack \
--mpack=http://public-repo-1.hortonworks.com/HDF/ubuntu16/3.x/updates/<version>/tars/hdf_ambari_mp/hdf-ambari-mpack-<version>-<build-number>.tar.gz \
--verbose