A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://hadoop.apache.org/docs/r1.2.1/api/org/apache/hadoop/mapred/RecordWriter.html below:

RecordWriter (Hadoop 1.2.1 API)

org.apache.hadoop.mapred
Interface RecordWriter<K,V>
All Known Implementing Classes:
DBOutputFormat.DBRecordWriter, TextOutputFormat.LineRecordWriter
public interface RecordWriter<K,V>

RecordWriter writes the output <key, value> pairs to an output file.

RecordWriter implementations write the job outputs to the FileSystem.

See Also:
OutputFormat
Method Summary  void close(Reporter reporter)
          Close this RecordWriter to future operations.  void write(K key, V value)
          Writes a key/value pair.   write
void write(K key,
           V value)
           throws IOException
Writes a key/value pair.
Parameters:
key - the key to write.
value - the value to write.
Throws:
IOException
close
void close(Reporter reporter)
           throws IOException
Close this RecordWriter to future operations.
Parameters:
reporter - facility to report progress.
Throws:
IOException
Copyright © 2009 The Apache Software Foundation

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4