net.nutch.mapReduce
Interface OutputFormat


public interface OutputFormat

An output data format. Output files are stored in a NutchFileSystem.


Method Summary
 RecordWriter getRecordWriter(File file)
          Construct a RecordWriter.
 

Method Detail

getRecordWriter

public RecordWriter getRecordWriter(File file)
                             throws IOException
Construct a RecordWriter.

Parameters:
file - the file name to write
Returns:
a RecordWriter
Throws:
IOException


Copyright © 2005 The Nutch Organization.