Cloud-based image processing system with priority-based data distribution mechanism

  • Authors:
  • Tin-Yu Wu;Chi-Yuan Chen;Ling-Shang Kuo;Wei-Tsong Lee;Han-Chieh Chao

  • Affiliations:
  • Institute of Computer Science & Information Engineering, National Ilan University, Taiwan, ROC;Department of Electrical Engineering, National Dong Hwa University, Taiwan, ROC;Department of Electrical Engineering, Tamkang University, Taiwan, ROC;Department of Electrical Engineering, Tamkang University, Taiwan, ROC;Institute of Computer Science & Information Engineering, National Ilan University, Taiwan, ROC and Department of Electrical Engineering, National Dong Hwa University, Taiwan, ROC and Department of ...

  • Venue:
  • Computer Communications
  • Year:
  • 2012

Quantified Score

Hi-index 0.24

Visualization

Abstract

Most users process short tasks using MapReduce. In other words, most tasks handled by the Map and Reduce functions require low response time. Currently, quite few users use MapReduce for 2D to 3D image processing, which is highly complicated and requires long execution time. However, in our opinion, MapReduce is exactly suitable for processing applications of high complexity and high computation. This paper implements MapReduce on an integrated 2D to 3D multi-user system, in which Map is responsible for image processing procedures of high complexity and high computation, and Reduce is responsible for integrating the intermediate data processed by Map for the final output. Different from short tasks, when several users compete simultaneously to acquire data from MapReduce for 2D to 3D applications, data that waits to be processed by Map will be delayed by the current user and Reduce has to wait until the completion of all Map tasks to generate the final result. Therefore, a novel scheduling scheme, Dynamic Switch of Reduce Function (DSRF) Algorithm, is proposed in this paper for MapReduce to switch dynamically to the next task according to the achieved percentage of tasks and reduce the idle time of Reduce. By using Hadoop to implement our MapReduce platform, we compare the performance of traditional Hadoop with our proposed scheme. The experimental results reveal that our proposed scheduling scheme efficiently enhances MapReduce performance in running 2D to 3D applications.