Writing a Hazelcast / CastMapR MapReduce Task in Java
Hazelcast is a distributed In-Memory-Datagrid written in Java. In addition to the internal features like EntryProcessors and queries you can write MapReduce tasks using the CastMapR projects which adds MapReduce capabilities on top of Hazelcast 3.x. To make it comparable to other MapReduce frameworks we will try to reimplement