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

Installing HCP Ambari Management Packs

The 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. HCP also provides a management pack extension that simplifies the provisioning, management, and monitoring of Elasticsearch and Kibana.

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

    The following example uses CentOS 7.

    wget -nv http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.0.0/tars/metron/hcp-ambari-mpack-1.5.0.0-9.tar.gz

    You can find the management pack repositories for each of the operating systems supported by HCP at HCP 1.5.0 Repositories.

    [Note]Note

    When installing Elasticsearch with the HCP management pack on Ubuntu, you must manually install the Elasticsearch repositories. You also do not need to download and install the elasticsearch_mpack.

  2. If you are using Elasticsearch, download the Elasticsearch management pack tar file from the HCP repo location:

    wget -nv http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.0.0/tars/metron/elasticsearch_mpack-1.5.0.0-9.tar.gz
  3. Install the HCP management packs.

    Install the elasticsearch_mpack only if you are using Elasticsearch.

    ambari-server install-mpack --mpack=/${MPACK_DOWNLOAD_DIRECTORY}/hcp-ambari-mpack-1.5.0.0-9.tar.gz verbose
    ambari-server install-mpack --mpack=/${MPACK_DOWNLOAD_DIRECTORY}/elasticsearch_mpack-1.5.0.0-9.tar.gz --verbose

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