contentOut = new MapFile.Writer(job, fs, content.toString(),
Text.class, Content.class);
}
if (Fetcher.isParsing(job)) {
parseOut = new ParseOutputFormat().getRecordWriter(fs, job, name, null);
}
}
public void write(WritableComparable key, Writable value)
throws IOException {