Jayush Luniya 8ac653f9a6 Create branch-2.5 (jluniya) há 9 anos atrás
..
ambari-scom-server 8ac653f9a6 Create branch-2.5 (jluniya) há 9 anos atrás
management-pack 601014ed8b AMBARI-7296. HCatalog and WebHCat services should not be managed as separate service (should be part of Hive service) (jaimin) há 11 anos atrás
metrics-sink 8ac653f9a6 Create branch-2.5 (jluniya) há 9 anos atrás
msi 5a56988027 AMBARI-5762 - Remove MP msi from package (Ivan Malamen via tbeerbower) há 11 anos atrás
.gitignore 873b3502be AMBARI-3266. Contribute Ambari-SCOM. (Tom Beerbower via mahadev) há 11 anos atrás
README.md 873b3502be AMBARI-3266. Contribute Ambari-SCOM. (Tom Beerbower via mahadev) há 11 anos atrás
package.bat 2fcd093ec5 AMBARI-4477 - Update build scripts for Ambari SCOM MSI há 11 anos atrás
pom.xml 8ac653f9a6 Create branch-2.5 (jluniya) há 9 anos atrás

README.md

Ambari SCOM Management Pack

The Ambari SCOM Management Pack gives insight into the performance and health of an Apache Hadoop cluster to users of Microsoft System Center Operations Manager (SCOM). Ambari SCOM integrates with the Ambari REST API which aggregates and exposes cluster information and metrics.

Documentation

Look for Ambari SCOM documentation on the Apache Ambari Wiki. Please also visit the Apache Ambari Project page for more information.

License

Ambari SCOM is released under Apache License, Version 2.0.

Issue Tracking

Report any issues via the Ambari JIRA using component Ambari-SCOM.

Build

####Ambari-SCOM and Metrics Sink

######Requirements

  • JDK 1.6
  • Maven 3.0

######Maven modules

  • ambari-scom-project (Parent POM for all modules)
    • ambari-scom (ambari MSI and SQL Server provider)
    • metrics-sink (Metrics SQL Server sink)

######Maven build goals

  • Clean : mvn clean
  • Compile : mvn compile
  • Run tests : mvn test
  • Create JAR : mvn package
  • Install JAR in M2 cache : mvn install

######Tests options

  • -DskipTests to skip tests when running the following Maven goals: 'package', 'install', 'deploy' or 'verify'
  • -Dtest=<TESTCLASSNAME>,<TESTCLASSNAME#METHODNAME>,....
  • -Dtest.exclude=<TESTCLASSNAME>
  • -Dtest.exclude.pattern=**/<TESTCLASSNAME1>.java,**/<TESTCLASSNAME2>.java

####Management Pack

See Building the Management Pack for more information.