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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2006/05/07 05:28:20 UTC

[jira] Created: (HADOOP-199) reduce copy progress not updating

reduce copy progress not updating
---------------------------------

         Key: HADOOP-199
         URL: http://issues.apache.org/jira/browse/HADOOP-199
     Project: Hadoop
        Type: Bug

  Components: mapred  
    Versions: 0.3    
    Reporter: Owen O'Malley
 Assigned to: Owen O'Malley 
    Priority: Minor


I'm running with the svn head from Friday and my patch for hadoop-180 and I'm not getting progress updates until reduces finish. I'm worried that it may be related to my changes for hadoop-182. I'll track it down, but I wanted to let everyone know.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HADOOP-199) reduce copy progress not updating

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-199?page=all ]

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

    Attachment: fix-reduce-progress.patch

Good catch, Mahadev. Here is the patch.

> reduce copy progress not updating
> ---------------------------------
>
>          Key: HADOOP-199
>          URL: http://issues.apache.org/jira/browse/HADOOP-199
>      Project: Hadoop
>         Type: Bug

>   Components: mapred
>     Versions: 0.3
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>  Attachments: fix-reduce-progress.patch
>
> I'm running with the svn head from Friday and my patch for hadoop-180 and I'm not getting progress updates until reduces finish. I'm worried that it may be related to my changes for hadoop-182. I'll track it down, but I wanted to let everyone know.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HADOOP-199) reduce copy progress not updating

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-199?page=all ]

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

    Fix Version: 0.2
        Version: 0.2
                     (was: 0.3)

> reduce copy progress not updating
> ---------------------------------
>
>          Key: HADOOP-199
>          URL: http://issues.apache.org/jira/browse/HADOOP-199
>      Project: Hadoop
>         Type: Bug

>   Components: mapred
>     Versions: 0.2
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.2
>  Attachments: fix-reduce-progress.patch
>
> I'm running with the svn head from Friday and my patch for hadoop-180 and I'm not getting progress updates until reduces finish. I'm worried that it may be related to my changes for hadoop-182. I'll track it down, but I wanted to let everyone know.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


RE: [jira] Created: (HADOOP-199) reduce copy progress not updating

Posted by Mahadev Konar <ma...@yahoo-inc.com>.
Looks like the current code in JobTracker only updates when a task is
finished or failed.
In updateTaskStatuses() (In the JobTracker), there should be 
 job.updateTaskStatus(tip, report);
 if the tip is not null.
 I will try adding this line and see if it fixes it.

Regards
Mahadev

                 

-----Original Message-----
From: Owen O'Malley (JIRA) [mailto:jira@apache.org] 
Sent: Saturday, May 06, 2006 8:28 PM
To: hadoop-dev@lucene.apache.org
Subject: [jira] Created: (HADOOP-199) reduce copy progress not updating

reduce copy progress not updating
---------------------------------

         Key: HADOOP-199
         URL: http://issues.apache.org/jira/browse/HADOOP-199
     Project: Hadoop
        Type: Bug

  Components: mapred  
    Versions: 0.3    
    Reporter: Owen O'Malley
 Assigned to: Owen O'Malley 
    Priority: Minor


I'm running with the svn head from Friday and my patch for hadoop-180 and
I'm not getting progress updates until reduces finish. I'm worried that it
may be related to my changes for hadoop-182. I'll track it down, but I
wanted to let everyone know.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Resolved: (HADOOP-199) reduce copy progress not updating

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-199?page=all ]
     
Doug Cutting resolved HADOOP-199:
---------------------------------

    Fix Version: 0.2.1
                     (was: 0.2)
     Resolution: Fixed

I just committed this.  It probably warrants a 0.2.1 release, so I've earmarked it that way, for Friday.

> reduce copy progress not updating
> ---------------------------------
>
>          Key: HADOOP-199
>          URL: http://issues.apache.org/jira/browse/HADOOP-199
>      Project: Hadoop
>         Type: Bug

>   Components: mapred
>     Versions: 0.2
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>     Priority: Minor
>      Fix For: 0.2.1
>  Attachments: fix-reduce-progress.patch
>
> I'm running with the svn head from Friday and my patch for hadoop-180 and I'm not getting progress updates until reduces finish. I'm worried that it may be related to my changes for hadoop-182. I'll track it down, but I wanted to let everyone know.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira