All Projects → cloudera → Cm_ext

cloudera / Cm_ext

Licence: apache-2.0
Cloudera Manager Extensibility Tools and Documentation.

Programming Languages

java
68154 projects - #9 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].