-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.20.2
-
Fix Version/s: None
-
Component/s: filecache
-
Labels:None
-
Environment:
Widnows 7 x64.
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.