[ { "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", "display_name": "Enable Service Level Health Alerts", "name": "enable_alerts", "value": "true" }, { "desc": "When computing the overall SQOOP health, consider Sqoop 2 Server's health", "display_name": "Sqoop 2 Server Role Health Test", "name": "sqoop_sqoop_server_health_enabled", "value": "true" }, { "desc": "The group that this service's processes should run as.", "display_name": "System Group", "name": "process_groupname", "value": "sqoop" }, { "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.", "display_name": "Sqoop 2 Service Environment Advanced Configuration Snippet (Safety Valve)", "name": "sqoop_env_safety_valve", "value": null }, { "desc": "When set, Cloudera Manager will send alerts when this entity's configuration changes.", "display_name": "Enable Configuration Change Alerts", "name": "enable_config_alerts", "value": "false" }, { "desc": "The user that this service's processes should run as.", "display_name": "System User", "name": "process_username", "value": "sqoop2" }, { "desc": "Kerberos principal used by all roles of this service.", "display_name": "Kerberos Principal", "name": "kerberos_princ_name", "value": "sqoop2" }, { "desc": "

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.

Each trigger has all of the following fields:

For example, the followig JSON formatted trigger fires if there are more than 10 DataNodes with more than 500 file-descriptors opened:

[{\"triggerName\": \"sample-trigger\",\n  \"triggerExpression\": \"IF (SELECT fd_open WHERE roleType = DataNode and last(fd_open) > 500) DO health:bad\",\n  \"streamThreshold\": 10, \"enabled\": \"true\"}]

See the trigger rules documentation for more details on how to write triggers using tsquery.

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.

", "display_name": "Service Triggers", "name": "service_triggers", "value": "[]" }, { "desc": "For advanced use only, a list of derived configuration properties that will be used by the Service Monitor instead of the default ones.", "display_name": "Service Monitor Derived Configs Advanced Configuration Snippet (Safety Valve)", "name": "smon_derived_configs_safety_valve", "value": null }, { "desc": "MapReduce jobs are run against this service.", "display_name": "MapReduce Service", "name": "mapreduce_yarn_service", "value": null } ]