Updated Branches: refs/heads/trunk 202e25712 -> 4b6df8424
AMBARI-2784. Ambari memory params configuration is not right for yarn and mapreducde. Missing HDPLocal changes. (swagle) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/4b6df842 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/4b6df842 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/4b6df842 Branch: refs/heads/trunk Commit: 4b6df8424ad0f318d8b5ac5173db25fc5c161fe3 Parents: 202e257 Author: Siddharth Wagle <[email protected]> Authored: Fri Aug 16 14:14:52 2013 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Fri Aug 16 14:14:52 2013 -0700 ---------------------------------------------------------------------- .../2.0.5/services/YARN/configuration/capacity-scheduler.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/4b6df842/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/capacity-scheduler.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/capacity-scheduler.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/capacity-scheduler.xml index 3f78292..ccfb779 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/capacity-scheduler.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/capacity-scheduler.xml @@ -27,7 +27,7 @@ <property> <name>yarn.scheduler.capacity.maximum-am-resource-percent</name> - <value>0.1</value> + <value>0.2</value> <description> Maximum percent of resources in the cluster which can be used to run application masters i.e. controls number of concurrent running
