Service parcel tags recognised by cloudera manager - cloudera/cm_ext GitHub Wiki
Each built-in service managed by Cloudera Manager generally has one required tag, indicating the program binaries need to run any processes, and one optional tag, indicating any plugins or extensions for that service.
Required program tags
- cdh - All the services that are part of CDH require this tag
- impala - As Impala is separate from CDH < 5, it looks for a separate tag
- solr - As solr is separate from CDH < 5, it looks for a separate tag
- spark - As spark is separate from CDH < 5, it looks for a separate tag
Optional plugin tags
- cdh-plugin - any parcel providing this tag will be loaded for all of the built-in services
- flume-plugin
- hbase-plugin
- hdfs-plugin
- hive-plugin
- hue-plugin
- mapreduce-plugin
- mapreduce2-plugin
- oozie-plugin
- sqoop2-plugin
- yarn-plugin
- zookeeper-plugin
- impala-plugin
- solr-plugin
- spark-plugin