|
@@ -56,7 +56,6 @@ module.exports =
|
|
|
"displayType": "user",
|
|
|
"isOverridable": false,
|
|
|
"isVisible": App.get('isHadoopWindowsStack'),
|
|
|
- "serviceName": "MISC",
|
|
|
"filename": "cluster-env.xml",
|
|
|
"category": "Users and Groups",
|
|
|
"belongsToService": ["HDFS"],
|
|
@@ -71,7 +70,6 @@ module.exports =
|
|
|
"displayType": "password",
|
|
|
"isOverridable": false,
|
|
|
"isVisible": App.get('isHadoopWindowsStack'),
|
|
|
- "serviceName": "MISC",
|
|
|
"filename": "cluster-env.xml",
|
|
|
"category": "Users and Groups",
|
|
|
"belongsToService": ["HDFS"],
|
|
@@ -101,7 +99,6 @@ module.exports =
|
|
|
"description": "Using an existing MSSQL database for Metrics Sink",
|
|
|
"displayType": "masterHost",
|
|
|
"isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
"isReconfigurable": false,
|
|
|
"serviceName": "HDFS",
|
|
|
"category": "MetricsSink",
|
|
@@ -117,7 +114,6 @@ module.exports =
|
|
|
"description": "Using an existing MSSQL database for Metrics Sink",
|
|
|
"displayType": "masterHost",
|
|
|
"isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
"isReconfigurable": false,
|
|
|
"serviceName": "HDFS",
|
|
|
"category": "MetricsSink",
|
|
@@ -160,7 +156,6 @@ module.exports =
|
|
|
"displayType": "host",
|
|
|
"isOverridable": false,
|
|
|
"isObserved": true,
|
|
|
- "isVisible": false,
|
|
|
"category": "MetricsSink",
|
|
|
"serviceName": "HDFS",
|
|
|
"index": 2,
|
|
@@ -175,7 +170,6 @@ module.exports =
|
|
|
"displayType": "host",
|
|
|
"isOverridable": false,
|
|
|
"isRequiredByAgent": false,
|
|
|
- "isVisible": false,
|
|
|
"isObserved": true,
|
|
|
"serviceName": "HDFS",
|
|
|
"category": "MetricsSink",
|
|
@@ -191,7 +185,6 @@ module.exports =
|
|
|
"displayType": "host",
|
|
|
"isOverridable": false,
|
|
|
"isRequiredByAgent": false,
|
|
|
- "isVisible": false,
|
|
|
"isObserved": true,
|
|
|
"serviceName": "HDFS",
|
|
|
"category": "MetricsSink",
|
|
@@ -205,6 +198,7 @@ module.exports =
|
|
|
"isOverridable": false,
|
|
|
"displayType": "host",
|
|
|
"isObserved": true,
|
|
|
+ "isVisible": App.get('isHadoopWindowsStack'),
|
|
|
"category": "MetricsSink",
|
|
|
"serviceName": "HDFS",
|
|
|
"index": 4,
|
|
@@ -215,6 +209,7 @@ module.exports =
|
|
|
"name": "sink.dblogin",
|
|
|
"displayName": "Database Username",
|
|
|
"isOverridable": false,
|
|
|
+ "isVisible": App.get('isHadoopWindowsStack'),
|
|
|
"displayType": "user",
|
|
|
"category": "MetricsSink",
|
|
|
"serviceName": "HDFS",
|
|
@@ -226,6 +221,7 @@ module.exports =
|
|
|
"name": "sink.dbpassword",
|
|
|
"displayName": "Database Password",
|
|
|
"isOverridable": false,
|
|
|
+ "isVisible": App.get('isHadoopWindowsStack'),
|
|
|
"displayType": "password",
|
|
|
"category": "MetricsSink",
|
|
|
"serviceName": "HDFS",
|
|
@@ -237,6 +233,7 @@ module.exports =
|
|
|
"name": "sink.jdbc.driver",
|
|
|
"displayName": "JDBC Driver Class",
|
|
|
"isOverridable": false,
|
|
|
+ "isVisible": App.get('isHadoopWindowsStack'),
|
|
|
"category": "MetricsSink",
|
|
|
"serviceName": "HDFS",
|
|
|
"index": 7,
|
|
@@ -247,6 +244,7 @@ module.exports =
|
|
|
"name": "sink.jdbc.url",
|
|
|
"displayName": "Database URL",
|
|
|
"isOverridable": false,
|
|
|
+ "isVisible": App.get('isHadoopWindowsStack'),
|
|
|
"displayType": "advanced",
|
|
|
"category": "MetricsSink",
|
|
|
"serviceName": "HDFS",
|
|
@@ -2510,187 +2508,6 @@ module.exports =
|
|
|
"filename": "hadoop-env.xml",
|
|
|
"category": "Advanced hadoop-env"
|
|
|
},
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "security_enabled",
|
|
|
- "displayName": "Hadoop Security",
|
|
|
- "description": "Enable hadoop security",
|
|
|
- "defaultValue": 'false',
|
|
|
- "isRequired": false,
|
|
|
- "displayType": "checkbox",
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "kerberos_domain",
|
|
|
- "displayName": "Kerberos realm",
|
|
|
- "description": "Kerberos realm",
|
|
|
- "defaultValue": 'EXAMPLE.COM',
|
|
|
- "isRequired": false,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "tez_tar_source",
|
|
|
- "displayName": "Tez tarball source",
|
|
|
- "description": "Source file path that uses dynamic variables and regex to copy the file to HDFS.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "tez_tar_destination_folder",
|
|
|
- "displayName": "Tez tarball destination folder",
|
|
|
- "description": "Destination HDFS folder for the file.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "hive_tar_source",
|
|
|
- "displayName": "Hive tarball source",
|
|
|
- "description": "Source file path that uses dynamic variables and regex to copy the file to HDFS.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "hive_tar_destination_folder",
|
|
|
- "displayName": "Hive tarball destination folder",
|
|
|
- "description": "Destination HDFS folder for the file.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "pig_tar_source",
|
|
|
- "displayName": "Pig tarball source",
|
|
|
- "description": "Source file path that uses dynamic variables and regex to copy the file to HDFS.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "pig_tar_destination_folder",
|
|
|
- "displayName": "Pig tarball destination folder",
|
|
|
- "description": "Destination HDFS folder for the file.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "hadoop-streaming_tar_source",
|
|
|
- "displayName": "hadoop-streaming.jar source",
|
|
|
- "description": "Source file path that uses dynamic variables and regex to copy the file to HDFS.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "hadoop-streaming_tar_destination_folder",
|
|
|
- "displayName": "hadoop-streaming.jar destination folder",
|
|
|
- "description": "Destination HDFS folder for the file.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "sqoop_tar_source",
|
|
|
- "displayName": "Sqoop tarball source",
|
|
|
- "description": "Source file path that uses dynamic variables and regex to copy the file to HDFS.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "sqoop_tar_destination_folder",
|
|
|
- "displayName": "Sqoop tarball destination folder",
|
|
|
- "description": "Destination HDFS folder for the file.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "mapreduce_tar_source",
|
|
|
- "displayName": "Mapreduce tarball source",
|
|
|
- "description": "Source file path that uses dynamic variables and regex to copy the file to HDFS.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "mapreduce_tar_destination_folder",
|
|
|
- "displayName": "Mapreduce tarball destination folder",
|
|
|
- "description": "Destination HDFS folder for the file.",
|
|
|
- "defaultValue": '',
|
|
|
- "isRequired": true,
|
|
|
- "isOverridable": false,
|
|
|
- "isVisible": false,
|
|
|
- "isEditable": false,
|
|
|
- "serviceName": "MISC",
|
|
|
- "filename": "cluster-env.xml"
|
|
|
- },
|
|
|
|
|
|
/**********************************************MAPREDUCE2***************************************/
|
|
|
{
|
|
@@ -4435,7 +4252,6 @@ module.exports =
|
|
|
"isReconfigurable": true,
|
|
|
"isOverridable": false,
|
|
|
"isVisible": !App.get('isHadoopWindowsStack'),
|
|
|
- "serviceName": "MISC",
|
|
|
"filename": "cluster-env.xml",
|
|
|
"category": "Users and Groups"
|
|
|
},
|