You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2010/05/26 19:24:40 UTC

[jira] Created: (MAPREDUCE-1817) JT and TT should not have to match build versions

JT and TT should not have to match build versions
-------------------------------------------------

                 Key: MAPREDUCE-1817
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1817
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: tasktracker
    Affects Versions: 0.20.2, 0.20.1, 0.20.3, 0.21.0, 0.22.0
            Reporter: Eli Collins
             Fix For: 0.22.0


TaskTracker#offerService checks for a match with the JT VersionInfo#getBuildVersion, and fails if they are the same version but happen to be built at a different time of day. It seems like the correct test is VersionInfo#getRevision.  fwiw the NN and DN do not have to match build versions. 


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


[jira] Resolved: (MAPREDUCE-1817) JT and TT should not have to match build versions

Posted by "Eli Collins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins resolved MAPREDUCE-1817.
------------------------------------

    Resolution: Not A Problem

> JT and TT should not have to match build versions
> -------------------------------------------------
>
>                 Key: MAPREDUCE-1817
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1817
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.20.1, 0.20.2, 0.20.3, 0.21.0, 0.22.0
>            Reporter: Eli Collins
>             Fix For: 0.22.0
>
>
> TaskTracker#offerService checks for a match with the JT VersionInfo#getBuildVersion, and fails if they are the same version but happen to be built at a different time of day. It seems like the correct test is VersionInfo#getRevision.  fwiw the NN and DN do not have to match build versions. 

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