public class RangeKeyDistributionMapper extends KylinMapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>
mapCounter| Constructor and Description |
|---|
RangeKeyDistributionMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCleanup(org.apache.hadoop.mapreduce.Mapper.Context context) |
void |
doMap(org.apache.hadoop.io.Text key,
org.apache.hadoop.io.Text value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
protected void |
doSetup(org.apache.hadoop.mapreduce.Mapper.Context context) |
bindCurrentConfiguration, cleanup, map, setupprotected void doSetup(org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException
doSetup in class KylinMapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>IOExceptionpublic void doMap(org.apache.hadoop.io.Text key,
org.apache.hadoop.io.Text value,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
doMap in class KylinMapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>IOExceptionInterruptedExceptionprotected void doCleanup(org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
doCleanup in class KylinMapper<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>IOExceptionInterruptedExceptionCopyright © 2014–2017 Apache Software Foundation. All rights reserved.