public class InvertedIndexMapreduce
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Modifier and Type | Class and Description |
---|---|
static class |
InvertedIndexMapreduce.InvertedIndexMapper
Inverted Index mapper class for
TextInputFormat and FileSplit This class uses the file name obtained from FileSplit as the location of the word, and the value of the LongWritable key of TextInputFormat as the offset of the word in that file. |
static class |
InvertedIndexMapreduce.InvertedIndexReducer
The inverted index reducer class for mapreduce API
|
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_SECONDARY_SORT |
static java.lang.String |
PROPERTY_SECONDARY_SORT |
Constructor and Description |
---|
InvertedIndexMapreduce() |
public static final boolean DEFAULT_SECONDARY_SORT
public static final java.lang.String PROPERTY_SECONDARY_SORT