Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 4324 invoked from network); 9 Jul 2010 20:36:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jul 2010 20:36:49 -0000 Received: (qmail 77587 invoked by uid 500); 9 Jul 2010 20:36:49 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 77354 invoked by uid 500); 9 Jul 2010 20:36:48 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 77343 invoked by uid 99); 9 Jul 2010 20:36:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 20:36:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 20:36:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o69KSsJF008224 for ; Fri, 9 Jul 2010 20:28:54 GMT Message-ID: <2132686.292691278707334588.JavaMail.jira@thor> Date: Fri, 9 Jul 2010 16:28:54 -0400 (EDT) From: "Devaraj Das (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-1528) TokenStorage should not be static In-Reply-To: <634145296.473921266963987945.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.