You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2013/11/23 00:06:33 UTC

git commit: AMBARI-3814. Enable data locality in YARN. (mahadev)

Updated Branches:
  refs/heads/branch-1.4.2 38d5399c9 -> f2406bc77


AMBARI-3814. Enable data locality in YARN. (mahadev)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/f2406bc7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/f2406bc7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/f2406bc7

Branch: refs/heads/branch-1.4.2
Commit: f2406bc773e75dfadba1f77332e1124f76711e21
Parents: 38d5399
Author: Mahadev Konar <ma...@apache.org>
Authored: Fri Nov 22 15:06:27 2013 -0800
Committer: Mahadev Konar <ma...@apache.org>
Committed: Fri Nov 22 15:06:27 2013 -0800

----------------------------------------------------------------------
 .../2.0.6/services/YARN/configuration/capacity-scheduler.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f2406bc7/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/configuration/capacity-scheduler.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/configuration/capacity-scheduler.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/configuration/capacity-scheduler.xml
index ccfb779..4a19779 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/configuration/capacity-scheduler.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/configuration/capacity-scheduler.xml
@@ -116,5 +116,13 @@
       No description
     </description>
   </property>
+  <property>
+    <name>yarn.scheduler.capacity.node-locality-delay</name>
+    <value>40</value>
+    <description>
+      No description
+    </description>
+  </property>
+
 
 </configuration>