Parallelizing XML data-streaming workflows via MapReduce

作者:

Highlights:

摘要

In prior work it has been shown that the design of scientific workflows can benefit from a collection-oriented modeling paradigm which views scientific workflows as pipelines of XML stream processors. In this paper, we present approaches for exploiting data parallelism in XML processing pipelines through novel compilation strategies to the MapReduce framework. Pipelines in our approach consist of sequences of processing steps that receive XML-structured data and produce, often through calls to “black-box” (scientific) functions, modified (i.e., updated) XML structures. Our main contributions are (i) the development of a set of strategies for compiling scientific workflows, modeled as XML processing pipelines, into parallel MapReduce networks, and (ii) a discussion of their advantages and trade-offs, based on a thorough experimental evaluation of the various translation strategies. Our evaluation uses the Hadoop MapReduce system as an implementation platform. Our results show that execution times of XML workflow pipelines can be significantly reduced using our compilation strategies. These efficiency gains, together with the benefits of MapReduce (e.g., fault tolerance) make our approach ideal for executing large-scale, compute-intensive XML-based scientific workflows.

论文关键词:MapReduce,XML processing pipelines,Collection-Oriented Modeling and Design (COMAD),Virtual Data Assembly Line (VDAL),Parallelization,Static analysis,Grouping,Data stream processing

论文评审过程:Received 19 March 2009, Revised 20 August 2009, Available online 22 November 2009.

论文官网地址:https://doi.org/10.1016/j.jcss.2009.11.006