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

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

Introduction

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

Usage

From source file gobblin.runtime.mapreduce.GobblinOutputFormat.java

/**
 * Hadoop {@link org.apache.hadoop.mapreduce.OutputFormat} implementation with a custom {@link OutputCommitter}
 */
public class GobblinOutputFormat extends NullOutputFormat<NullWritable, NullWritable> {

    @Override

From source file org.apache.gobblin.runtime.mapreduce.GobblinOutputFormat.java

/**
 * Hadoop {@link org.apache.hadoop.mapreduce.OutputFormat} implementation with a custom {@link OutputCommitter}
 */
public class GobblinOutputFormat extends NullOutputFormat<NullWritable, NullWritable> {

    @Override