Haytham created HADOOP-8760: ------------------------------- Summary: windows 7 : error accessing journals from distributed cache Key: HADOOP-8760 URL: https://issues.apache.org/jira/browse/HADOOP-8760 Project: Hadoop Common Issue Type: Bug Components: filecache Affects Versions: 0.20.2 Environment: Widnows 7 x64. Reporter: Haytham
error accessing journals from distributed cache: This is because in org.apache.hadoop.filecache.TrackerDistributedCacheManager downloadCacheObject In < if (!localFs.rename(workDir, finalDir)) > , the file rename in windows failed and made instead a copy of the file. Thus, the required cache file does not exist in the required folder. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira