Generated by
JDiff

Package org.apache.hadoop.hdfs

Removed Classes
ChecksumDistributedFileSystem An implementation of ChecksumFileSystem over DistributedFileSystem.
DFSClient.BlockReader This is a wrapper around connection to datadone and understands checksum offset etc
 

Added Classes
BlockMissingException This exception is thrown when a read encounters a block that has no locations associated with it.
BlockReader This is a wrapper around connection to datadone and understands checksum offset etc
DFSClient.DFSDataInputStream The Hdfs implementation of FSDataInputStream
DFSConfigKeys This class contains constants for configuration keys used in hdfs.
DFSUtil.ErrorSimulator Utility class to facilitate junit test error simulation.
DeprecatedUTF8 A simple wrapper around org.apache.hadoop.io.UTF8 This class should be used only when it is absolutely necessary to use org.apache.hadoop.io.UTF8 The only difference is that using this class does not require "@SuppressWarning" annotation to avoid javac warning.
HdfsConfiguration Adds deprecated keys into the configuration.
HsftpFileSystem.DummyTrustManager Dummy trustmanager that is used to trust all server certificates
 

Changed Classes
DFSClient DFSClient can connect to a Hadoop Filesystem and perform basic file tasks.
DFSUtil  
DistributedFileSystem Implementation of the abstract FileSystem for the DFS system.
DistributedFileSystem.
DiskStatus
@deprecated Use org.apache.hadoop.fs.FsStatus instead
HftpFileSystem An implementation of a protocol for accessing filesystems over HTTP.