Proceedings of the 31st Annual ACM Symposium on Applied Computing 2016
DOI: 10.1145/2851613.2851626
|View full text |Cite
|
Sign up to set email alerts
|

On the usability of shortest remaining time first policy in shared Hadoop clusters

Abstract: Hadoop has been recently used to process a diverse variety of applications, sharing the same execution infrastructure. A practical problem facing the Hadoop community is how to reduce job makespans by reducing job waiting times and execution times. Previous Hadoop schedulers have focused on improving job execution times, by improving data locality but not considering job waiting times. Even worse, enforcing data locality according to the job input sizes can be inefficient: it can lead to long waiting times for… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(3 citation statements)
references
References 11 publications
0
3
0
Order By: Relevance
“…Shortest Remaining Time (SRT) scheduling focuses on the burst time of the task, but it the work of the scheduling is different from LRT. This type of scheduling focuses on the remaining time of the burst time, and it arranges the priority of the tasks according to the least remaining time [24]. So with that said, the process with minimum left over time is considered as prior than the one with more left over time.…”
Section: Shortest Remaining Timementioning
confidence: 99%
“…Shortest Remaining Time (SRT) scheduling focuses on the burst time of the task, but it the work of the scheduling is different from LRT. This type of scheduling focuses on the remaining time of the burst time, and it arranges the priority of the tasks according to the least remaining time [24]. So with that said, the process with minimum left over time is considered as prior than the one with more left over time.…”
Section: Shortest Remaining Timementioning
confidence: 99%
“…However, delay scheduling approaches [25] [3], relax inter-job priority even more to achieve better data locality. Cheriere et al [26] argue that considering data locality when choosing which job should run on a given free slot leads to long wait times for small short jobs. Their Shortest Remaining Time First (SRTF) scheduling policies give higher priority to such jobs.…”
Section: Mapreduce and Portfolio Schedulingmentioning
confidence: 99%
“…The resulting set of four policies thus achieves a balance Share-based version of the Shortest-Remaining-Time-First scheduler [26].…”
Section: Portfolio Of Scheduling Policiesmentioning
confidence: 99%