|
||||||||||
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 fs,
JobConf job)
Check whether the output specification for a job is appropriate. |
RecordWriter |
getRecordWriter(FileSystem fs,
JobConf job,
String name)
Construct a RecordWriter . |
Method Detail |
---|
RecordWriter getRecordWriter(FileSystem fs, JobConf job, String name) throws IOException
RecordWriter
.
fs
- the file system to write tojob
- the job whose output is being writtenname
- the unique name for this part of the output
RecordWriter
IOException
void checkOutputSpecs(FileSystem fs, 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 |