Installation
Also available as:
PDF
loading table of contents...

Installing HCP Ambari Management Pack

Prerequisites

An HCP Ambari 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. The HCP management pack includes Metron, plus the parser topologies, indexing topologies, and enrichment topologies.

You can find the management pack repositories for each of the operating systems supported by HCP at https://docs.hortonworks.com/HDPDocuments/HCP1/HCP-1.4.1/bk_release-notes/content/hcs_1_0_repos.html.

[Note]Note

When installing Elasticsearch with the management pack on Ubuntu, you must manually install the Elasticsearch repositories. The management pack does not do this, like it does on CentOS.

The following is an example of installating the HCP Ambari management pack on CentOS 7.

  1. Download the HCP management pack tar file from the HCP repo location:

    wget -nv http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.4.1.0/tars/metron/hcp-ambari-mpack-1.4.1.0-18.tar.gz
  2. Install the HCP management pack:

    ambari-server install-mpack --mpack=/${MPACK_DOWNLOAD_DIRECTORY}/hcp-ambari-mpack-1.4.1.0-18.tar.gz --verbose

    You should see a message saying that the management pack completed successfully.