You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2011/06/28 23:47:28 UTC

[jira] [Created] (MAPREDUCE-2628) MR-279: Add compiled on date to NM and RM info/about page

MR-279: Add compiled on date to NM and RM info/about page
---------------------------------------------------------

                 Key: MAPREDUCE-2628
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2628
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
            Reporter: Jonathan Eagles
            Assignee: Jonathan Eagles
            Priority: Minor


Compiled on dates were present on the JobTracker UI. Bring compiled on dates to resource manager and node
manager UI. 

NM and RM retrieves build version for hadoop and yarn version via the getBuildVersion util api. This function used to
contain the compiled on date, but since has been removed since that function is used to determine hadoop compatible
versions, but was too restrictive with build date being present. Instead, a getDate call should be used to retrieve the
compiled on date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2628) MR-279: Add compiled on date to NM and RM info/about page

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056818#comment-13056818 ] 

Hadoop QA commented on MAPREDUCE-2628:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12484566/MAPREDUCE-2628-MR-279-v1.patch
  against trunk revision 1139400.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/431//console

This message is automatically generated.

> MR-279: Add compiled on date to NM and RM info/about page
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-2628
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2628
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Minor
>         Attachments: MAPREDUCE-2628-MR-279-v1.patch
>
>
> Compiled on dates were present on the JobTracker UI. Bring compiled on dates to resource manager and node
> manager UI. 
> NM and RM retrieves build version for hadoop and yarn version via the getBuildVersion util api. This function used to
> contain the compiled on date, but since has been removed since that function is used to determine hadoop compatible
> versions, but was too restrictive with build date being present. Instead, a getDate call should be used to retrieve the
> compiled on date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2628) MR-279: Add compiled on date to NM and RM info/about page

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

Jonathan Eagles updated MAPREDUCE-2628:
---------------------------------------

    Attachment: MAPREDUCE-2628-MR-279-v1.patch

> MR-279: Add compiled on date to NM and RM info/about page
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-2628
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2628
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Minor
>         Attachments: MAPREDUCE-2628-MR-279-v1.patch
>
>
> Compiled on dates were present on the JobTracker UI. Bring compiled on dates to resource manager and node
> manager UI. 
> NM and RM retrieves build version for hadoop and yarn version via the getBuildVersion util api. This function used to
> contain the compiled on date, but since has been removed since that function is used to determine hadoop compatible
> versions, but was too restrictive with build date being present. Instead, a getDate call should be used to retrieve the
> compiled on date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2628) MR-279: Add compiled on date to NM and RM info/about page

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

Jonathan Eagles updated MAPREDUCE-2628:
---------------------------------------

    Status: Patch Available  (was: Open)

> MR-279: Add compiled on date to NM and RM info/about page
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-2628
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2628
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Minor
>         Attachments: MAPREDUCE-2628-MR-279-v1.patch
>
>
> Compiled on dates were present on the JobTracker UI. Bring compiled on dates to resource manager and node
> manager UI. 
> NM and RM retrieves build version for hadoop and yarn version via the getBuildVersion util api. This function used to
> contain the compiled on date, but since has been removed since that function is used to determine hadoop compatible
> versions, but was too restrictive with build date being present. Instead, a getDate call should be used to retrieve the
> compiled on date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2628) MR-279: Add compiled on date to NM and RM info/about page

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062219#comment-13062219 ] 

Robert Joseph Evans commented on MAPREDUCE-2628:
------------------------------------------------

+1 looks good to me.

> MR-279: Add compiled on date to NM and RM info/about page
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-2628
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2628
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Minor
>         Attachments: MAPREDUCE-2628-MR-279-v1.patch
>
>
> Compiled on dates were present on the JobTracker UI. Bring compiled on dates to resource manager and node
> manager UI. 
> NM and RM retrieves build version for hadoop and yarn version via the getBuildVersion util api. This function used to
> contain the compiled on date, but since has been removed since that function is used to determine hadoop compatible
> versions, but was too restrictive with build date being present. Instead, a getDate call should be used to retrieve the
> compiled on date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2628) MR-279: Add compiled on date to NM and RM info/about page

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

Mahadev konar updated MAPREDUCE-2628:
-------------------------------------

    Fix Version/s: 0.23.0
     Hadoop Flags: [Reviewed]

> MR-279: Add compiled on date to NM and RM info/about page
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-2628
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2628
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2628-MR-279-v1.patch
>
>
> Compiled on dates were present on the JobTracker UI. Bring compiled on dates to resource manager and node
> manager UI. 
> NM and RM retrieves build version for hadoop and yarn version via the getBuildVersion util api. This function used to
> contain the compiled on date, but since has been removed since that function is used to determine hadoop compatible
> versions, but was too restrictive with build date being present. Instead, a getDate call should be used to retrieve the
> compiled on date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2628) MR-279: Add compiled on date to NM and RM info/about page

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

Mahadev konar updated MAPREDUCE-2628:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just pushed this. Thanks Jonathan.

> MR-279: Add compiled on date to NM and RM info/about page
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-2628
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2628
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2628-MR-279-v1.patch
>
>
> Compiled on dates were present on the JobTracker UI. Bring compiled on dates to resource manager and node
> manager UI. 
> NM and RM retrieves build version for hadoop and yarn version via the getBuildVersion util api. This function used to
> contain the compiled on date, but since has been removed since that function is used to determine hadoop compatible
> versions, but was too restrictive with build date being present. Instead, a getDate call should be used to retrieve the
> compiled on date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira