Title
Create new category
Edit page index title
Edit category
Edit link
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 :
Component | Version | Tar/zip file |
|---|---|---|
Hue | 4.10.0.3.2.2.0-1 | |
Impala | 4.1.2.3.2.2.0-1 | |
Nifi | 1.23.2.3.2.2.0-1 | |
Spark3 | 3.2.2.3.2.2.0-1 |
Installing Management Pack
In general, when working on installing management packs, perform the following steps :
Download Mpack file.
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:
Restart the Ambari Server
ambari-server restart.Add service from Ambari UI.
Select host(s) for respective component(s).
Start all stopped or required services.
Uninstalling Management Pack
To uninstall ambari mpack, perform the following steps:
Login to Ambari service UI and go to respective service section.
Stop respective service and delete permanently.
Uninstall the service from CLI using
ambari-server uninstall-mpack --mpack-name=[service_mpack.gz].Restart the Ambari Server
ambari-server restart.