Generated by
JDiff

Class org.apache.pig.impl.util.Utils

Removed Methods
long getPathLength(FileSystem, FileStatus) Returns the total number of bytes for this file or if a file all files in the directory.
boolean tmpFileCompression(PigContext)  
String tmpFileCompressionCodec(PigContext)  
 

Added Methods
Schema getSchemaFromBagSchemaString(String) getSchemaFromBagSchemaString NOTE: use this call when you need to generate a Schema object from the representation generated by Schema#toString.
boolean hasFileSystemImpl(Path, Configuration) Returns whether the give path has a FileSystem implementation.
void setMapredCompressionCodecProps(Configuration)  
void setTmpFileCompressionOnConf(PigContext, Configuration)  
 

Changed Methods
ResourceSchema getSchemaWithInputSourceTag(ResourceSchema, String) Change in signature from ResourceSchema to (ResourceSchema, String).
This method adds FieldSchema of 'input source tag/path' as the first field.