Repository: ambari Updated Branches: refs/heads/trunk 3b52cbc60 -> d110186e8
AMBARI-19327 yarn.nodemanager.linux-container-executor.cgroups.mount-path need to be added to "Isolated" group on UI for yarn configs. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d110186e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d110186e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d110186e Branch: refs/heads/trunk Commit: d110186e87e9ed5d62be0fbb273405c964cf87fd Parents: 3b52cbc Author: Andrii Tkach <[email protected]> Authored: Fri Dec 30 15:55:05 2016 +0200 Committer: Andrii Tkach <[email protected]> Committed: Fri Dec 30 15:57:48 2016 +0200 ---------------------------------------------------------------------- ambari-web/app/data/configs/services/yarn_properties.js | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d110186e/ambari-web/app/data/configs/services/yarn_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/configs/services/yarn_properties.js b/ambari-web/app/data/configs/services/yarn_properties.js index 3d7ac6d..3ea131d 100644 --- a/ambari-web/app/data/configs/services/yarn_properties.js +++ b/ambari-web/app/data/configs/services/yarn_properties.js @@ -68,6 +68,12 @@ module.exports = [ { "category": "Isolation", "filename": "yarn-site.xml", + "name": "yarn.nodemanager.linux-container-executor.cgroups.mount-path", + "serviceName": "YARN" + }, + { + "category": "Isolation", + "filename": "yarn-site.xml", "name": "yarn.nodemanager.linux-container-executor.group", "serviceName": "YARN" },
