MapReduce in Cache
Note
This feature is only available in NCache Enterprise Edition.
MapReduce in NCache allows developers to process huge amounts of unstructured data in parallel across an NCache cluster. To distribute input data and analyze it in parallel, MapReduce operates in parallel on all nodes in a cluster of any size.
In This Section
MapReduce Working and Components
Explains in conceptual detail the working of MapReduce in NCache.
Implement MapReduce Interface
Explains, with samples, how to implement the required interfaces for MapReduce.
Using MapReduce in Cache
Explains the steps to execute the MapReduce task.