You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2012/10/25 01:36:12 UTC

[jira] [Updated] (HADOOP-8968) add flag to disable completely version check in the TaskTracker and DataNode

     [ https://issues.apache.org/jira/browse/HADOOP-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur updated HADOOP-8968:
---------------------------------------

    Description: 
The current logic in the TaskTracker and the DataNode to allow a relax version check with the JobTracker and NameNode works only if the versions of Hadoop are exactly the same.

We should add a switch to disable version checking completely, to enable rolling upgrades between compatible versions (typically patch versions).

  was:
The logic in the TaskTracker and the DataNode to allow a relax version check with the JobTracker and NameNode is not working.

The relaxed check is done after the strict check, thus no chance for the relaxed check to ever happen.

The relaxed check is hardcoded to require exact same versions (allowing different builds). The relaxed check should be able to work with a prefix of the full version (i.e. to handle patch releases).

        Summary: add flag to disable completely version check in the TaskTracker and DataNode  (was: TaskTracker and DataNode relaxed version check is not working)
    
> add flag to disable completely version check in the TaskTracker and DataNode
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-8968
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8968
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 1.2.0
>
>         Attachments: HADOOP-8968.patch, HADOOP-8968.patch
>
>
> The current logic in the TaskTracker and the DataNode to allow a relax version check with the JobTracker and NameNode works only if the versions of Hadoop are exactly the same.
> We should add a switch to disable version checking completely, to enable rolling upgrades between compatible versions (typically patch versions).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira