~admcleod/charms/trusty/apache-hadoop-hdfs-master/unstable

« back to all changes in this revision

Viewing changes to config.yaml

[merge] merge bigdata-dev r102..104 into bigdata-charmers

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        default: ''
18
18
        description: |
19
19
            URL from which to fetch resources (e.g., Hadoop binaries) instead of Launchpad.
 
20
    ganglia_metrics:
 
21
        type: boolean
 
22
        default: false
 
23
        description: |
 
24
          Enable metrics using Ganglia.  Note that enabling this option will
 
25
          have no effect if the service is not related to a ganglia service
 
26
          via the ganglia:master relation.  Enabling this option with the
 
27
          relation will issue a restart to the NameNode and all DataNode
 
28
          components on all related compute-slaves.
 
29
          See the README for more information.