org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
Class MRExecutionEngine
java.lang.Object
org.apache.pig.backend.hadoop.executionengine.HExecutionEngine
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MRExecutionEngine
- All Implemented Interfaces:
- ExecutionEngine
public class MRExecutionEngine
- extends HExecutionEngine
Fields inherited from class org.apache.pig.backend.hadoop.executionengine.HExecutionEngine |
ALTERNATIVE_FILE_SYSTEM_LOCATION, CORE_DEFAULT_SITE, CORE_SITE, ds, FILE_SYSTEM_LOCATION, HADOOP_SITE, JOB_TRACKER_LOCATION, launcher, LOCAL, logicalToPhysicalKeys, MAPRED_DEFAULT_SITE, MAPREDUCE_FRAMEWORK_NAME, newLogToPhyMap, pigContext, YARN_DEFAULT_SITE, YARN_SITE |
Methods inherited from class org.apache.pig.backend.hadoop.executionengine.HExecutionEngine |
compile, explain, getConfiguration, getDataStorage, getExecConf, getExecutableManager, getForEachInnerLogToPhyMap, getJobConf, getLocalConf, getLogToPhyMap, init, killJob, launchPig, setConfiguration, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MRExecutionEngine
public MRExecutionEngine(PigContext pigContext)
instantiateScriptState
public ScriptState instantiateScriptState()
- Description copied from interface:
ExecutionEngine
- Creates a ScriptState object which will be accessible as a ThreadLocal
variable inside the ScriptState class. This method is called when first
initializing the ScriptState as to delegate to the ExecutionEngine the
version of ScriptState to use to manage the execution at hand.
- Returns:
- ScriptState object to manage execution of the script
instantiatePigStats
public PigStats instantiatePigStats()
- Description copied from interface:
ExecutionEngine
- Creates a PigStats object which will be accessible as a ThreadLocal
variable inside the PigStats class. This method is called when first
initializing the PigStats.
- Returns:
- PigStats object.
Copyright © 2007-2012 The Apache Software Foundation