|
@@ -1648,6 +1648,2162 @@ module.exports =
|
|
|
"serviceName": "FLUME",
|
|
|
"category": "FLUME_HANDLER",
|
|
|
"filename": "flume-conf.xml"
|
|
|
+ },
|
|
|
+ /**********************************************HDFS***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "HadoopEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "namenode_host",
|
|
|
+ "displayName": "NameNode hosts",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The hosts that has been assigned to run NameNode",
|
|
|
+ "displayType": "masterHosts",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "NAMENODE",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "namenode_heapsize",
|
|
|
+ "displayName": "NameNode Java heap size",
|
|
|
+ "description": "Initial and maximum Java heap size for NameNode (Java options -Xms and -Xmx). This also applies to the Secondary NameNode.",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "NAMENODE",
|
|
|
+ "index": 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "namenode_opt_newsize",
|
|
|
+ "displayName": "NameNode new generation size",
|
|
|
+ "description": "Default size of Java new generation for NameNode (Java option -XX:NewSize). This also applies to the Secondary NameNode.",
|
|
|
+ "defaultValue": "200",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "NAMENODE",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "namenode_opt_maxnewsize",
|
|
|
+ "displayName": "NameNode maximum new generation size",
|
|
|
+ "description": "Maximum size of Java new generation for NameNode (Java option -XX:MaxnewSize).",
|
|
|
+ "defaultValue": "200",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "NAMENODE",
|
|
|
+ "index": 4
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "snamenode_host",
|
|
|
+ "displayName": "SNameNode host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that has been assigned to run SecondaryNameNode",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "SECONDARY_NAMENODE",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "datanode_hosts", //not in the schema. For UI purpose
|
|
|
+ "displayName": "DataNode hosts",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The hosts that have been assigned to run DataNode",
|
|
|
+ "displayType": "slaveHosts",
|
|
|
+ "isRequired": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "domain": "datanode-global",
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "DATANODE",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "dtnode_heapsize",
|
|
|
+ "displayName": "DataNode maximum Java heap size",
|
|
|
+ "description": "Maximum Java heap size for DataNode (Java option -Xmx)",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "domain": "datanode-global",
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "DATANODE",
|
|
|
+ "index": 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hadoop_heapsize",
|
|
|
+ "displayName": "Hadoop maximum Java heap size",
|
|
|
+ "description": "Maximum Java heap size for daemons such as Balancer (Java option -Xmx)",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hdfs_log_dir_prefix",
|
|
|
+ "displayName": "Hadoop Log Dir Prefix",
|
|
|
+ "description": "The parent directory for Hadoop log files. The HDFS log directory will be ${hadoop_log_dir_prefix} / ${hdfs_user} and the MapReduce log directory will be ${hadoop_log_dir_prefix} / ${mapred_user}.",
|
|
|
+ "defaultValue": "/var/log/hadoop",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hadoop_pid_dir_prefix",
|
|
|
+ "displayName": "Hadoop PID Dir Prefix",
|
|
|
+ "description": "The parent directory in which the PID files for Hadoop processes will be created. The HDFS PID directory will be ${hadoop_pid_dir_prefix} / ${hdfs_user} and the MapReduce PID directory will be ${hadoop_pid_dir_prefix} / ${mapred_user}.",
|
|
|
+ "defaultValue": "/var/run/hadoop",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "security_enabled",
|
|
|
+ "displayName": "Hadoop Security",
|
|
|
+ "description": "Enable hadoop security",
|
|
|
+ "defaultValue": 'false',
|
|
|
+ "isRequired": false,
|
|
|
+ "displayType": "checkbox",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+
|
|
|
+ /**********************************************MAPREDUCE2***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "MAPREDUCE2",
|
|
|
+ "filename": "mapred-env.xml",
|
|
|
+ "category": "MapredEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hs_host",
|
|
|
+ "displayName": "History Server",
|
|
|
+ "description": "History Server",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MAPREDUCE2",
|
|
|
+ "filename": "mapred-env.xml",
|
|
|
+ "category": "HISTORYSERVER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "jobhistory_heapsize",
|
|
|
+ "displayName": "History Server heap size",
|
|
|
+ "description": "History Server heap size",
|
|
|
+ "defaultValue": "900",
|
|
|
+ "unit": "MB",
|
|
|
+ "isOverridable": true,
|
|
|
+ "displayType": "int",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MAPREDUCE2",
|
|
|
+ "filename": "mapred-env.xml",
|
|
|
+ "category": "HISTORYSERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mapred_log_dir_prefix",
|
|
|
+ "displayName": "Mapreduce Log Dir Prefix",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/var/log/hadoop-mapreduce",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "MAPREDUCE2",
|
|
|
+ "filename": "mapred-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mapred_pid_dir_prefix",
|
|
|
+ "displayName": "Mapreduce PID Dir Prefix",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/var/run/hadoop-mapreduce",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "MAPREDUCE2",
|
|
|
+ "filename": "mapred-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************YARN***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "YarnEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "yarn_heapsize",
|
|
|
+ "displayName": "YARN Java heap size",
|
|
|
+ "description": "Max heapsize for all YARN components",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "isOverridable": true,
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "General",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "rm_host",
|
|
|
+ "displayName": "ResourceManager",
|
|
|
+ "description": "ResourceManager",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "RESOURCEMANAGER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "resourcemanager_heapsize",
|
|
|
+ "displayName": "ResourceManager Java heap size",
|
|
|
+ "description": "Max heapsize for ResourceManager",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "RESOURCEMANAGER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nm_hosts",
|
|
|
+ "displayName": "NodeManager",
|
|
|
+ "description": "List of NodeManager Hosts.",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "slaveHosts",
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "NODEMANAGER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nodemanager_heapsize",
|
|
|
+ "displayName": "NodeManager Java heap size",
|
|
|
+ "description": "Max heapsize for NodeManager",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "isOverridable": true,
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "NODEMANAGER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "yarn_log_dir_prefix",
|
|
|
+ "displayName": "YARN Log Dir Prefix",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/var/log/hadoop-yarn",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "yarn_pid_dir_prefix",
|
|
|
+ "displayName": "YARN PID Dir Prefix",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/var/run/hadoop-yarn",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "ats_host",
|
|
|
+ "displayName": "App Timeline Server",
|
|
|
+ "description": "Application Timeline Server Host",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "APP_TIMELINE_SERVER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "apptimelineserver_heapsize",
|
|
|
+ "displayName": "AppTimelineServer Java heap size",
|
|
|
+ "description": "AppTimelineServer Java heap size",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "YARN",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "APP_TIMELINE_SERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ /**********************************************HBASE***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "HBASE",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "HbaseEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hbasemaster_host",
|
|
|
+ "displayName": "HBase Master hosts",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that has been assigned to run HBase Master",
|
|
|
+ "displayType": "masterHosts",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HBASE",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "HBASE_MASTER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hbase_master_heapsize",
|
|
|
+ "displayName": "HBase Master Maximum Java heap size",
|
|
|
+ "description": "Maximum Java heap size for HBase master (Java option -Xmx)",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isOverridable": true,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HBASE",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "HBASE_MASTER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "regionserver_hosts",
|
|
|
+ "displayName": "RegionServer hosts",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The hosts that have been assigned to run RegionServer",
|
|
|
+ "displayType": "slaveHosts",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequired": false,
|
|
|
+ "serviceName": "HBASE",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "HBASE_REGIONSERVER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hbase_regionserver_heapsize",
|
|
|
+ "displayName": "RegionServers maximum Java heap size",
|
|
|
+ "description": "Maximum Java heap size for RegionServers (Java option -Xmx)",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HBASE",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "HBASE_REGIONSERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hbase_log_dir",
|
|
|
+ "displayName": "HBase Log Dir",
|
|
|
+ "description": "Directory for HBase logs",
|
|
|
+ "defaultValue": "/var/log/hbase",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HBASE",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hbase_pid_dir",
|
|
|
+ "displayName": "HBase PID Dir",
|
|
|
+ "description": "Directory in which the pid files for HBase processes will be created",
|
|
|
+ "defaultValue": "/var/run/hbase",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HBASE",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************GLUSTERFS***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "GlusterfsEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "glusterfs_defaultFS_name",
|
|
|
+ "displayName": "GlusterFS default fs name",
|
|
|
+ "description": "GlusterFS default filesystem name (glusterfs:///)",
|
|
|
+ "defaultValue": "glusterfs:///localhost:8020",
|
|
|
+ "displayType": "string",
|
|
|
+ "isVisible": true,
|
|
|
+ "domain": "global",
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "General"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "fs_glusterfs_default_name",
|
|
|
+ "displayName": "GlusterFS default fs name",
|
|
|
+ "description": "GlusterFS default filesystem name (glusterfs:///)",
|
|
|
+ "defaultValue": "glusterfs:///localhost:8020",
|
|
|
+ "displayType": "string",
|
|
|
+ "isVisible": true,
|
|
|
+ "domain": "global",
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "General"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hadoop_heapsize",
|
|
|
+ "displayName": "Hadoop maximum Java heap size",
|
|
|
+ "description": "Maximum Java heap size for daemons such as Balancer (Java option -Xmx)",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": true,
|
|
|
+ "domain": "global",
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "General"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hdfs_log_dir_prefix",
|
|
|
+ "displayName": "Hadoop Log Dir Prefix",
|
|
|
+ "description": "The parent directory for Hadoop log files. The HDFS log directory will be ${hadoop_log_dir_prefix} / ${hdfs_user} and the MapReduce log directory will be ${hadoop_log_dir_prefix} / ${mapred_user}.",
|
|
|
+ "defaultValue": "/var/log/hadoop",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hadoop_pid_dir_prefix",
|
|
|
+ "displayName": "Hadoop PID Dir Prefix",
|
|
|
+ "description": "The parent directory in which the PID files for Hadoop processes will be created. The HDFS PID directory will be ${hadoop_pid_dir_prefix} / ${hdfs_user} and the MapReduce PID directory will be ${hadoop_pid_dir_prefix} / ${mapred_user}.",
|
|
|
+ "defaultValue": "/var/run/hadoop",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "namenode_heapsize",
|
|
|
+ "displayName": "Name Node Heap Size",
|
|
|
+ "description": "Name Node Heap Size, default jvm memory setting",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "int",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "namenode_opt_newsize",
|
|
|
+ "displayName": "NameNode new generation size",
|
|
|
+ "description": "Default size of Java new generation for NameNode (Java option -XX:NewSize). This also applies to the Secondary NameNode.",
|
|
|
+ "defaultValue": "200",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "category"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "namenode_opt_maxnewsize",
|
|
|
+ "displayName": "NameNode maximum new generation size",
|
|
|
+ "description": "Maximum size of Java new generation for NameNode (Java option -XX:MaxnewSize).",
|
|
|
+ "defaultValue": "200",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "dtnode_heapsize",
|
|
|
+ "displayName": "DataNode maximum Java heap size",
|
|
|
+ "description": "Maximum Java heap size for DataNode (Java option -Xmx)",
|
|
|
+ "defaultValue": "1024",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "MB",
|
|
|
+ "isVisible": false,
|
|
|
+ "domain": "datanode-global",
|
|
|
+ "serviceName": "GLUSTERFS",
|
|
|
+ "filename": "glusterfs-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************HIVE***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HiveEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hivemetastore_host",
|
|
|
+ "displayName": "Hive Metastore host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that has been assigned to run Hive Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ // for existing MySQL
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_existing_mysql_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "MySQL",
|
|
|
+ "description": "Using an existing MySQL database for Hive Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ // for existing PostgreSQL
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_existing_postgresql_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "PostgreSQL",
|
|
|
+ "description": "Using an existing PostgreSQL database for Hive Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ // for existing Oracle
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_existing_oracle_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "Oracle",
|
|
|
+ "description": "Using an existing Oracle database for Hive Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ // for new MySQL
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_ambari_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "MySQL",
|
|
|
+ "description": "MySQL will be installed by Ambari",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_database",
|
|
|
+ "displayName": "Hive Database",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "New MySQL Database",
|
|
|
+ "options": [
|
|
|
+ {
|
|
|
+ displayName: 'New MySQL Database',
|
|
|
+ foreignKeys: ['hive_ambari_database', 'hive_ambari_host']
|
|
|
+ },
|
|
|
+ {
|
|
|
+ displayName: 'Existing MySQL Database',
|
|
|
+ foreignKeys: ['hive_existing_mysql_database', 'hive_existing_mysql_host']
|
|
|
+ },
|
|
|
+ {
|
|
|
+ displayName: 'Existing PostgreSQL Database',
|
|
|
+ foreignKeys: ['hive_existing_postgresql_database', 'hive_existing_postgresql_host']
|
|
|
+ },
|
|
|
+ {
|
|
|
+ displayName: 'Existing Oracle Database',
|
|
|
+ foreignKeys: ['hive_existing_oracle_database', 'hive_existing_oracle_host'],
|
|
|
+ hidden: !App.supports.hiveOozieExtraDatabases
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "MySQL will be installed by Ambari",
|
|
|
+ "displayType": "radio button",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "radioName": "hive-database",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_hostname",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Specify the host on which the database is hosted",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "host",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_existing_mysql_host",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Specify the host on which the existing database is hosted",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "host",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_existing_postgresql_host",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Specify the host on which the existing database is hosted",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "host",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_existing_oracle_host",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Specify the host on which the existing database is hosted",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayType": "host",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_ambari_host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Host on which the database will be created by Ambari",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "HIVE_METASTORE",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_metastore_port",
|
|
|
+ "displayName": "Hive metastore port",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "9083",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "int",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_lib",
|
|
|
+ "displayName": "Hive library",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/usr/lib/hive/lib/",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": false,
|
|
|
+ "isRequiredByAgent": false, // Make this to true when we expose the property on ui by making "isVisible": true
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_dbroot",
|
|
|
+ "displayName": "Hive db directory",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/usr/lib/hive/lib",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": false,
|
|
|
+ "isRequiredByAgent": false, // Make this to true when we expose the property on ui by making "isVisible": true
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_log_dir",
|
|
|
+ "displayName": "Hive Log Dir",
|
|
|
+ "description": "Directory for Hive log files",
|
|
|
+ "defaultValue": "/var/log/hive",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_pid_dir",
|
|
|
+ "displayName": "Hive PID Dir",
|
|
|
+ "description": "Directory in which the PID files for Hive processes will be created",
|
|
|
+ "defaultValue": "/var/run/hive",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HIVE",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************WEBHCAT***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "WEBHCAT",
|
|
|
+ "filename": "webhcat-env.xml",
|
|
|
+ "category": "WebhcatEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "webhcatserver_host",
|
|
|
+ "displayName": "WebHCat Server host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that has been assigned to run WebHCat Server",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "WEBHCAT",
|
|
|
+ "filename": "webhcat-env.xml",
|
|
|
+ "category": "WEBHCAT_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hcat_log_dir",
|
|
|
+ "displayName": "WebHCat Log Dir",
|
|
|
+ "description": "Directory for WebHCat log files",
|
|
|
+ "defaultValue": "/var/log/webhcat",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "WEBHCAT",
|
|
|
+ "filename": "webhcat-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hcat_pid_dir",
|
|
|
+ "displayName": "WebHCat PID Dir",
|
|
|
+ "description": "Directory in which the PID files for WebHCat processes will be created",
|
|
|
+ "defaultValue": "/var/run/webhcat",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "WEBHCAT",
|
|
|
+ "filename": "webhcat-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************OOZIE***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OozieEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozieserver_host",
|
|
|
+ "displayName": "Oozie Server host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that has been assigned to run Oozie Server",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ // for existing Oracle
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_existing_oracle_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "Oracle",
|
|
|
+ "description": "Using an existing Oracle database for Oozie Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ // for existing PostgreSQL
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_existing_postgresql_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "PostgreSQL",
|
|
|
+ "description": "Using an existing PostgreSQL database for Oozie Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ // for new MySQL
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_ambari_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "MySQL",
|
|
|
+ "description": "MySQL will be installed by Ambari",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ // for current derby
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_derby_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "Derby",
|
|
|
+ "description": "Using current Derby database for Oozie Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": false,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ // for existing MySQL oozie
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_existing_mysql_database",
|
|
|
+ "displayName": "Database Type",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "MySQL",
|
|
|
+ "description": "Using an existing MySQL database for Oozie Metastore",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": false,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_database",
|
|
|
+ "displayName": "Oozie Database",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "New Derby Database",
|
|
|
+ "options": [
|
|
|
+ {
|
|
|
+ displayName: 'New Derby Database',
|
|
|
+ foreignKeys: ['oozie_derby_database']
|
|
|
+ },
|
|
|
+ /*{
|
|
|
+ displayName: 'New MySQL Database',
|
|
|
+ foreignKeys: ['oozie_ambari_database', 'oozie_ambari_host'],
|
|
|
+ hidden: !App.supports.hiveOozieExtraDatabases
|
|
|
+ },*/
|
|
|
+ {
|
|
|
+ displayName: 'Existing MySQL Database',
|
|
|
+ foreignKeys: ['oozie_existing_mysql_database', 'oozie_existing_mysql_host'],
|
|
|
+ hidden: !App.supports.hiveOozieExtraDatabases
|
|
|
+ },
|
|
|
+ {
|
|
|
+ displayName: 'Existing PostgreSQL Database',
|
|
|
+ foreignKeys: ['oozie_existing_postgresql_database', 'oozie_existing_postgresql_host'],
|
|
|
+ hidden: !App.supports.hiveOozieExtraDatabases
|
|
|
+ },
|
|
|
+ {
|
|
|
+ displayName: 'Existing Oracle Database',
|
|
|
+ foreignKeys: ['oozie_existing_oracle_database', 'oozie_existing_oracle_host'],
|
|
|
+ hidden: !App.supports.hiveOozieExtraDatabases
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Current Derby Database will be installed by Ambari",
|
|
|
+ "displayType": "radio button",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "radioName": "oozie-database",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_data_dir",
|
|
|
+ "displayName": "Oozie Data Dir",
|
|
|
+ "description": "Data directory in which the Oozie DB exists",
|
|
|
+ "defaultValue": "",
|
|
|
+ "defaultDirectory": "/hadoop/oozie/data",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequired": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 9
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_hostname",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "The host where the Oozie database is located",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "host",
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_existing_mysql_host",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Specify the host on which the existing database is hosted",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "host",
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_existing_postgresql_host",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Specify the host on which the existing database is hosted",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "host",
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_existing_oracle_host",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Specify the host on which the existing database is hosted",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "host",
|
|
|
+ "isVisible": false,
|
|
|
+ "isObserved": true,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_ambari_host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayName": "Database Host",
|
|
|
+ "description": "Host on which the database will be created by Ambari",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "OOZIE_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_log_dir",
|
|
|
+ "displayName": "Oozie Log Dir",
|
|
|
+ "description": "Directory for oozie logs",
|
|
|
+ "defaultValue": "/var/log/oozie",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_pid_dir",
|
|
|
+ "displayName": "Oozie PID Dir",
|
|
|
+ "description": "Directory in which the pid files for oozie processes will be created",
|
|
|
+ "defaultValue": "/var/run/oozie",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_admin_port",
|
|
|
+ "displayName": "Oozie Server Admin Port",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "int",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "OOZIE",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************NAGIOS***************************************/
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nagios_web_login",
|
|
|
+ "displayName": "Nagios Admin username",
|
|
|
+ "description": "Nagios Web UI Admin username",
|
|
|
+ "defaultValue": "nagiosadmin",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "NAGIOS",
|
|
|
+ "filename": "nagios-env.xml",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nagios_web_password",
|
|
|
+ "displayName": "Nagios Admin password",
|
|
|
+ "description": "Nagios Web UI Admin password",
|
|
|
+ "defaultValue": "",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "password",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "NAGIOS",
|
|
|
+ "filename": "nagios-env.xml",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nagios_contact",
|
|
|
+ "displayName": "Hadoop Admin email",
|
|
|
+ "description": "Hadoop Administrator email for alert notification",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayType": "email",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "NAGIOS",
|
|
|
+ "filename": "nagios-env.xml",
|
|
|
+ "index": 2
|
|
|
+ },
|
|
|
+ /**********************************************ZOOKEEPER***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "ZookeeperEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "zookeeperserver_hosts",
|
|
|
+ "displayName": "ZooKeeper Server hosts",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that has been assigned to run ZooKeeper Server",
|
|
|
+ "displayType": "masterHosts",
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequired": false,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "ZOOKEEPER_SERVER",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "zk_data_dir",
|
|
|
+ "displayName": "ZooKeeper directory",
|
|
|
+ "description": "Data directory for ZooKeeper",
|
|
|
+ "defaultValue": "",
|
|
|
+ "defaultDirectory": "/hadoop/zookeeper",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "ZOOKEEPER_SERVER",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "tickTime",
|
|
|
+ "displayName": "Length of single Tick",
|
|
|
+ "description": "The length of a single tick in milliseconds, which is the basic time unit used by ZooKeeper",
|
|
|
+ "defaultValue": "2000",
|
|
|
+ "displayType": "int",
|
|
|
+ "unit": "ms",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "ZOOKEEPER_SERVER",
|
|
|
+ "index": 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "initLimit",
|
|
|
+ "displayName": "Ticks to allow for sync at Init",
|
|
|
+ "description": "Amount of time, in ticks to allow followers to connect and sync to a leader",
|
|
|
+ "defaultValue": "10",
|
|
|
+ "displayType": "int",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "ZOOKEEPER_SERVER",
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "syncLimit",
|
|
|
+ "displayName": "Ticks to allow for sync at Runtime",
|
|
|
+ "description": "Amount of time, in ticks to allow followers to connect",
|
|
|
+ "defaultValue": "5",
|
|
|
+ "displayType": "int",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "ZOOKEEPER_SERVER",
|
|
|
+ "index": 4
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "clientPort",
|
|
|
+ "displayName": "Port for running ZK Server",
|
|
|
+ "description": "Port for running ZooKeeper server",
|
|
|
+ "defaultValue": "2181",
|
|
|
+ "displayType": "int",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "ZOOKEEPER_SERVER",
|
|
|
+ "index": 5
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "zk_log_dir",
|
|
|
+ "displayName": "ZooKeeper Log Dir",
|
|
|
+ "description": "Directory for ZooKeeper log files",
|
|
|
+ "defaultValue": "/var/log/zookeeper",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "Advanced",
|
|
|
+ "index": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "zk_pid_dir",
|
|
|
+ "displayName": "ZooKeeper PID Dir",
|
|
|
+ "description": "Directory in which the pid files for zookeeper processes will be created",
|
|
|
+ "defaultValue": "/var/run/zookeeper",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "ZOOKEEPER",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "Advanced",
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ /**********************************************HUE***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "HUE",
|
|
|
+ "filename": "hue-env.xml",
|
|
|
+ "category": "HueEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hueserver_host",
|
|
|
+ "displayName": "Hue Server host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that has been assigned to run Hue Server",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HUE",
|
|
|
+ "filename": "hue-env.xml",
|
|
|
+ "category": "Hue Server"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hue_log_dir",
|
|
|
+ "displayName": "HUE Log Dir",
|
|
|
+ "description": "Directory for HUE logs",
|
|
|
+ "defaultValue": "/var/log/hue",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HUE",
|
|
|
+ "filename": "hue-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hue_pid_dir",
|
|
|
+ "displayName": "HUE Pid Dir",
|
|
|
+ "description": "Directory in which the pid files for HUE processes will be created",
|
|
|
+ "defaultValue": "/var/run/hue",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "HUE",
|
|
|
+ "filename": "hue-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************GANGLIA***************************************/
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "ganglia_conf_dir",
|
|
|
+ "displayName": "Ganglia conf directory",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/etc/ganglia/hdp",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "GANGLIA",
|
|
|
+ "filename": "ganglia-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************FALCON***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "FalconEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falconserver_host",
|
|
|
+ "displayName": "Falcon Server",
|
|
|
+ "description": "The host that has been assigned to run Falcon Server",
|
|
|
+ "defaultValue": "falcon",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "FALCON_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_port",
|
|
|
+ "displayName": "Falcon server port",
|
|
|
+ "description": "Port the Falcon Server listens on",
|
|
|
+ "defaultValue": "15000",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "int",
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "FALCON_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_local_dir",
|
|
|
+ "displayName": "Falcon data directory",
|
|
|
+ "description": "Directory where Falcon data, such as activemq data, is stored",
|
|
|
+ "defaultValue": "/hadoop/falcon",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "FALCON_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_store_uri",
|
|
|
+ "displayName": "Falcon store URI",
|
|
|
+ "description": "Directory where entity definitions are stored",
|
|
|
+ "defaultValue": "file:///hadoop/falcon/store",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "displayType": "string",
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "FALCON_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_log_dir",
|
|
|
+ "displayName": "Falcon Log Dir",
|
|
|
+ "description": "Directory for Falcon logs",
|
|
|
+ "defaultValue": "/var/log/falcon",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_pid_dir",
|
|
|
+ "displayName": "Falcon PID Dir",
|
|
|
+ "description": "Directory in which the pid files for Falcon processes will be created",
|
|
|
+ "defaultValue": "/var/run/falcon",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon.embeddedmq",
|
|
|
+ "displayName": "falcon.embeddedmq",
|
|
|
+ "description": "Whether embeddedmq is enabled or not.",
|
|
|
+ "defaultValue": "true",
|
|
|
+ "displayType": "string",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon.embeddedmq.data",
|
|
|
+ "displayName": "falcon.embeddedmq.data",
|
|
|
+ "description": "Directory in which embeddedmq data is stored.",
|
|
|
+ "defaultValue": "/hadoop/falcon/embeddedmq/data",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon.emeddedmq.port",
|
|
|
+ "displayName": "falcon.emeddedmq.port",
|
|
|
+ "description": "Port that embeddedmq will listen on.",
|
|
|
+ "defaultValue": "61616",
|
|
|
+ "displayType": "string",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "serviceName": "FALCON",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "Advanced"
|
|
|
+ },
|
|
|
+ /**********************************************STORM***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "category": "StormEnv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_log_dir",
|
|
|
+ "displayName": "storm_log_dir",
|
|
|
+ "description": "Storm log directory",
|
|
|
+ "defaultValue": "/var/log/storm",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "category": "General"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_pid_dir",
|
|
|
+ "displayName": "storm_pid_dir",
|
|
|
+ "description": "Storm PID directory",
|
|
|
+ "defaultValue": "/var/run/storm",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": true,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "category": "General"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "stormuiserver_host",
|
|
|
+ "displayName": "Storm UI Server host",
|
|
|
+ "description": "The host that has been assigned to run Storm UI Server",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "category": "STORM_UI_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "drpcserver_host",
|
|
|
+ "displayName": "DRPC Server host",
|
|
|
+ "description": "The host that has been assigned to run DRPC Server",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "category": "DRPC_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "supervisor_hosts",
|
|
|
+ "displayName": "Supervisor hosts",
|
|
|
+ "description": "The host that has been assigned to run Supervisor",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayType": "slaveHosts",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "isOverridable": false,
|
|
|
+ "category": "SUPERVISOR"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_rest_api_host",
|
|
|
+ "displayName": "Storm REST API host",
|
|
|
+ "description": "The host that has been assigned to run Storm REST API Server",
|
|
|
+ "defaultValue": "",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "isOverridable": false,
|
|
|
+ "category": "STORM_REST_API"
|
|
|
+ },
|
|
|
+ /**********************************************TEZ***************************************/
|
|
|
+ {
|
|
|
+ "id": "site property",
|
|
|
+ "name": "content",
|
|
|
+ "displayName": "content",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "-env.sh content",
|
|
|
+ "displayType": "content",
|
|
|
+ "isRequired": false,
|
|
|
+ "showLabel": false,
|
|
|
+ "serviceName": "TEZ",
|
|
|
+ "filename": "tez-env.xml",
|
|
|
+ "category": "TezEnv"
|
|
|
+ },
|
|
|
+ /**********************************************MISC***************************************/
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hbase_conf_dir",
|
|
|
+ "displayName": "HBase conf dir",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/etc/hbase",
|
|
|
+ "isRequired": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": false,
|
|
|
+ "isRequiredByAgent": false,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "General",
|
|
|
+ "belongsToService": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "proxyuser_group",
|
|
|
+ "displayName": "Proxy group for Hive, WebHCat, Oozie and Falcon",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "users",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "filename": "core-site.xml",
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HIVE", "WEBHCAT", "OOZIE", "FALCON"],
|
|
|
+ "index": 18
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "ganglia_runtime_dir",
|
|
|
+ "displayName": "Ganglia runtime directory",
|
|
|
+ "description": "",
|
|
|
+ "defaultValue": "/var/run/ganglia/hdp",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "ganglia-env.xml",
|
|
|
+ "category": "General",
|
|
|
+ "belongsToService": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hdfs_user",
|
|
|
+ "displayName": "HDFS User",
|
|
|
+ "description": "User to run HDFS as",
|
|
|
+ "defaultValue": "hdfs",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HDFS"],
|
|
|
+ "index": 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mapred_user",
|
|
|
+ "displayName": "MapReduce User",
|
|
|
+ "description": "User to run MapReduce as",
|
|
|
+ "defaultValue": "mapred",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "mapred-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["MAPREDUCE2"],
|
|
|
+ "index": 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "yarn_user",
|
|
|
+ "displayName": "YARN User",
|
|
|
+ "description": "User to run YARN as",
|
|
|
+ "defaultValue": "yarn",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "yarn-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["YARN"],
|
|
|
+ "index": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hbase_user",
|
|
|
+ "displayName": "HBase User",
|
|
|
+ "description": "User to run HBase as",
|
|
|
+ "defaultValue": "hbase",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hbase-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HBASE"],
|
|
|
+ "index": 4
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hive_user",
|
|
|
+ "displayName": "Hive User",
|
|
|
+ "description": "User to run Hive as",
|
|
|
+ "defaultValue": "hive",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hive-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HIVE"],
|
|
|
+ "index": 5
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "hcat_user",
|
|
|
+ "displayName": "HCat User",
|
|
|
+ "description": "User to run HCatalog as",
|
|
|
+ "defaultValue": "hcat",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hcatalog-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HCATALOG"],
|
|
|
+ "index": 6
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "webhcat_user",
|
|
|
+ "displayName": "WebHCat User",
|
|
|
+ "description": "User to run WebHCat as",
|
|
|
+ "defaultValue": "hcat",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "webhcat-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["WEBHCAT"],
|
|
|
+ "index": 7
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "oozie_user",
|
|
|
+ "displayName": "Oozie User",
|
|
|
+ "description": "User to run Oozie as",
|
|
|
+ "defaultValue": "oozie",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "oozie-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["OOZIE"],
|
|
|
+ "index": 8
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "falcon_user",
|
|
|
+ "displayName": "Falcon User",
|
|
|
+ "description": "User to run Falcon as",
|
|
|
+ "defaultValue": "falcon",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "falcon-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["FALCON"],
|
|
|
+ "index": 10
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_user",
|
|
|
+ "displayName": "Storm User",
|
|
|
+ "description": "User to run Storm as",
|
|
|
+ "defaultValue": "storm",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "storm-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["STORM"],
|
|
|
+ "index": 9
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "zk_user",
|
|
|
+ "displayName": "ZooKeeper User",
|
|
|
+ "description": "User to run ZooKeeper as",
|
|
|
+ "defaultValue": "zookeeper",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "zookeeper-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["ZOOKEEPER"],
|
|
|
+ "index": 11
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "gmetad_user",
|
|
|
+ "displayName": "Ganglia User",
|
|
|
+ "description": "The user used to run Ganglia",
|
|
|
+ "defaultValue": "nobody",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "ganglia-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["GANGLIA"],
|
|
|
+ "index": 12
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "gmond_user",
|
|
|
+ "displayName": "Gmond User",
|
|
|
+ "description": "The user used to run gmond for Ganglia",
|
|
|
+ "defaultValue": "nobody",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "advanced",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "ganglia-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nagios_user",
|
|
|
+ "displayName": "Nagios User",
|
|
|
+ "description": "User to run Nagios as",
|
|
|
+ "defaultValue": "nagios",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "nagios-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["NAGIOS"],
|
|
|
+ "index": 14
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nagios_group",
|
|
|
+ "displayName": "Nagios Group",
|
|
|
+ "description": "Nagios Group",
|
|
|
+ "defaultValue": "nagios",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "nagios-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["NAGIOS"],
|
|
|
+ "index": 13
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "smokeuser",
|
|
|
+ "displayName": "Smoke Test User",
|
|
|
+ "description": "The user used to run service smoke tests",
|
|
|
+ "defaultValue": "ambari-qa",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": App.supports.customizeSmokeTestUser,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HDFS"],
|
|
|
+ "index": 16
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "tez_user",
|
|
|
+ "displayName": "Tez User",
|
|
|
+ "description": "User to run Tez as",
|
|
|
+ "defaultValue": "tez",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "tez-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["TEZ"],
|
|
|
+ "index": 15
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "user_group",
|
|
|
+ "displayName": "Hadoop Group",
|
|
|
+ "description": "Group that the users specified above belong to",
|
|
|
+ "defaultValue": "hadoop",
|
|
|
+ "isReconfigurable": false,
|
|
|
+ "displayType": "user",
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HDFS"],
|
|
|
+ "index": 16
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "rrdcached_base_dir",
|
|
|
+ "displayName": "Ganglia rrdcached base directory",
|
|
|
+ "description": "Default directory for saving the rrd files on ganglia server",
|
|
|
+ "defaultValue": "/var/lib/ganglia/rrds",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "GANGLIA",
|
|
|
+ "filename": "nagios-env.xml",
|
|
|
+ "category": "General",
|
|
|
+ "belongsToService": ["GANGLIA"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "ignore_groupsusers_create",
|
|
|
+ "displayName": "Skip group modifications during install",
|
|
|
+ "displayType": "checkbox",
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "filename": "hadoop-env.xml",
|
|
|
+ "category": "Users and Groups",
|
|
|
+ "belongsToService": ["HDFS"]
|
|
|
}
|
|
|
]
|
|
|
};
|