public static class ParseSegment.ParseSegmentMapper extends Mapper<WritableComparable<?>,Content,Text,ParseImpl>
Mapper.Context
Constructor and Description |
---|
ParseSegmentMapper() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(Mapper.Context context) |
void |
map(WritableComparable<?> key,
Content content,
Mapper.Context context) |
void |
setup(Mapper.Context context) |
public void setup(Mapper.Context context)
public void cleanup(Mapper.Context context)
public void map(WritableComparable<?> key, Content content, Mapper.Context context) throws java.io.IOException, java.lang.InterruptedException
Copyright © 2019 The Apache Software Foundation