Repository: incubator-myriad
Updated Branches:
  refs/heads/master 26a95c699 -> 048a63065


typo & set minimum-allocation-mb for fine grain

set minimum-allocation-mb for fine grain.

Pull Request:
  Closes #82

Author:    Klaus Ma <mad...@cn.ibm.com>


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

Branch: refs/heads/master
Commit: 048a630659a2f341b3d011c78baa655f1369c44f
Parents: 26a95c6
Author: Klaus Ma <klaus1982...@hotmail.com>
Authored: Thu Jun 30 11:38:37 2016 +0800
Committer: darinj <dar...@apache.org>
Committed: Thu Jun 30 17:05:17 2016 -0400

----------------------------------------------------------------------
 docs/sample-yarn-site.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/048a6306/docs/sample-yarn-site.md
----------------------------------------------------------------------
diff --git a/docs/sample-yarn-site.md b/docs/sample-yarn-site.md
index 630f509..79323ca 100644
--- a/docs/sample-yarn-site.md
+++ b/docs/sample-yarn-site.md
@@ -45,7 +45,7 @@ The following is a sample yarn-site.xml file.
         &lt;value>${nodemanager.resource.memory-mb}&lt;/value>
     &lt;/property>
 &lt;!-- Dynamic Port Assignment enablement by Mesos -->
-  &lt;property>
+    &lt;property>
         &lt;name>yarn.nodemanager.address&lt;/name>
         &lt;value>${myriad.yarn.nodemanager.address}&lt;/value>
     &lt;/property>
@@ -69,7 +69,7 @@ The following is a sample yarn-site.xml file.
     &lt;/property>
 &lt;!-- Needed for Fine Grain Scaling -->
     &lt;property>
-  &lt;name>yarn.scheduler.minimum-allocation-vcores&lt;/name>
+        &lt;name>yarn.scheduler.minimum-allocation-mb&lt;/name>
         &lt;value>0&lt;/value>
     &lt;/property>
     &lt;property>

Reply via email to