Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 39164 invoked from network); 13 May 2010 21:49:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 21:49:04 -0000 Received: (qmail 79286 invoked by uid 500); 13 May 2010 21:49:04 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 79169 invoked by uid 500); 13 May 2010 21:49:04 -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 79161 invoked by uid 99); 13 May 2010 21:49:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 21:49:04 +0000 X-ASF-Spam-Status: No, hits=-1423.7 required=10.0 tests=ALL_TRUSTED,AWL 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, 13 May 2010 21:49:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4DLmgrX001211 for ; Thu, 13 May 2010 21:48:43 GMT Message-ID: <28669401.26661273787322716.JavaMail.jira@thor> Date: Thu, 13 May 2010 17:48:42 -0400 (EDT) From: "Boris Shkolnik (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Assigned: (HADOOP-6647) balancer fails with "is not authorized for protocol interface NamenodeProtocol" in secure environment In-Reply-To: <387797205.373021269030508879.JavaMail.jira@brutus.apache.org> 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-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Shkolnik reassigned HADOOP-6647: -------------------------------------- Assignee: Boris Shkolnik > balancer fails with "is not authorized for protocol interface NamenodeProtocol" in secure environment > ----------------------------------------------------------------------------------------------------- > > Key: HADOOP-6647 > URL: https://issues.apache.org/jira/browse/HADOOP-6647 > Project: Hadoop Common > Issue Type: Bug > Reporter: Boris Shkolnik > Assignee: Boris Shkolnik > Attachments: HADOOP-6647-BP20.patch > > > user logs in as hdfs/something@something and tries to run balancer. > balancer is using NameNode Protocol which authorizes based on server principal key. > but NameNode key is hdfs/_HOST@.. now. so it fails. > To fix we need to compare the short names only. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.