Skip to main content

Showing 1–3 of 3 results for author: Pastorelli, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:1403.5996  [pdf, other

    cs.DS

    Revisiting Size-Based Scheduling with Estimated Job Sizes

    Authors: Matteo Dell'Amico, Damiano Carra, Mario Pastorelli, Pietro Michiardi

    Abstract: We study size-based schedulers, and focus on the impact of inaccurate job size information on response time and fairness. Our intent is to revisit previous results, which allude to performance degradation for even small errors on job size estimates, thus limiting the applicability of size-based schedulers. We show that scheduling performance is tightly connected to workload characteristics: in t… ▽ More

    Submitted 25 July, 2014; v1 submitted 24 March, 2014; originally announced March 2014.

    Comments: To be published in the proceedings of IEEE MASCOTS 2014

  2. arXiv:1402.2107  [pdf, other

    cs.DC

    OS-Assisted Task Preemption for Hadoop

    Authors: Mario Pastorelli, Matteo Dell'Amico, Pietro Michiardi

    Abstract: This work introduces a new task preemption primitive for Hadoop, that allows tasks to be suspended and resumed exploiting existing memory management mechanisms readily available in modern operating systems. Our technique fills the gap that exists between the two extremes cases of killing tasks (which waste work) or waiting for their completion (which introduces latency): experimental results indic… ▽ More

    Submitted 10 February, 2014; originally announced February 2014.

  3. arXiv:1302.2749  [pdf, ps, other

    cs.DC

    Practical Size-based Scheduling for MapReduce Workloads

    Authors: Mario Pastorelli, Antonio Barbuzzi, Damiano Carra, Matteo Dell'Amico, Pietro Michiardi

    Abstract: We present the Hadoop Fair Sojourn Protocol (HFSP) scheduler, which implements a size-based scheduling discipline for Hadoop. The benefits of size-based scheduling disciplines are well recognized in a variety of contexts (computer networks, operating systems, etc...), yet, their practical implementation for a system such as Hadoop raises a number of important challenges. With HFSP, which is availa… ▽ More

    Submitted 3 May, 2013; v1 submitted 12 February, 2013; originally announced February 2013.

    Comments: 12 pages, 8 figures

    ACM Class: C.2.4