|
@@ -22,6 +22,7 @@ module.exports =
|
|
|
"id": "site property",
|
|
|
"name": "yarn.acl.enable",
|
|
|
"displayName": "yarn.acl.enable",
|
|
|
+ "displayType": "checkbox",
|
|
|
"value": "",
|
|
|
"defaultValue": "",
|
|
|
"serviceName": "YARN",
|
|
@@ -40,6 +41,7 @@ module.exports =
|
|
|
"id": "site property",
|
|
|
"name": "yarn.log-aggregation-enable",
|
|
|
"displayName": "yarn.log-aggregation-enable",
|
|
|
+ "displayType": "checkbox",
|
|
|
"value": "",
|
|
|
"defaultValue": "",
|
|
|
"serviceName": "YARN",
|
|
@@ -94,8 +96,13 @@ module.exports =
|
|
|
"id": "site property",
|
|
|
"name": "yarn.nodemanager.log-dirs",
|
|
|
"displayName": "yarn.nodemanager.log-dirs",
|
|
|
- "value": "",
|
|
|
"defaultValue": "",
|
|
|
+ "description": "Where to store container logs. An application's localized log directory\
|
|
|
+ will be found in ${yarn.nodemanager.log-dirs}/application_${appid}.\
|
|
|
+ Individual containers' log directories will be below this, in directories\
|
|
|
+ named container_{$contid}. Each container directory will contain the files\
|
|
|
+ stderr, stdin, and syslog generated by that container.",
|
|
|
+ "defaultDirectory": "/hadoop/yarn",
|
|
|
"displayType": "directories",
|
|
|
"serviceName": "YARN",
|
|
|
"category": "NodeManager"
|