Generated by
JDiff

Class org.apache.pig.PigServer

Added Constructors
PigServer(Properties)  
 

Changed Methods
PigStats launchPlan(LogicalPlan, String) Change in signature from (PhysicalPlan, String) to (LogicalPlan, String).
A common method for launching the jobs according to the logical plan
void explain(String, String, boolean, boolean, PrintStream, PrintStream, File, String) Change in signature from (String, String, boolean, boolean, PrintStream, PrintStream, PrintStream) to (String, String, boolean, boolean, PrintStream, PrintStream, File, String).
Provide information on how a pig query will be executed.