public class HadoopSiftLSHExtractor extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
Reducer output is
Modifier and Type | Class and Description |
---|---|
static class |
HadoopSiftLSHExtractor.LSHGroupingComparator
Comparator to group the maps outputs by their
HadoopSiftLSHExtractor.MapperOut.hash . |
static class |
HadoopSiftLSHExtractor.LSHMapper |
static class |
HadoopSiftLSHExtractor.LSHPartitioner
Partitioner that sends the data to a reducer based on the
HadoopSiftLSHExtractor.MapperOut.index . |
static class |
HadoopSiftLSHExtractor.LSHReducer |
static class |
HadoopSiftLSHExtractor.MapperOut |
static class |
HadoopSiftLSHExtractor.Sketcher |
Constructor and Description |
---|
HadoopSiftLSHExtractor() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method
|
int |
run(String[] args) |
public HadoopSiftLSHExtractor()