You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/01/11 23:22:29 UTC

[mesos] branch master updated: Updated configuration documentation to include random sorter.

This is an automated email from the ASF dual-hosted git repository.

mzhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new e3d6b13  Updated configuration documentation to include random sorter.
e3d6b13 is described below

commit e3d6b13f1a7c8f87918ac8ea4d8979a1a5681c1c
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Fri Jan 11 13:47:25 2019 -0800

    Updated configuration documentation to include random sorter.
    
    See summary.
    
    Review: https://reviews.apache.org/r/69724
---
 docs/configuration/master.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/configuration/master.md b/docs/configuration/master.md
index 7859d80..0745c90 100644
--- a/docs/configuration/master.md
+++ b/docs/configuration/master.md
@@ -361,8 +361,8 @@ the following for more information:
     --framework_sorter=VALUE
   </td>
   <td>
-Policy to use for allocating resources between a given user's
-frameworks. Options are the same as for <code>--user_sorter</code>.
+Policy to use for allocating resources between a given role's
+frameworks. Options are the same as for <code>--role_sorter</code>.
 (default: drf)
   </td>
 </tr>
@@ -650,13 +650,14 @@ Can root submit frameworks? (default: true)
   </td>
 </tr>
 
-<tr id="user_sorter">
+<tr id="role_sorter">
   <td>
-    --user_sorter=VALUE
+    --role_sorter=VALUE
   </td>
   <td>
-Policy to use for allocating resources between users. May be one of:
-  dominant_resource_fairness (drf) (default: drf)
+Policy to use for allocating resources between roles. May be one of:
+dominant_resource_fairness (drf) or weighted random uniform distribution
+(random) (default: drf)
   </td>
 </tr>