Example usage for org.apache.hadoop.mapreduce.lib.jobcontrol ControlledJob subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.lib.jobcontrol ControlledJob subclass-usage

Introduction

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

Usage

From source file com.cloudera.crunch.impl.mr.exec.CrunchJob.java

public class CrunchJob extends ControlledJob {

    private final Log log = LogFactory.getLog(CrunchJob.class);

    private final Path workingPath;
    private final List<Path> multiPaths;