cm_ext
cm_ext copied to clipboard
Cloudera Manager Extensibility Tools and Documentation.
The current version, the validator for xenial shows warning. https://github.com/cloudera/cm_ext/blob/master/validator/src/main/java/com/cloudera/cli/validator/components/ParcelFileRunner.java#L66-L79
I created the below service.sdl, however log_dir doesn't get created. It is a parameter of type "path" ``` { "name": "STORM", "label": "STORM", "description": "storm", "version": "0.9.4.5", "runAs": { "user":...
I am wondering if there an end-end example showing parcel, CSD with metrics integration? I have a Spring boot based application that I want to deploy as a CSD. I...
Hello, How do we stop individual roles without stopping the whole service? I tried using stopRunner similar to the startRunner, however noting seems to be working.
I am writing a CSD that supports multiple roles and each role does a spark submit job on startup. Is a way to stop these yarn spark jobs when I...
Hi, I successfully built the `cm_csds` from the root with maven. I also built `cm_ext` from the root but am getting this error: ```bash [foo@bar target]$ $JAVA_HOME/bin/java -jar $VALIDATOR -s...
https://github.com/cloudera/cm_ext/wiki/The%20alternatives.json%20file The alternatives.json page describes the natural behaviour of the update-alternatives command is the destination is already occupied. However it does not talk about a situation in which it is...
I tried to use the "alternatives" key in my parcels.json. However, Cloudera's parcel validiator kicked it out with: ==> Unrecognized field "scripts.alternatives". Recognized fields are "[defines, _defines
According to https://github.com/cloudera/cm_ext/wiki/Service-Descriptor-Language-Reference#-commands-1, ``requiredRoleState`` is required. But empirically, leaving it out appears to work fine, allowing the command to be run when the role is either stopped or running. Is...
have created a csd for GRAFANA, with logging type:glog. the log is not visible on CM 5.6 for the new role.