Skip navigation links

Package com.hazelcast.mapreduce

Deprecated.
Hazelcast Jet will replace, maybe re-implement this API shortly
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster.

See: Description

Package com.hazelcast.mapreduce Description

This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. Therefor Mapper, Combiner and Reducer implementations need to be fully serializable by Hazelcast. Any of the existing serialization patterns are available for those classes, too.
If custom KeyValueSource is provided above statement also applies to this implementation.

For a basic idea how to use this framework see Job or Mapper, Combiner or Reducer.

Since:
3.2
Skip navigation links

Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.