Generated by
JDiff

Class org.apache.hadoop.filecache.DistributedCache

Added Methods
void addArchiveToClassPath(Path, Configuration, FileSystem) Add an archive path to the current set of classpath entries.
void addFileToClassPath(Path, Configuration, FileSystem) Add a file path to the current set of classpath entries.
FileStatus getFileStatus(Configuration, URI) Returns FileStatus of a given cache file on hdfs.
 

Changed Methods
void createAllSymlink(Configuration, File, File) Now deprecated.
Internal to MapReduce framework.
String makeRelative(URI, Configuration) Now deprecated.
Internal to MapReduce framework.
void purgeCache(Configuration) Now deprecated.
Internal to MapReduce framework.
void releaseCache(URI, Configuration) Now deprecated.
Internal to MapReduce framework.
Path getLocalCache(URI, Configuration, Path, boolean, long, Path) Now deprecated.
Internal to MapReduce framework.
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path) Now deprecated.
Internal to MapReduce framework.
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path, boolean) Now deprecated.
Internal to MapReduce framework.
 

Added Fields
String CACHE_ARCHIVES Warning: #CACHE_ARCHIVES is not a *public* constant.
String CACHE_ARCHIVES_SIZES Warning: #CACHE_ARCHIVES_SIZES is not a *public* constant.
String CACHE_ARCHIVES_TIMESTAMPS Warning: #CACHE_ARCHIVES_TIMESTAMPS is not a *public* constant.
String CACHE_FILES Warning: #CACHE_FILES is not a *public* constant.
String CACHE_FILES_SIZES Warning: #CACHE_FILES_SIZES is not a *public* constant.
String CACHE_FILES_TIMESTAMPS Warning: #CACHE_FILES_TIMESTAMPS is not a *public* constant.
String CACHE_LOCALARCHIVES Warning: #CACHE_LOCALARCHIVES is not a *public* constant.
String CACHE_LOCALFILES Warning: #CACHE_LOCALFILES is not a *public* constant.
String CACHE_SYMLINK Warning: #CACHE_SYMLINK is not a *public* constant.