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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2010/02/23 23:26:27 UTC

[jira] Created: (MAPREDUCE-1528) TokenStorage should not be static

TokenStorage should not be static
---------------------------------

                 Key: MAPREDUCE-1528
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1528
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Owen O'Malley


Currently, TokenStorage is a singleton. This doesn't work for some use cases, such as Oozie. I think that each Job should have a TokenStorage that is associated it.

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


[jira] Resolved: (MAPREDUCE-1528) TokenStorage should not be static

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

Devaraj Das resolved MAPREDUCE-1528.
------------------------------------

         Assignee: Jitendra Nath Pandey  (was: Arun C Murthy)
    Fix Version/s: 0.22.0
       Resolution: Fixed

I just committed this. Thanks, Jitendra and Arun!

> TokenStorage should not be static
> ---------------------------------
>
>                 Key: MAPREDUCE-1528
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1528
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1528.1.patch, MAPREDUCE-1528.2.patch, MAPREDUCE-1528.3.patch, MAPREDUCE-1528.4.patch, MAPREDUCE-1528_yhadoop20.patch, MAPREDUCE-1528_yhadoop20.patch, MAPREDUCE-1528_yhadoop20.patch, MAPREDUCE-1528_yhadoop20.patch, MAPREDUCE-1528_yhadoop20.patch, MAPREDUCE-1528_yhadoop20.patch, MAPREDUCE-1528_yhadoop20.patch
>
>
> Currently, TokenStorage is a singleton. This doesn't work for some use cases, such as Oozie. I think that each Job should have a TokenStorage that is associated it.

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