Example usage for org.apache.hadoop.mapreduce.lib.output FileOutputFormat subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.lib.output FileOutputFormat subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce.lib.output FileOutputFormat subclass-usage.

Usage

From source file eastcircle.terasort.TeraOutputFormat.java

/**
 * An output format that writes the key and value appended together.
 */
public class TeraOutputFormat extends FileOutputFormat<Text, Text> {
    static final String FINAL_SYNC_ATTRIBUTE = "mapreduce.terasort.final.sync";
    private OutputCommitter committer = null;

From source file edu.umn.cs.spatialHadoop.indexing.IndexOutputFormat.java

/**
 * @author Ahmed Eldawy
 *
 */
public class IndexOutputFormat<S extends Shape> extends FileOutputFormat<IntWritable, S> {

From source file edu.umn.cs.spatialHadoop.mapred.TextOutputFormat3.java

/**
 * A slightly modified version of {@link TextOutputFormat} that performs special
 * conversion to text for objects of type {@link TextSerializable}.
 * @author Ahmed Eldawy
 *
 * @param <K> The type of key

From source file edu.umn.cs.spatialHadoop.visualization.CanvasOutputFormat.java

/**
 * Writes canvases to a binary output file
 * @author Ahmed Eldawy
 *
 */
public class CanvasOutputFormat extends FileOutputFormat<Object, Canvas> {

From source file edu.umn.cs.spatialHadoop.visualization.ImageOutputFormat.java

/**
 * Writes canvases as images to the output file
 * @author Ahmed Eldawy
 *
 */
public class ImageOutputFormat extends FileOutputFormat<Object, Canvas> {

From source file edu.umn.cs.spatialHadoop.visualization.PyramidOutputFormat2.java

/**
 * An output format that is used to plot ImageWritable to PNG image.
 * @author Ahmed Eldawy
 *
 */
public class PyramidOutputFormat2 extends FileOutputFormat<TileIndex, Canvas> {

From source file edu.umn.cs.spatialHadoop.visualization.RasterOutputFormat.java

/**
 * Writes raster layers to a binary output file
 * @author Ahmed Eldawy
 *
 */
public class RasterOutputFormat extends FileOutputFormat<Object, RasterLayer> {

From source file eu.scape_project.arc2warc.mapreduce.WarcOutputFormat.java

/**
 * Hadoop WARC output format. Custom Hadoop Output format based on the JWAT
 * record writer.
 *
 * @author Sven Schlarb <https://github.com/shsdev>
 */

From source file eu.scape_project.arc2warc.warc.WarcOutputFormat.java

/**
 * Hadoop WARC output format. Custom Hadoop Output format based on the JWAT
 * record writer.
 *
 * @author Sven Schlarb <https://github.com/shsdev>
 */

From source file fi.tkk.ics.hadoop.bam.AnySAMOutputFormat.java

/** An abstract {@link org.apache.hadoop.mapreduce.OutputFormat} for SAM and
 * BAM files. Only locks down the value type and stores the output format
 * requested.
 */
public abstract class AnySAMOutputFormat<K> extends FileOutputFormat<K, SAMRecordWritable> {
    /** A string property defining the output format to use. The value is read