|
@@ -672,7 +672,7 @@ module.exports =
|
|
|
"id": "puppet var",
|
|
|
"name": "dfs_exclude",
|
|
|
"displayName": "Exclude hosts",
|
|
|
- "description": "Exclude entered hosts",
|
|
|
+ "description": "Names a file that contains a list of hosts that are not permitted to connect to the namenode. This file will be placed inside the Hadoop conf directory.",
|
|
|
"defaultValue": "dfs.exclude",
|
|
|
"isReconfigurable": false,
|
|
|
"displayType": "advanced",
|
|
@@ -686,7 +686,7 @@ module.exports =
|
|
|
"id": "puppet var",
|
|
|
"name": "dfs_include",
|
|
|
"displayName": "Include hosts",
|
|
|
- "description": "Include entered hosts",
|
|
|
+ "description": "Names a file that contains a list of hosts that are permitted to connect to the namenode. This file will be placed inside the Hadoop conf directory.",
|
|
|
"defaultValue": "dfs.include",
|
|
|
"isReconfigurable": false,
|
|
|
"displayType": "advanced",
|