Generated by
JDiff

Class org.apache.pig.PigConfiguration

Removed Fields
String CALLER_ID @deprecated use #PIG_LOG_TRACE_ID instead.
String ENABLE_ATS @deprecated use #PIG_ATS_ENABLED instead.
String INSERT_ENABLED @deprecated use #PIG_SCRIPT_INFO_ENABLED instead.
String MAX_SCRIPT_SIZE @deprecated use #PIG_SCRIPT_MAX_SIZE instead.
String OPT_FETCH @deprecated use #PIG_OPT_FETCH instead.
String PARTAGG_MINREDUCTION @deprecated use #PIG_EXEC_MAP_PARTAGG_MINREDUCTION instead.
String PROP_CACHEDBAG_MEMUSAGE @deprecated use #PIG_CACHEDBAG_MEMUSAGE instead.
String PROP_EXEC_MAP_PARTAGG @deprecated use #PIG_EXEC_MAP_PARTAGG instead.
String PROP_NO_COMBINER @deprecated use #PROP_NO_COMBINER1 instead.
String SCHEMA_TUPLE_SHOULD_ALLOW_FORCE  
String SCHEMA_TUPLE_SHOULD_USE_IN_FOREACH  
String SCHEMA_TUPLE_SHOULD_USE_IN_FRJOIN  
String SCHEMA_TUPLE_SHOULD_USE_IN_MERGEJOIN  
String SCHEMA_TUPLE_SHOULD_USE_IN_UDF  
String SHOULD_USE_SCHEMA_TUPLE  
 

Added Fields
String PIG_BLOOMJOIN_NOCOMBINER To turn off combiner when most of the keys are unique.
String PIG_GC_PARAMS If GC is not explicitly set default to parallelGC
String PIG_GC_PARAMS_DEFAULT  
String PIG_GC_PATTERN  
String PIG_INTERSTORAGE_SYNCMARKER_INTERVAL Defines the interval (in bytes) when a sync marker should be written into the binary file
long PIG_INTERSTORAGE_SYNCMARKER_INTERVAL_DEFAULT  
String PIG_INTERSTORAGE_SYNCMARKER_SIZE Sets the length of record markers in binary files produces by Pig between jobs The longer the byte sequence means less chance of collision with actual data shorter sequence means less overhead
int PIG_INTERSTORAGE_SYNCMARKER_SIZE_DEFAULT  
int PIG_INTERSTORAGE_SYNCMARKER_SIZE_MAX  
int PIG_INTERSTORAGE_SYNCMARKER_SIZE_MIN