-
Notifications
You must be signed in to change notification settings - Fork 132
Service parcel tags recognised by cloudera manager
adar edited this page Feb 6, 2014
·
3 revisions
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.
- 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
- 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