A management pack (mpack) 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.
-
Back up your Ambari resources folder:
cp -r /var/lib/ambari-server/resources /var/lib/ambari-server/resources.backup
-
Download the Hortonworks HDF management pack. You can find the download location
for your operating system in the HDF Release Notes.
-
Copy the bundle to /tmp on the node where you installed
Ambari.
-
Install the management pack:
ambari-server install-mpack \
--mpack=/tmp/hdf-ambari-mpack-<version>.tar.gz \
--purge
--verbose
-
Restart the Ambari server: