# cm_ext
**Repository Path**: dcrhtml/cm_ext
## Basic Information
- **Project Name**: cm_ext
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-17
- **Last Updated**: 2021-08-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
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](../../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.
```bash
$ mvn install
$ cd validator
$ java -jar target/validator.jar
```
Running make_manifest
---------------------
```bash
$ python make_manifest/make_manifest.py
```
All source in this repository is [Apache-Licensed](LICENSE.txt).