Skip to content

cloudera/cm_ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudera Manager Extensions

Documentation and tools for creating Cloudera Manager extensions

  • Tools are in this git repo
  • Validator for parcels and CSDs
  • make_manifest script to create a manifest for a parcel repository
  • Documentation is in the wiki

Requirements

  • validator
    • Java 7
    • Maven 3 (to build)
  • make_manifest
    • Python 2.7/3.3 or higher

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.

About

Cloudera Manager Extensibility Tools and Documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published