@InterfaceAudience.Public @InterfaceStability.Stable public class FieldSelectionMapper<K,V> extends Mapper<K,V,Text,Text>
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static org.apache.commons.logging.Log | LOG | 
| コンストラクタと説明 | 
|---|
| FieldSelectionMapper() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | map(K key,
   V val,
   org.apache.hadoop.mapreduce.Mapper.Context context)The identify function. | 
| void | setup(org.apache.hadoop.mapreduce.Mapper.Context context)Called once at the beginning of the task. | 
public static final org.apache.commons.logging.Log LOG
public FieldSelectionMapper()
public void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
Mappersetup クラス内 Mapper<K,V,Text,Text>IOExceptionInterruptedExceptionpublic void map(K key, V val, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map クラス内 Mapper<K,V,Text,Text>IOExceptionInterruptedExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.