public class RasterOutputFormat extends
| Modifier and Type | Class and Description |
|---|---|
static class |
RasterOutputFormat.ImageWriter
Writes the final image by doing any remaining merges then generating
the final image
|
static class |
RasterOutputFormat.ImageWriterOld
An alternative output committer that uses the old MapReduce API.
|
| Constructor and Description |
|---|
RasterOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
OutputCommitter |
getOutputCommitter(TaskAttemptContext context) |
|
getRecordWriter(TaskAttemptContext task) |
protected static void |
mergeImages(Configuration conf,
Path outPath) |
publicgetRecordWriter(TaskAttemptContext task) throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionprotected static void mergeImages(Configuration conf,
Path outPath)
throws java.io.IOException
java.io.IOExceptionpublic OutputCommitter getOutputCommitter(TaskAttemptContext context)
throws java.io.IOException
java.io.IOException