Removed Methods |
Path getLocalCache(URI, Configuration, Path, boolean, long, Path)
|
Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now. |
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path)
|
Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now. |
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path, boolean)
|
Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now. |
String makeRelative(URI, Configuration)
|
|
void purgeCache(Configuration )
|
Clear the entire contents of the cache and delete the backing files. |
void releaseCache(URI, Configuration)
|
This is the opposite of getlocalcache. |
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. |
void addLocalArchives(Configuration, String)
|
Add a archive that has been localized to the conf. |
void addLocalFiles(Configuration, String)
|
Add a file that has been localized to the conf.. |
FileStatus getFileStatus(Configuration, URI)
|
Returns FileStatus of a given cache file on hdfs. |