protected static class MapReduceIntegrationChecker.CheckerMapper extends org.apache.hadoop.mapreduce.Mapper<Object,Object,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
Modifier | Constructor and Description |
---|---|
protected |
CheckerMapper() |
Modifier and Type | Method and Description |
---|---|
protected void |
map(Object ignoredKey,
Object ignoredValue,
org.apache.hadoop.mapreduce.Mapper.Context context)
Records the Status and IP address of each mapper task node.
|
protected void map(Object ignoredKey, Object ignoredValue, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map
in class org.apache.hadoop.mapreduce.Mapper<Object,Object,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
IOException
InterruptedException
Copyright © 2023. All Rights Reserved.