|
@@ -23,7 +23,7 @@ module.exports =
|
|
|
"name": "security_enabled",
|
|
|
"displayName": "Enable security",
|
|
|
"value": "",
|
|
|
- "defaultValue":true,
|
|
|
+ "defaultValue":"true",
|
|
|
"description": "Enable kerberos security for the cluster",
|
|
|
"isVisible": false,
|
|
|
"isOverridable": false,
|
|
@@ -162,6 +162,32 @@ module.exports =
|
|
|
"serviceName": "HDFS",
|
|
|
"category": "SNameNode"
|
|
|
},
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "dfs_datanode_address",
|
|
|
+ "displayName": "Datanode address",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "1019",
|
|
|
+ "description": "Address for DataNode",
|
|
|
+ "displayType": "principal",
|
|
|
+ "isVisible": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "category": "DataNode"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "dfs_datanode_http_address",
|
|
|
+ "displayName": "Datanode HTTP address",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "1022",
|
|
|
+ "description": "Address for DataNode",
|
|
|
+ "displayType": "principal",
|
|
|
+ "isVisible": false,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "HDFS",
|
|
|
+ "category": "DataNode"
|
|
|
+ },
|
|
|
{
|
|
|
"id": "puppet var",
|
|
|
"name": "datanode_primary_name",
|
|
@@ -249,7 +275,7 @@ module.exports =
|
|
|
"displayName": "Primary name",
|
|
|
"value": "",
|
|
|
"defaultValue": "hbase",
|
|
|
- "description": "Primary name for HBase master",
|
|
|
+ "description": "Primary name for HBase",
|
|
|
"displayType": "principal",
|
|
|
"isVisible": true,
|
|
|
"isOverridable": false,
|
|
@@ -258,29 +284,16 @@ module.exports =
|
|
|
},
|
|
|
{
|
|
|
"id": "puppet var",
|
|
|
- "name": "hbase_master_keytab",
|
|
|
+ "name": "hbase_service_keytab",
|
|
|
"displayName": "Path to Keytab file",
|
|
|
"value": "",
|
|
|
- "defaultValue": "/etc/security/keytabs/hm.service.keytab",
|
|
|
+ "defaultValue": "/etc/security/keytabs/hbase.service.keytab",
|
|
|
"description": "keytab for HBase master",
|
|
|
"displayType": "directory",
|
|
|
"isVisible": true,
|
|
|
"isOverridable": false,
|
|
|
"serviceName": "HBASE",
|
|
|
- "category": "HBase Master"
|
|
|
- },
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "regionserver_keytab",
|
|
|
- "displayName": "Path to Keytab file",
|
|
|
- "value": "",
|
|
|
- "defaultValue": "/etc/security/keytabs/rs.service.keytab",
|
|
|
- "description": "keytab for RegionServer",
|
|
|
- "displayType": "directory",
|
|
|
- "isVisible": true,
|
|
|
- "isOverridable": false,
|
|
|
- "serviceName": "HBASE",
|
|
|
- "category": "RegionServer"
|
|
|
+ "category": "HBase"
|
|
|
},
|
|
|
|
|
|
//HIVE
|