Repository: ambari Updated Branches: refs/heads/trunk 0e1cc1de4 -> b6ecaa244
AMBARI-9033. Kerberos wizard: MapReduce2 service check (wordcount job) fails. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b6ecaa24 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b6ecaa24 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b6ecaa24 Branch: refs/heads/trunk Commit: b6ecaa2444e41cccea5a84640e1bd23550076e54 Parents: 0e1cc1d Author: Jaimin Jetly <[email protected]> Authored: Wed Jan 7 13:20:07 2015 -0800 Committer: Jaimin Jetly <[email protected]> Committed: Wed Jan 7 13:20:07 2015 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.2/services/YARN/kerberos.json | 10 ++++++---- ambari-web/app/data/HDP2.2/yarn_properties.js | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b6ecaa24/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json index d6aaa6e..a31fbb8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json @@ -73,11 +73,13 @@ } } ], - "configurations": { - "yarn-site": { - "yarn.nodemanager.container-executor.class": "org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor" + "configurations": [ + { + "yarn-site": { + "yarn.nodemanager.container-executor.class": "org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor" + } } - } + ] }, { "name": "RESOURCEMANAGER", http://git-wip-us.apache.org/repos/asf/ambari/blob/b6ecaa24/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 401ff08..6233401 100644 --- a/ambari-web/app/data/HDP2.2/yarn_properties.js +++ b/ambari-web/app/data/HDP2.2/yarn_properties.js @@ -31,6 +31,7 @@ var yarnPropsToCategory = { 'Isolation': [ 'yarn.nodemanager.linux-container-executor.group', + 'yarn.nodemanager.container-executor.class', 'yarn.nodemanager.linux-container-executor.resources-handler.class', 'yarn.nodemanager.linux-container-executor.cgroups.hierarchy', 'yarn.nodemanager.linux-container-executor.cgroups.mount',
