~ubuntu-branches/ubuntu/vivid/sahara/vivid-proposed

« back to all changes in this revision

Viewing changes to sahara/plugins/cdh/resources/oozie-service.json

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2014-09-24 16:34:46 UTC
  • Revision ID: package-import@ubuntu.com-20140924163446-8gu3zscu5e3n9lr2
Tags: upstream-2014.2~b3
ImportĀ upstreamĀ versionĀ 2014.2~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "desc": "Namespace used by this Oozie service in ZooKeeper when High Availability is enabled.",
 
4
        "display_name": "ZooKeeper Namespace",
 
5
        "name": "oozie_zookeeper_namespace",
 
6
        "value": "oozie"
 
7
    },
 
8
    {
 
9
        "desc": "When set, Cloudera Manager will send alerts when the health of this service reaches the threshold specified by the EventServer setting eventserver_health_events_alert_threshold",
 
10
        "display_name": "Enable Service Level Health Alerts",
 
11
        "name": "enable_alerts",
 
12
        "value": "true"
 
13
    },
 
14
    {
 
15
        "desc": "Enable SSL for Oozie. <b>Note:</b>This is supported only from CDH 4.3 onwards.",
 
16
        "display_name": "Use SSL",
 
17
        "name": "oozie_use_ssl",
 
18
        "value": "false"
 
19
    },
 
20
    {
 
21
        "desc": "The group that this service's processes should run as.",
 
22
        "display_name": "System Group",
 
23
        "name": "process_groupname",
 
24
        "value": "oozie"
 
25
    },
 
26
    {
 
27
        "desc": "Use ACLs on Znode while a secure ZooKeeper is used for Oozie High Availability. <b>Note:</b> This config is not emitted if ZooKeeper is not secure.",
 
28
        "display_name": "Use ACLs on Znode",
 
29
        "name": "oozie_zk_secure",
 
30
        "value": "true"
 
31
    },
 
32
    {
 
33
        "desc": "For advanced use only, a list of derived configuration properties that will be used by the Service Monitor instead of the default ones.",
 
34
        "display_name": "Service Monitor Derived Configs Advanced Configuration Snippet (Safety Valve)",
 
35
        "name": "smon_derived_configs_safety_valve",
 
36
        "value": null
 
37
    },
 
38
    {
 
39
        "desc": "For advanced use only, key-value pairs (one on each line) to be inserted into a role's environment. Applies to configurations of all roles in this service except client configuration.",
 
40
        "display_name": "Oozie Service Environment Advanced Configuration Snippet (Safety Valve)",
 
41
        "name": "oozie_env_safety_valve",
 
42
        "value": null
 
43
    },
 
44
    {
 
45
        "desc": "Name of the ZooKeeper service that this Oozie service instance depends on",
 
46
        "display_name": "ZooKeeper Service",
 
47
        "name": "zookeeper_service",
 
48
        "value": null
 
49
    },
 
50
    {
 
51
        "desc": "A list of credential class mappings for CredentialsProvider.",
 
52
        "display_name": "Oozie Credential Classes",
 
53
        "name": "oozie_credential_classes",
 
54
        "value": "hcat=org.apache.oozie.action.hadoop.HCatCredentials,hbase=org.apache.oozie.action.hadoop.HbaseCredentials,hive2=org.apache.oozie.action.hadoop.Hive2Credentials"
 
55
    },
 
56
    {
 
57
        "desc": "When set, Cloudera Manager will send alerts when this entity's configuration changes.",
 
58
        "display_name": "Enable Configuration Change Alerts",
 
59
        "name": "enable_config_alerts",
 
60
        "value": "false"
 
61
    },
 
62
    {
 
63
        "desc": "Address of the load balancer used if Oozie HA is enabled. Should be specified in host:port format.",
 
64
        "display_name": "Oozie Load Balancer",
 
65
        "name": "oozie_load_balancer",
 
66
        "value": null
 
67
    },
 
68
    {
 
69
        "desc": "Coordinator Job Lookup trigger command is scheduled at this interval (in seconds).",
 
70
        "display_name": "Coordinator Job Lookup Interval",
 
71
        "name": "oozie_service_coord_lookup_interval",
 
72
        "value": "300"
 
73
    },
 
74
    {
 
75
        "desc": "The user that this service's processes should run as.",
 
76
        "display_name": "System User",
 
77
        "name": "process_username",
 
78
        "value": "oozie"
 
79
    },
 
80
    {
 
81
        "desc": "<p>The configured triggers for this service. This is a JSON formatted list of triggers. These triggers are evaluated as part as the health system. Every trigger expression is parsed, and if the trigger condition is met, the list of actions provided in the trigger expression is executed.</p><p>Each trigger has all of the following fields:</p><ul><li><span class='code'>triggerName</span> <strong>(mandatory)</strong> - the name of the trigger. This value must be unique for the specific service. </li><li><span class='code'>triggerExpression</span> <strong>(mandatory)</strong> - a tsquery expression representing the trigger. <li><span class='code'>streamThreshold</span> <strong>(optional)</strong> - the maximum number of streams that can satisfy a condition of a trigger before the condition fires. By default set to 0, and any stream returned will cause the condition to fire. <li><span class='code'>enabled</span> <strong> (optional)</strong> - by default set to 'true'. If set to 'false' the trigger will not be evaluated.</p><p>For example, here is a JSON formatted trigger that fires if there are more than 10 DataNodes with more than 500 file-descriptors opened:</p><p><pre>[{\"triggerName\": \"sample-trigger\",\n  \"triggerExpression\": \"IF (SELECT fd_open WHERE roleType = DataNode and last(fd_open) > 500) DO health:red\",\n  \"streamThreshold\": 10, \"enabled\": \"true\"}]</pre></p><p>Consult the trigger rules documentation for more details on how to write triggers using tsquery.</p><p>The JSON format is evolving and may change in the future and as a result backward compatibility is not guaranteed between releases at this time.</p>",
 
82
        "display_name": "Service Triggers",
 
83
        "name": "service_triggers",
 
84
        "value": "[]"
 
85
    },
 
86
    {
 
87
        "desc": "The health test thresholds of the overall Oozie Server health. The check returns \"Concerning\" health if the percentage of \"Healthy\" Oozie Servers falls below the warning threshold. The check is unhealthy if the total percentage of \"Healthy\" and \"Concerning\" Oozie Servers falls below the critical threshold.",
 
88
        "display_name": "Healthy Oozie Server Monitoring Thresholds",
 
89
        "name": "oozie_servers_healthy_thresholds",
 
90
        "value": "{\"critical\":\"51.0\",\"warning\":\"99.0\"}"
 
91
    },
 
92
    {
 
93
        "desc": "Service to run MapReduce jobs against",
 
94
        "display_name": "MapReduce Service",
 
95
        "name": "mapreduce_yarn_service",
 
96
        "value": null
 
97
    }
 
98
]
 
 
b'\\ No newline at end of file'