Skip to content

Commit 9797e4c

Browse files
authored
Refine Kylin Config (apache#1726)
* Add deprecated notice for some maven modules * remove duplicated log * refine kylin config * refine sample cube desc * Fix config entry rename * add switch for sparder canary tool
1 parent 23365b6 commit 9797e4c

File tree

30 files changed

+711
-244
lines changed

30 files changed

+711
-244
lines changed

build/bin/kylin.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function prepareFairScheduler() {
212212
<pool name="query_pushdown">
213213
<schedulingMode>FAIR</schedulingMode>
214214
<weight>1</weight>
215-
<minShare>1</minShare>
215+
<minShare>0</minShare>
216216
</pool>
217217
<pool name="heavy_tasks">
218218
<schedulingMode>FAIR</schedulingMode>
@@ -227,7 +227,7 @@ function prepareFairScheduler() {
227227
<pool name="vip_tasks">
228228
<schedulingMode>FAIR</schedulingMode>
229229
<weight>15</weight>
230-
<minShare>1</minShare>
230+
<minShare>0</minShare>
231231
</pool>
232232
</allocations>
233233
EOL

0 commit comments

Comments
 (0)