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 DB0D4105A4 for ; Fri, 13 Dec 2013 21:42:07 +0000 (UTC) Received: (qmail 30543 invoked by uid 500); 13 Dec 2013 21:42:07 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 30509 invoked by uid 500); 13 Dec 2013 21:42:07 -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 30498 invoked by uid 99); 13 Dec 2013 21:42:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 21:42:07 +0000 Date: Fri, 13 Dec 2013 21:42:07 +0000 (UTC) From: "Robert Joseph Evans (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10164) Allow UGI to login with a known Subject 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-10164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13847930#comment-13847930 ] Robert Joseph Evans commented on HADOOP-10164: ---------------------------------------------- The test failure appears to be spurious. The test failed for me 1 out of 4 runs. It is a multi-threaded test case that failed too. I will look into it a bit more and will file a JIRA about the test failure. I did not include any new tests, because it is a really small re-factor and the existing tests should all pass. > Allow UGI to login with a known Subject > --------------------------------------- > > Key: HADOOP-10164 > URL: https://issues.apache.org/jira/browse/HADOOP-10164 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Robert Joseph Evans > Assignee: Robert Joseph Evans > Attachments: login-from-subject-branch-0.23.txt, login-from-subject.txt > > > For storm I would love to let Hadoop initialize based off of credentials that were already populated in a Subject. This is not currently possible because logging in a user always creates a new blank Subject. This is to allow a user to be logged in based off a pre-existing subject through a new method. -- This message was sent by Atlassian JIRA (v6.1.4#6159)