public class MapReduceLauncher extends Launcher
Launcher.JobControlThreadExceptionHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SUCCEEDED_FILE_NAME |
failureMap, jc, jobControlException, jobControlExceptionStackTrace, totalHadoopTimeSpent
Constructor and Description |
---|
MapReduceLauncher() |
Modifier and Type | Method and Description |
---|---|
MROperPlan |
compile(PhysicalPlan php,
PigContext pc) |
void |
explain(PhysicalPlan php,
PigContext pc,
java.io.PrintStream ps,
java.lang.String format,
boolean verbose)
Explain how a pig job will be executed on the underlying infrastructure.
|
java.lang.Exception |
getError(FileSpec spec)
Get the exception that caused a failure on the backend for a
store location (if any).
|
void |
kill() |
void |
killJob(java.lang.String jobID,
org.apache.hadoop.conf.Configuration conf) |
PigStats |
launchPig(PhysicalPlan php,
java.lang.String grpName,
PigContext pc)
Method to launch pig for hadoop either for a cluster's job tracker or for
a local job runner.
|
calculateProgress, computeTimeSpent, destroy, getErrorMessages, getExceptionFromString, getStackTraceElement, getTotalHadoopTimeSpent, isComplete, reset, setJobException
public static final java.lang.String SUCCEEDED_FILE_NAME
public void killJob(java.lang.String jobID, org.apache.hadoop.conf.Configuration conf) throws BackendException
killJob
in class Launcher
BackendException
public java.lang.Exception getError(FileSpec spec)
public PigStats launchPig(PhysicalPlan php, java.lang.String grpName, PigContext pc) throws PlanException, VisitorException, java.io.IOException, ExecException, JobCreationException, java.lang.Exception
Launcher
launchPig
in class Launcher
java.lang.Exception
PlanException
VisitorException
java.io.IOException
ExecException
JobCreationException
public void explain(PhysicalPlan php, PigContext pc, java.io.PrintStream ps, java.lang.String format, boolean verbose) throws PlanException, VisitorException, java.io.IOException
Launcher
explain
in class Launcher
php
- PhysicalPlan to explainpc
- PigContext to use for configurationps
- PrintStream to write output on.format
- Format to write inverbose
- Amount of information to printVisitorException
java.io.IOException
PlanException
public MROperPlan compile(PhysicalPlan php, PigContext pc) throws PlanException, java.io.IOException, VisitorException
PlanException
java.io.IOException
VisitorException
Copyright © 2007-2012 The Apache Software Foundation