Package net.sf.eos.hadoop.mapred

Contains the base infrastructure for mapreduce handling.

See:
          Description

Interface Summary
KeyGenerator<K extends WritableComparable> The key generator creates a key for the given document.
 

Class Summary
AbstractEosDriver Support for some generic configuration data.
AbstractKeyGenerator<K extends WritableComparable> Simple implementation with a factory.
EosDocumentSupportMapReduceBase Support for handling Map/Reduce jobs with EosDocument.
 

Enum Summary
Index  
 

Package net.sf.eos.hadoop.mapred Description

Contains the base infrastructure for mapreduce handling.

AbstractEosDriver supports the development of mapreduce-Drivers. The KeyGenerator and its abstract factory implementation AbstractKeyGenerator supports key generation in the map-task of a mapreduce job.

Since:
0.1.0
Author:
Sascha Kohlmann


Copyright © 2008. All Rights Reserved.