Example usage for org.apache.hadoop.mapred.jobcontrol JobControl subclass-usage

List of usage examples for org.apache.hadoop.mapred.jobcontrol JobControl subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred.jobcontrol JobControl subclass-usage.

Usage

From source file org.apache.pig.backend.hadoop20.PigJobControl.java

/**
 * extends the hadoop JobControl to remove the hardcoded sleep(5000)
 * as most of this is private we have to use reflection
 * 
 * See {@link https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20/src/mapred/org/apache/hadoop/mapred/jobcontrol/JobControl.java}
 *

From source file org.apache.pig.backend.hadoop23.PigJobControl.java

/**
 * extends the hadoop JobControl to remove the hardcoded sleep(5000)
 * as most of this is private we have to use reflection
 *
 * See {@link https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/jobcontrol/JobControl.java }
 *