Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 61900 invoked from network); 7 Oct 2010 18:25:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 18:25:58 -0000 Received: (qmail 30508 invoked by uid 500); 7 Oct 2010 18:25:57 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 30453 invoked by uid 500); 7 Oct 2010 18:25:56 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 30309 invoked by uid 99); 7 Oct 2010 18:25:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 18:25:56 +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, 07 Oct 2010 18:25:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o97IPXHI003740 for ; Thu, 7 Oct 2010 18:25:33 GMT Message-ID: <4592851.28731286475933067.JavaMail.jira@thor> Date: Thu, 7 Oct 2010 14:25:33 -0400 (EDT) From: "Jitendra Nath Pandey (JIRA)" To: common-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-6994) Api in FileContext to get delegation tokens. 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 Api in FileContext to get delegation tokens. -------------------------------------------- Key: HADOOP-6994 URL: https://issues.apache.org/jira/browse/HADOOP-6994 Project: Hadoop Common Issue Type: Improvement Reporter: Jitendra Nath Pandey Assignee: Jitendra Nath Pandey APIs to get delegation tokens is required in FileContext. A path may refer to several file systems and delegation tokens would be needed for many of them for a client to be able to successfully access the path. This jira will also add an API to get list of AbstractFileSystems accessed in a path which could be more than one for symlinks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.