Generated by
JDiff

Class org.apache.pig.PigConfiguration

Added Fields
String INSERT_ENABLED This key is used to turn off the inclusion of settings in the jobs.
String MAX_SCRIPT_SIZE Controls the size of Pig script stored in job xml.
String OPT_FETCH This parameter enables/disables fetching.
String PIG_AUTO_LOCAL_ENABLED This key is to turn on auto local mode feature
String PIG_AUTO_LOCAL_INPUT_MAXBYTES Controls the max threshold size to convert jobs to run in local mode
String PIG_BLACKLIST Comma-delimited entries of commands/operators that must be disallowed.
String PIG_DELETE_TEMP_FILE This key is used to define whether to delete intermediate files of Hadoop jobs.
String PIG_ENABLE_TEMP_FILE_COMPRESSION This key is used to define whether to have intermediate file compressed
String PIG_JOIN_REPLICATED_MAX_BYTES This key used to control the maximum size loaded into the distributed cache when doing fragment-replicated join
String PIG_OUTPUT_LAZY This key is used to define whether PigOutputFormat will be wrapped with LazyOutputFormat so that jobs won't write empty part files if no output is generated
String PIG_RANDOM_SAMPLER_SAMPLE_SIZE This key used to control the sample size of RandomeSampleLoader for order-by.
String PIG_TEMP_DIR Location where pig stores temporary files for job setup
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.
String PIG_USER_CACHE_ENABLED This key is turn on the user level cache
String PIG_USER_CACHE_LOCATION Location where additional jars are cached for the user Additional jar will be cached under PIG_USER_CACHE_LOCATION/${user.name}/.pigcache and will be re-used across the jobs run by the user if the jar has not changed
String PIG_WHITELIST Comma-delimited entries of commands/operators that must be allowed.