Generated by
JDiff

Class org.apache.pig.impl.PigContext

Added Constructors
PigContext(Properties)  
PigContext(Configuration)  
 

Added Methods
void addScriptJar(String)  
void addSkipJar(String)  
void markJarAsPredeployed(String) Adds the specified path to the predeployed jars list.
 

Changed Methods
ExecutionEngine getExecutionEngine() Change in return type from HExecutionEngine to ExecutionEngine.
 
 

Added Fields
boolean inDumpSchema  
Vector predeployedJars  
 

Changed Fields
List scriptJars Changed from non-transient to transient.