کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
425849 685931 2015 13 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
CloudFlow: A data-aware programming model for cloud workflow applications on modern HPC systems
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر نظریه محاسباتی و ریاضیات
پیش نمایش صفحه اول مقاله
CloudFlow: A data-aware programming model for cloud workflow applications on modern HPC systems
چکیده انگلیسی


• CloudFlow programming model is designed for cloud workflow on modern HPC systems.
• CloudFlow is not only data-aware, but also shared-data-aware.
• The programming model supports multiple Map and Reduce functions.
• Theoretical analysis proves the correctness and uniqueness of each desired output.
• Results show the speedup of CloudFlow exceeds 4X compared to traditional MapReduce.

Traditional High-Performance Computing (HPC) based big-data applications are usually constrained by having to move large amount of data to compute facilities for real-time processing purpose. Modern HPC systems, represented by High-Throughput Computing (HTC) and Many-Task Computing (MTC) platforms, on the other hand, intend to achieve the long-held dream of moving compute to data instead. This kind of data-aware scheduling, typically represented by Hadoop MapReduce, has been successfully implemented in its Map Phase, whereby each Map Task is sent out to the compute node where the corresponding input data chunk is located. However, Hadoop MapReduce limits itself to a one-map-to-one-reduce framework, leading to difficulties for handling complex logics, such as pipelines or workflows. Meanwhile, it lacks built-in support and optimization when the input datasets are shared among multiple applications and/or jobs. The performance can be improved significantly when the knowledge of the shared and frequently accessed data is taken into scheduling decisions.To enhance the capability of managing workflow in modern HPC system, this paper presents CloudFlow, a Hadoop MapReduce based programming model for cloud workflow applications. CloudFlow is built on top of MapReduce, which is proposed not only being data aware, but also shared-data aware. It identifies the most frequently shared data, from both task-level and job-level, replicates them to each compute node for data locality purposes. It also supports user-defined multiple Map- and Reduce functions, allowing users to orchestrate the required data-flow logic. Mathematically, we prove the correctness of the whole scheduling framework by performing theoretical analysis. Further more, experimental evaluation also shows that the execution runtime speedup exceeds 4X compared to traditional MapReduce implementation with a manageable time overhead.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Future Generation Computer Systems - Volume 51, October 2015, Pages 98–110
نویسندگان
, , , , , ,