Skip to main content
Version: 2.7.6

Ambari SCOM Management Pack

This information is intended for Apache Hadoop and Microsoft System Center Operations Manager users who install the Ambari SCOM Management Pack.

Introduction

Versions

Ambari SCOM VersionAmbari Server VersionVersion
2.0.01.5.11.5.1.2.0.0.0-673
1.0.01.4.41.4.4.1.0.0.1-472
0.9.01.2.51.2.5.0.9.0.0-60

The Ambari SCOM contribution can be found in the Apache Ambari project:

Useful Resources

The following links connect you to information about common tasks that are associated with System Center Management Packs:

For questions about Operations Manager and monitoring packs, see the System Center Operations Manager community forum.

A useful resource is the System Center Operations Manager Unleashed blog, which contains "By Example" posts for specific monitoring packs.

Get Started

Overview

Ambari SCOM extends the functionality of Microsoft System Center Operations Manager to monitor Apache Hadoop clusters, and leverages Ambari (and the Ambari REST API) to obtain Hadoop metrics. The Ambari SCOM Management Pack will:

  • Automatically discover all nodes within a Hadoop cluster(s).
  • Proactively monitor the availability and capacity.
  • Proactively notify when the health is critical.
  • Intuitively and efficiently visualize the health of Hadoop cluster via dashboards

Architecture

Ambari SCOM is made up of the following components

ComponentDescription
Ambari SCOM Management PackThe Ambari SCOM Management Pack extends the functional of Microsoft System Center Operations Manager to monitor Hadoop clusters.
Ambari SCOM ServerThe Ambari SCOM Server component connects to the Hadoop cluster components and exposes a REST API for the Ambari SCOM Management Pack.
ResourceProviderAn Ambari ResourceProvider is a pluggable interface in Ambari enables the customization of the Ambari SCOM Server.
ClusterLayout ResourceProviderAn Ambari ResourceProvider implementation that supplies information on cluster layout (i.e. where Hadoop master and slave components are installed) to the Ambari SCOM Server. This allows Ambari to know how and where to access components of the Hadoop cluster.
Property ResourceProviderAn Ambari ResourceProvider implementation that integrates with the SQL Server database instance for retrieving stored Hadoop metrics.
SQL ServerA SQL Server instance that stores the metrics emitted from Hadoop via the SqlServerSink and the Hadoop Metrics2 interface.
SqlServerSinkThis is a Hadoop Metrics2 sink designed to consume metrics emitted from the Hadoop cluster. Ambari SCOM provides a SQL Server implementation.