Generated by
JDiff

Class org.apache.pig.PigServer

Added Constructors
PigServer(ExecType, Configuration)  
 

Removed Methods
String doParamSubstitution(InputStream, Map, List) Do parameter substitution.
 

Added Methods
List executeBatch(boolean) Submits a batch of Pig commands for execution.
Graph getCurrentDAG() Current DAG
String getLastRel()  
LogicalPlanData getLogicalPlanData() Returns data associated with LogicalPlan.
List paramMapToList(Map)  
void parseAndBuild() This method parses the scripts and builds the LogicalPlan.
void setSkipParseInRegisterForBatch(boolean) Set whether to skip parsing while registering the query in batch mode