Generated by
JDiff

Class org.apache.pig.PigConfiguration

Added Fields
String PIG_DEFAULT_LOAD_FUNC This key is used to define the default load func.
String PIG_DEFAULT_STORE_FUNC This key is used to define the default store func.
String PIG_ENABLE_TEMP_FILE_COMPRESSION This key is used to define whether to have intermediate file compressed
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  
String PIG_OUTPUT_COMMITTER_RECOVERY This key is used to define whether to support recovery to handle the application master getting restarted.
String PIG_STORE_SCHEMA_DISAMBIGUATE If set to false automatic schema disambiguation gets disabled i.e.
String PIG_STORE_SCHEMA_DISAMBIGUATE_DEFAULT  
String PIG_TEMP_FILE_COMPRESSION_CODEC Compression codec used by intermediate storage TFileStorage only support gzip and lzo.
String PIG_TEMP_FILE_COMPRESSION_STORAGE This key is used to set the storage type used by intermediate file storage If pig.tmpfilecompression default storage used is TFileStorage.