Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 020009DD4 for ; Tue, 20 Dec 2011 21:19:53 +0000 (UTC) Received: (qmail 11146 invoked by uid 500); 20 Dec 2011 21:19:52 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 11115 invoked by uid 500); 20 Dec 2011 21:19:52 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 11107 invoked by uid 99); 20 Dec 2011 21:19:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2011 21:19:52 +0000 X-ASF-Spam-Status: No, hits=-2002.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2011 21:19:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DDCC611E43A for ; Tue, 20 Dec 2011 21:19:30 +0000 (UTC) Date: Tue, 20 Dec 2011 21:19:30 +0000 (UTC) From: "Siddharth Seth (Updated) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <252097919.32522.1324415970909.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <994474707.3483.1323734250962.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HDFS-2665) Viewfs changes for MAPREDUCE-3529 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-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated HDFS-2665: --------------------------------- Attachment: HDFS2665_v1.txt > Viewfs changes for MAPREDUCE-3529 > --------------------------------- > > Key: HDFS-2665 > URL: https://issues.apache.org/jira/browse/HDFS-2665 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 0.23.0 > Reporter: Siddharth Seth > Priority: Critical > Attachments: HDFS2665_v1.txt, HDFS2665_v1.txt > > > ViewFs.getDelegationTokens returns a list of tokens for the associated namenodes. Credentials serializes these tokens using the service name for the actual namenodes. Effectively, tokens are not cached for viewfs (some more details in MR 3529). Affects any job which uses the TokenCache in tasks along with viewfs (some Pig jobs). > Talk to Jitendra about this, some options > 1. Change Credentials.getAllTokens to return the key, instead of just a token list (associate the viewfs canonical name with a token in credentials) > 2. Have viewfs issue a fake token. > Both of these would allow for a single viewfs configuration only. > 3. An additional API in FileSystem - something like getDelegationTokens(String renewer, Credentials credentials) - which would check the credentials object before making token requests to the actual namenode. > 4. An additional API in FileSystem - getCanonicalServiceNames - similar to getDelegationTokens, which would return service names for the actual namenodes. TokenCache/Credentials can work using this list. > 5. have getDelegationTokens check the current UGI - and fetch tokens only if they don't exist. > Have a quick patch for 3, along with associated MR changes. -- 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