|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputFormat
An output data format. Output files are stored in a FileSystem.
| Method Summary | |
|---|---|
void |
checkOutputSpecs(FileSystem ignored,
JobConf job)
Check whether the output specification for a job is appropriate. |
RecordWriter |
getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
Construct a RecordWriter with Progressable. |
| Method Detail |
|---|
RecordWriter getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
throws IOException
RecordWriter with Progressable.
job - the job whose output is being writtenname - the unique name for this part of the outputprogress - mechanism for reporting progress while writing to file
RecordWriter
IOException
void checkOutputSpecs(FileSystem ignored,
JobConf job)
throws IOException
job - the job whose output will be written
IOException - when output should not be attempted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||