Skip to content
Kostas Sakellis edited this page Feb 26, 2014 · 33 revisions

Cloudera Manager Extensions

Cloudera Manager (CM) is a powerful tool for managing CDH services and the clusters they run on. Through the use of CM's extensibility mechanisms, it becomes possible to use it to manage non-Cloudera provided services alongside CDH services, and deploy plugins/extensions for any such managed services.

Before reading about CM extensibility, or developing your own extensions, you should be familiar with the basic operating principles of Cloudera Manager.

What is extensible about Cloudera Manager?

At the highest level, CM concerns itself with managing the lifecycle of various services running on a cluster. This can be broken down into two primary areas:

  • Managing the deployment of the program/data files required for a service to run
  • Managing and monitoring the configuration and running of those services

Accordingly, CM provides two extensibility mechanisms, addressing these two areas. Depending on your goals, you may extend CM using one or both mechanisms.

Parcels: Deploying services

CSD: Managing and monitoring services