2010
DOI: 10.1007/978-3-642-16955-7_1
|View full text |Cite
|
Sign up to set email alerts
|

FLEX: A Slot Allocation Scheduling Optimizer for MapReduce Workloads

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
81
0
1

Year Published

2011
2011
2021
2021

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 86 publications
(86 citation statements)
references
References 12 publications
0
81
0
1
Order By: Relevance
“…Flex [38] is a size-based scheduler for Hadoop which is available as a proprietary commercial solution. In Flex, "fairness" is defined as avoiding job starvation and guaranteed by allocating a part of the cluster according to Hadoop's FAIR scheduler; size-based scheduling (without aging) is then performed only on the remaining set of nodes.…”
Section: Fairness and Qosmentioning
confidence: 99%
“…Flex [38] is a size-based scheduler for Hadoop which is available as a proprietary commercial solution. In Flex, "fairness" is defined as avoiding job starvation and guaranteed by allocating a part of the cluster according to Hadoop's FAIR scheduler; size-based scheduling (without aging) is then performed only on the remaining set of nodes.…”
Section: Fairness and Qosmentioning
confidence: 99%
“…Flex [43] is a proprietary Hadoop size-based scheduler. In Flex, "fairness" is defined as avoiding job starvation and guaranteed by allocating a part of the cluster according to Hadoop's Fair scheduler; size-based scheduling (without aging) is then performed only on the remaining set of nodes.…”
Section: Related Workmentioning
confidence: 99%
“…Pietro Michiardi et al design a scheduler labelled FSP [23], which considers both fairness and efficiency rather than ours efficiency-only objective, and fairness-only scheduling as HFS [16], similar as Delay Scheduling [17] expect for the job-level resource provision like ours rather than task-level used in lots of current Hadoop schedulers, what's more, FSP permits preemption by job suspension. Joel Wolf et al propose a scheduling optimizer for MapReduce workloads with shared scans named as CIRCUMFLEX [24], which aims on optimizing concurrent jobs with share inputs, on the other hand, we assume jobs are totally independent, however, we will do this kind of optimization in future work. Hammoud et al propose center-of-gravity reduce task scheduling aiming to lower MapReduce network traffic [25], which model reduce input distribution as mass distribution model, by properly assign reduce tasks to save network cost, so we can call it data locality in reduce phase, which is not a consideration in our study but in future work.…”
Section: Related Workmentioning
confidence: 99%