Generated by
JDiff

Class org.apache.pig.backend.hadoop.executionengine.HExecutionEngine

Removed interface org.apache.pig.backend.executionengine.ExecutionEngine.

Removed Methods
Collection activeScopes()  
Map getPhysicalOpTable()  
void init(Properties)  
void reclaimScope(String)  
Collection runningJobs(Properties)  
List submit(PhysicalPlan, String)  
 

Added Methods
FileSpec checkLeafIsStore(PhysicalPlan, PigContext)  
 

Changed Methods
PhysicalPlan compile(LogicalPlan, Properties) Change in exceptions thrown from org.apache.pig.backend.executionengine.ExecException to org.apache.pig.impl.logicalLayer.FrontendException.
 
List execute(PhysicalPlan, String) Change in exceptions thrown from org.apache.pig.backend.executionengine.ExecException to (org.apache.pig.backend.executionengine.ExecException, org.apache.pig.impl.logicalLayer.FrontendException).
 
 

Removed Fields
Map physicalOpTable