Generated by
JDiff

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

Removed Methods
FileSpec checkLeafIsStore(PhysicalPlan, PigContext)  
void close()  
List execute(PhysicalPlan, String)  
void explain(PhysicalPlan, PrintStream, String, boolean)  
Properties getConfiguration()  
Map getStatistics()  
 

Added Methods
Map getForEachInnerLogToPhyMap(LogicalPlan)  
Map getLogToPhyMap()  
LogicalPlan getNewPlan()  
 

Changed Methods
PhysicalPlan compile(LogicalPlan, Properties) Change in signature from (org.apache.pig.impl.logicalLayer.LogicalPlan, java.util.Properties) to (org.apache.pig.newplan.logical.relational.LogicalPlan, java.util.Properties).
 
 

Added Fields
Map newLogToPhyMap