MapReduce with CloudHaskell

From HaskellWiki
Revision as of 16:31, 1 November 2011 by Julianporter (talk | contribs) (→‎Storage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Introduction

This is documentation of my work on developing a proof-of-concept demonstrator for MapReduce using CloudHaskell to provide a framewok for distributed applications, and the monadic approach to MapReduce described here.

Status

Storage

I have developed a very simple distributed storage service that provides what is needed to ship data to each processing node at the start of each round of processing, and then to assemble their outputs ready to form the input for the next round.

Code to be placed on Hackage when more robust.

Distributed job scheduler

Not yet started.

julianporter 18:20, 31 October 2011 (UTC)