Page Contents
MapReduce programming model has simplified the implementations of many data parallel applications. The simplicity of the programming model and the quality of services provided by many implementations of MapReduce attract a lot of enthusiasm among parallel computing communities. From the years of experience in applying MapReduce programming model to various scientific applications, we identified a set of extensions to the programming model and improvements to its architecture that will expand the applicability of MapReduce to more classes of applications. Twister is a lightweight MapReduce runtime we have developed by incorporating these enhancements.
Twister provides the following features to support MapReduce computations. (Twister is developed as part of Jaliya Ekanayake’s Ph.D. research and is supported by the Salsa Team @ IU)
Iterative MapReduce programming model using Twister
Twister can be run in various modes within FG either in FutureGrid HPC or FutureGrid Cloud environment:
We provide Kmeans and Blast run on Twister as examples.