Example usage for org.apache.hadoop.mapreduce StatusReporter subclass-usage

List of usage examples for org.apache.hadoop.mapreduce StatusReporter subclass-usage

Introduction

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

Usage

From source file org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.IllustrateDummyReporter.java

/**
 * Dummy implementation of StatusReporter for illustrate mode
 *
 */
@SuppressWarnings("deprecation")
public class IllustrateDummyReporter extends StatusReporter {

From source file org.apache.pig.tools.pigstats.PigStatusReporter.java

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class PigStatusReporter extends StatusReporter implements Progressable {

    private static PigStatusReporter reporter = null;

From source file org.apache.tez.mapreduce.processor.MRTaskReporter.java

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class MRTaskReporter extends org.apache.hadoop.mapreduce.StatusReporter implements Reporter {

    private final TaskContext context;
    private final boolean isProcessorContext;

From source file org.gpfvic.mahout.common.DummyStatusReporter.java

public final class DummyStatusReporter extends StatusReporter {

    private final Map<Enum<?>, Counter> counters = Maps.newHashMap();
    private final Map<String, Counter> counterGroups = Maps.newHashMap();

    private static Counter newCounter() {