aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMatei Zaharia <matei.zaharia@gmail.com>2013-09-08 21:39:12 -0700
committerMatei Zaharia <matei.zaharia@gmail.com>2013-09-08 21:39:12 -0700
commit7d3204b0568e802ba15eb482c1af4c37ebf07022 (patch)
tree88d167fedb22674d2e61c6aaed0023260a522705 /conf
parentf1f83712f4e166894e8de855545fa3f4309648f7 (diff)
parentb458854977c437e85fd89056e5d40383c8fa962e (diff)
Merge pull request #905 from mateiz/docs2
Job scheduling and cluster mode docs
Diffstat (limited to 'conf')
-rw-r--r--conf/fairscheduler.xml.template18
1 files changed, 8 insertions, 10 deletions
diff --git a/conf/fairscheduler.xml.template b/conf/fairscheduler.xml.template
index 04a6b418dc..acf59e2a35 100644
--- a/conf/fairscheduler.xml.template
+++ b/conf/fairscheduler.xml.template
@@ -1,15 +1,13 @@
<?xml version="1.0"?>
<allocations>
-<pool name="production">
- <minShare>2</minShare>
- <weight>1</weight>
+ <pool name="production">
<schedulingMode>FAIR</schedulingMode>
-</pool>
-<pool name="test">
- <minShare>3</minShare>
- <weight>2</weight>
+ <weight>1</weight>
+ <minShare>2</minShare>
+ </pool>
+ <pool name="test">
<schedulingMode>FIFO</schedulingMode>
-</pool>
-<pool name="data">
-</pool>
+ <weight>2</weight>
+ <minShare>3</minShare>
+ </pool>
</allocations>