зеркало из https://github.com/microsoft/spark.git
Add fair scheduler config template file
This commit is contained in:
Родитель
606bb1b450
Коммит
6ccfb73ca9
|
@ -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>
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<allocations>
|
||||
<pool name="1">
|
||||
<minShare>2</minShare>
|
||||
|
|
Загрузка…
Ссылка в новой задаче