MapReduce [Deprecated]
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. This section will provide a complete guide on the working of MapReduce, how to implement its interface with NCache and use it.
In This Section
Overview
Explains in conceptual detail the working of MapReduce in NCache.
Implement MapReduce
Explains how to implement the required interfaces for MapReduce.
Use MapReduce
Explains the steps to execute the MapReduce task.