Working with Management Packs

Management packs allow you to deploy a range of services to your Ambari-managed cluster. You can use a management pack to deploy a specific component or service.

Accessing ODP Repositories

The ODP mpacks can be accessed via the links listed below :

ComponentVersionTar/zip file
Hue4.10.0.3.2.2.0-1
Impala4.1.2.3.2.2.0-1
Nifi1.23.2.3.2.2.0-1
Spark33.2.2.3.2.2.0-1

Installing Management Pack

In general, when working on installing management packs, perform the following steps :

  1. Download Mpack file.
  2. Install the management pack using ambari-server install-mpack --mpack=[service_mpack.gz] --verbose.

Incase the following error occurs, uninstall the mpack file and perform the given steps:

Bash
Copy
Bash
Copy
Bash
Copy
  1. Restart the Ambari Server ambari-server restart.
  2. Add service from Ambari UI.
  3. Select host(s) for respective component(s).
  4. Start all stopped or required services.

Uninstalling Management Pack

To uninstall ambari mpack, perform the following steps:

  1. Login to Ambari service UI and go to respective service section.
  2. Stop respective service and delete permanently.
  3. Uninstall the service from CLI using ambari-server uninstall-mpack --mpack-name=[service_mpack.gz].
  4. Restart the Ambari Server ambari-server restart.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated