cloudera / cm_ext

Cloudera Manager Extensibility Tools and Documentation.
Apache License 2.0
188 stars 132 forks source link

Cloudera Manager Extensions

Documentation and tools for creating Cloudera Manager extensions

Requirements

Running the Validator

Building the validator creates an executable jar file. Make sure a java jre is installed and in the path.

$ mvn install
$ cd validator
$ java -jar target/validator.jar <arguments>

Running make_manifest

$ python make_manifest/make_manifest.py <path to directory>

All source in this repository is Apache-Licensed.