Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 88388 invoked from network); 5 Aug 2010 21:19:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 21:19:38 -0000 Received: (qmail 83170 invoked by uid 500); 5 Aug 2010 21:19:38 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 82875 invoked by uid 500); 5 Aug 2010 21:19:37 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 82861 invoked by uid 99); 5 Aug 2010 21:19:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 21:19:37 +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; Thu, 05 Aug 2010 21:19:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o75LJGPB010104 for ; Thu, 5 Aug 2010 21:19:16 GMT Message-ID: <32856783.186781281043156847.JavaMail.jira@thor> Date: Thu, 5 Aug 2010 17:19:16 -0400 (EDT) From: "Jakob Homan (JIRA)" To: hdfs-dev@hadoop.apache.org Subject: [jira] Resolved: (HDFS-1020) The canceller and renewer for delegation tokens should be long names. In-Reply-To: <1187616797.48151267653387208.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan resolved HDFS-1020. ------------------------------- Resolution: Fixed This was incorporated into HDFS-1201. Resolving. > The canceller and renewer for delegation tokens should be long names. > --------------------------------------------------------------------- > > Key: HDFS-1020 > URL: https://issues.apache.org/jira/browse/HDFS-1020 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Attachments: HDFS-1020-y20.2.patch, HDFS-1020.2.patch > > > Currently delegation token API uses short names for renewer and canceller. Long names should be used instead, because job-tracker will set long name for the renewer in the token. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.