Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The purpose of this document is to describe the Jethro management package for Apach Ambari.

...

In a nutshell, Ambari is an open-source management platform for provisioning, managing, monitoring and securing Apache Hadoop clusters. Jethro's Ambari service goal is to supply a simple integration with Ambari, so that HDP users will be able to deploy and manage Jethro across their Hadoop clusters. Once integrated, users will have a ce

Service Configs

ntral location for monitoring their Jethro clusters, in terms of security, cluster health and resource utilization.

...

  1. Log in your ambari-server with user root, or with a sudoer (requires to add sudo before every command).

  2. Copy/Download the Jethro management pack (mpack) to your ambari-server (jethro-mpack.tar.gz - don't ungz it).

  3. Install the Jethro management pack on your ambari-server:

    Code Block
    ambari-server install-mpack --mpack=<path to the mpack file>
  4. Restart the ambari-server:

    Code Block
    ambari-server restart
  5. Create an Extension Link, to link the installed extension to Amabri according to your HDP stack version:

    Code Block
    curl -u admin:admin -H 'X-Requested-By: ambari' -X POST -d '{"ExtensionLink": {"stack_name": "HDP", "stack_version":"<your stack version>", "extension_name": "JethroExt", "extension_version": "1.0.0"}}' http://localhost:8080/api/v1/links/

    For example, if you are running HDP 2.6.0:

    Code Block
    curl -u admin:admin -H 'X-Requested-By: ambari' -X POST -d '{"ExtensionLink": {"stack_name": "HDP", "stack_version":"2.6", "extension_name": "JethroExt", "extension_version": "1.0.0"}}' http://localhost:8080/api/v1/links/

     *To find the HDP stack version - Open Ambari, click on the Admin tab and then select the Versions tab.

Adding the Jethro Service to Ambari

...

Code Block
/**** Log in to each Jethro host, and run: ****/
service jethro stop
rpm -e jethro

/**** Log in to the Jethro Manager host, and run: ****/
rpm -e jethromng

See Also

Jethro Manager