You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/03/28 02:23:32 UTC

[jira] Created: (HADOOP-1168) Not able to refresh file cache

Not able to refresh file cache
------------------------------

                 Key: HADOOP-1168
                 URL: https://issues.apache.org/jira/browse/HADOOP-1168
             Project: Hadoop
          Issue Type: Bug
          Components: mapred
    Affects Versions: 0.12.2
            Reporter: Hairong Kuang
         Assigned To: Mahadev konar
             Fix For: 0.13.0


I ran a map/reduce job with file caching. When I reran it with an updated file jar, I got the following error :

java.io.IOException: Cache XXX/hadoop/mapred/local/taskTracker/archive/YYY/input_data/cdxcore.Linux.jar is in use and cannot be refreshed
	at org.apache.hadoop.filecache.DistributedCache.localizeCache(DistributedCache.java:195)
	at org.apache.hadoop.filecache.DistributedCache.getLocalCache(DistributedCache.java:86)
	at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:108)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1168) Not able to refresh file cache

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-1168:
----------------------------------

    Fix Version/s:     (was: 0.13.0)

> Not able to refresh file cache
> ------------------------------
>
>                 Key: HADOOP-1168
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1168
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.2
>            Reporter: Hairong Kuang
>         Assigned To: Mahadev konar
>
> I ran a map/reduce job with file caching. When I reran it with an updated file jar, I got the following error :
> java.io.IOException: Cache XXX/hadoop/mapred/local/taskTracker/archive/YYY/input_data/cdxcore.Linux.jar is in use and cannot be refreshed
> 	at org.apache.hadoop.filecache.DistributedCache.localizeCache(DistributedCache.java:195)
> 	at org.apache.hadoop.filecache.DistributedCache.getLocalCache(DistributedCache.java:86)
> 	at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:108)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.