Ottomata has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  QChris: Looks good to me, but someone else must approve
  Gage: Looks good to me, but someone else must approve



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: merged
Gerrit-Change-Id: I5f45b8f4d9aaccf7a68cb45ad400e33dda2f347c
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Gage <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: QChris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to