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 "Amar Kamat (JIRA)" <ji...@apache.org> on 2009/05/05 21:52:30 UTC

[jira] Commented: (HADOOP-5773) TestJobInProgressListener sometimes timesout

    [ https://issues.apache.org/jira/browse/HADOOP-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706174#action_12706174 ] 

Amar Kamat commented on HADOOP-5773:
------------------------------------

The only error message I could see was 
{noformat}
 [junit] org.apache.hadoop.util.DiskChecker$DiskErrorException: Could not find taskTracker/jobcache/job_200905060050_0001/work in any of the configured local directories
    [junit]     at org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.getLocalPathToRead(LocalDirAllocator.java:381)
    [junit]     at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathToRead(LocalDirAllocator.java:138)
    [junit]     at org.apache.hadoop.mapred.TaskTracker$TaskInProgress.localizeTask(TaskTracker.java:1888)
    [junit]     at org.apache.hadoop.mapred.TaskTracker$TaskInProgress.launchTask(TaskTracker.java:2001)
    [junit]     at org.apache.hadoop.mapred.TaskTracker.launchTaskForJob(TaskTracker.java:880)
    [junit]     at org.apache.hadoop.mapred.TaskTracker.localizeJob(TaskTracker.java:874)
    [junit]     at org.apache.hadoop.mapred.TaskTracker.startNewTask(TaskTracker.java:1739)
    [junit]     at org.apache.hadoop.mapred.TaskTracker.access$1200(TaskTracker.java:97)
    [junit]     at org.apache.hadoop.mapred.TaskTracker$TaskLauncher.run(TaskTracker.java:1704)
{noformat}

> TestJobInProgressListener sometimes timesout
> --------------------------------------------
>
>                 Key: HADOOP-5773
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5773
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.21.0
>            Reporter: Amar Kamat
>
> It times out with "Could not find /taskTracker/jobcache/jobid/work in any of the configured local directories".

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