Generated by
JDiff

Class org.apache.hadoop.fs.FileSystem

Removed Methods
BlockLocation[] getFileBlockLocations(Path, long, long) Return an array containing hostnames, offset and size of portions of the given file.
 

Added Methods
FileChecksum getFileChecksum(Path) Get the checksum of a file.
void setTimes(Path, long, long) Set access time of a file
 

Changed Methods
FileSystem parseArgs(String[], int, Configuration) Now deprecated.
Consider using {@link GenericOptionsParser} instead.