Repository: ambari Updated Branches: refs/heads/branch-2.5 4149aaa5e -> 3d6432d86
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/3d6432d8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3d6432d8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3d6432d8 Branch: refs/heads/branch-2.5 Commit: 3d6432d86afc17b634712c71b8514dcf61cf14c1 Parents: 4149aaa Author: Andrii Tkach <[email protected]> Authored: Fri Dec 30 15:59:50 2016 +0200 Committer: Andrii Tkach <[email protected]> Committed: Fri Dec 30 15:59:50 2016 +0200 ---------------------------------------------------------------------- ambari-web/app/data/HDP2.2/yarn_properties.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3d6432d8/ambari-web/app/data/HDP2.2/yarn_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2.2/yarn_properties.js b/ambari-web/app/data/HDP2.2/yarn_properties.js index 6233401..e482598 100644 --- a/ambari-web/app/data/HDP2.2/yarn_properties.js +++ b/ambari-web/app/data/HDP2.2/yarn_properties.js @@ -30,6 +30,7 @@ var yarnPropsToCategory = { ], 'Isolation': [ + 'yarn.nodemanager.linux-container-executor.cgroups.mount-path', 'yarn.nodemanager.linux-container-executor.group', 'yarn.nodemanager.container-executor.class', 'yarn.nodemanager.linux-container-executor.resources-handler.class',
