aboutsummaryrefslogtreecommitdiff
path: root/conf/fairscheduler.xml.template
diff options
context:
space:
mode:
authorAndrew xia <junluan.xia@intel.com>2013-07-04 19:19:44 +0800
committerAndrew xia <junluan.xia@intel.com>2013-07-04 19:19:44 +0800
commit6ccfb73ca92a72d5cca6a504d9ee332a16d9293d (patch)
tree56beb90e53e93501904aa07546ef97dcea731714 /conf/fairscheduler.xml.template
parent606bb1b450064a2b909e4275ce45325dbbef4eca (diff)
downloadspark-6ccfb73ca92a72d5cca6a504d9ee332a16d9293d.tar.gz
spark-6ccfb73ca92a72d5cca6a504d9ee332a16d9293d.tar.bz2
spark-6ccfb73ca92a72d5cca6a504d9ee332a16d9293d.zip
Add fair scheduler config template file
Diffstat (limited to 'conf/fairscheduler.xml.template')
-rw-r--r--conf/fairscheduler.xml.template15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/fairscheduler.xml.template b/conf/fairscheduler.xml.template
new file mode 100644
index 0000000000..04a6b418dc
--- /dev/null
+++ b/conf/fairscheduler.xml.template
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<allocations>
+<pool name="production">
+ <minShare>2</minShare>
+ <weight>1</weight>
+ <schedulingMode>FAIR</schedulingMode>
+</pool>
+<pool name="test">
+ <minShare>3</minShare>
+ <weight>2</weight>
+ <schedulingMode>FIFO</schedulingMode>
+</pool>
+<pool name="data">
+</pool>
+</allocations>