Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/165512
Change subject: Hadoop fairscheduler queue change - remove 'adhoc' queue, rename 'standard' to 'essential'. ...................................................................... Hadoop fairscheduler queue change - remove 'adhoc' queue, rename 'standard' to 'essential'. As discussed in IRC at http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-analytics/20140821.txt Change-Id: I5f45b8f4d9aaccf7a68cb45ad400e33dda2f347c --- M templates/hadoop/fair-scheduler.xml.erb 1 file changed, 3 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/12/165512/1 diff --git a/templates/hadoop/fair-scheduler.xml.erb b/templates/hadoop/fair-scheduler.xml.erb index 74fc1d3..cf3592c 100644 --- a/templates/hadoop/fair-scheduler.xml.erb +++ b/templates/hadoop/fair-scheduler.xml.erb @@ -7,15 +7,10 @@ <schedulingMode>fair</schedulingMode> </queue> - <queue name="standard"> - <!-- <weight>2.0</weight> --> - <aclSubmitApps>hdfs,stats</aclSubmitApps> + <queue name="essential"> + <weight>2.0</weight> + <aclSubmitApps>hdfs</aclSubmitApps> <maxRunningApps>50</maxRunningApps> - <schedulingMode>fair</schedulingMode> - </queue> - - <queue name="adhoc"> - <maxRunningApps>10</maxRunningApps> <schedulingMode>fair</schedulingMode> </queue> -- To view, visit https://gerrit.wikimedia.org/r/165512 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5f45b8f4d9aaccf7a68cb45ad400e33dda2f347c Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
