Skip to content
Snippets Groups Projects
Commit 2a36e544 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #673 from xiajunluan/master

Add config template file for fair scheduler feature
parents 7ba7fa11 6ccfb73c
No related branches found
No related tags found
No related merge requests found
<?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>
<?xml version="1.0"?>
<allocations> <allocations>
<pool name="1"> <pool name="1">
<minShare>2</minShare> <minShare>2</minShare>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment