Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 32041 invoked from network); 9 Aug 2010 19:53:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 19:53:05 -0000 Received: (qmail 67295 invoked by uid 500); 9 Aug 2010 19:53:05 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 67252 invoked by uid 500); 9 Aug 2010 19:53:05 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 67244 invoked by uid 99); 9 Aug 2010 19:53:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 19:53:05 +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; Mon, 09 Aug 2010 19:53:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o79Jqfm0016157 for ; Mon, 9 Aug 2010 19:52:41 GMT Message-ID: <2220710.241031281383561900.JavaMail.jira@thor> Date: Mon, 9 Aug 2010 15:52:41 -0400 (EDT) From: "Jitendra Nath Pandey (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1999) ClientProtocol incorrectly uses hdfs DelegationTokenSelector In-Reply-To: <14291924.203941281124336999.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/MAPREDUCE-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896679#action_12896679 ] Jitendra Nath Pandey commented on MAPREDUCE-1999: ------------------------------------------------- The patch was tested manually on the trunk. > ClientProtocol incorrectly uses hdfs DelegationTokenSelector > ------------------------------------------------------------ > > Key: MAPREDUCE-1999 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1999 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Attachments: MR-1999.1.patch > > > ClientProtocol in MR incorrectly uses the DelegationTokenSelector in hdfs due to a wrong import. It should use the DelegationTokenSelector in mapreduce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.