K
- The type of the internalInputFormat's keysV
- The type of the internalInputFormat's values
public class MVSHierachicalCountMapper<K,V>
extends MapReduceBase
This mapper implementation catalogs records in different hierarchy levels using MVSuggest.
The output key is a combination of the hierarchy layer's name and the hierarchy level's feature id. The value is the number of records counted for the key's feature
Expected configuration:
Constructor and Description |
---|
MVSHierachicalCountMapper() |
Modifier and Type | Method and Description |
---|---|
void |
configure(JobConf conf) |
void |
map(NullWritable key, FileSplit value, <any> output, Reporter reporter) |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.