Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88F17CF62 for ; Fri, 27 Jul 2012 17:35:35 +0000 (UTC) Received: (qmail 76291 invoked by uid 500); 27 Jul 2012 17:35:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 76250 invoked by uid 500); 27 Jul 2012 17:35:35 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 76139 invoked by uid 99); 27 Jul 2012 17:35:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 17:35:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id DE52F14052D for ; Fri, 27 Jul 2012 17:35:34 +0000 (UTC) Date: Fri, 27 Jul 2012 17:35:34 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1535316793.111072.1343410534914.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1088233178.92017.1343066614980.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HADOOP-8613) AbstractDelegationTokenIdentifier#getUser() should set token auth type 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/HADOOP-8613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423997#comment-13423997 ] Hudson commented on HADOOP-8613: -------------------------------- Integrated in Hadoop-Mapreduce-trunk-Commit #2548 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2548/]) HADOOP-8613. AbstractDelegationTokenIdentifier#getUser() should set token auth type. (daryn) (Revision 1366440) Result = FAILURE daryn : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1366440 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java > AbstractDelegationTokenIdentifier#getUser() should set token auth type > ---------------------------------------------------------------------- > > Key: HADOOP-8613 > URL: https://issues.apache.org/jira/browse/HADOOP-8613 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0 > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Priority: Critical > Fix For: 1.2.0, 0.23.3, 3.0.0, 2.2.0-alpha > > Attachments: HADOOP-8613-2.branch-1.patch, HADOOP-8613-2.patch, HADOOP-8613.branch-1.patch, HADOOP-8613.patch > > > {{AbstractDelegationTokenIdentifier#getUser()}} returns the UGI associated with a token. The UGI's auth type will either be SIMPLE for non-proxy tokens, or PROXY (effective user) and SIMPLE (real user). Instead of SIMPLE, it needs to be TOKEN. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira