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

[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: e3d6b13.

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2d1b6cf  Updated the website built from mesos SHA: e3d6b13.
2d1b6cf is described below

commit 2d1b6cf8e2af4b11b602a7cba1874f88d6bd10a2
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Jan 11 23:48:43 2019 +0000

    Updated the website built from mesos SHA: e3d6b13.
---
 .../documentation/latest/configuration/master/index.html    | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/content/documentation/latest/configuration/master/index.html b/content/documentation/latest/configuration/master/index.html
index 43eb7a3..e3bf2b2 100644
--- a/content/documentation/latest/configuration/master/index.html
+++ b/content/documentation/latest/configuration/master/index.html
@@ -464,8 +464,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>
@@ -753,13 +753,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>