public static Path getLocalCache(URI cache, Configuration conf,
Path baseDir, FileStatus fileStatus,
boolean isArchive, long confFileStamp,
Path currentWorkDir, boolean honorSymLinkConf) throws IOException {
return new TrackerDistributedCacheManager(conf, new DefaultTaskController())
.getLocalCache(cache, conf, baseDir.toString(), fileStatus, isArchive,
confFileStamp, currentWorkDir, honorSymLinkConf, false);
}