Generated by
JDiff

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

Added Methods
void addShutdownHookWithPriority(Runnable, int) Add shutdown hook that runs before the FileSystem cache shutdown happens.
boolean is64bitJVM()  
boolean isLocal(Configuration)  
 

Changed Methods
Path depthFirstSearchForFile(FileStatus[], FileSystem, PathFilter) Change in signature from (FileStatus, FileSystem) to (FileStatus[], FileSystem, PathFilter).
Finds a valid path for a file from an array of FileStatus objects.