Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 80651 invoked from network); 4 May 2010 11:39:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 11:39:31 -0000 Received: (qmail 20979 invoked by uid 500); 4 May 2010 11:39:31 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 20937 invoked by uid 500); 4 May 2010 11:39:31 -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 20929 invoked by uid 99); 4 May 2010 11:39:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 11:39:31 +0000 X-ASF-Spam-Status: No, hits=-1384.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; Tue, 04 May 2010 11:39:30 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o44Bd9iI009400 for ; Tue, 4 May 2010 11:39:09 GMT Message-ID: <14745914.34641272973149648.JavaMail.jira@thor> Date: Tue, 4 May 2010 07:39:09 -0400 (EDT) From: "Amar Kamat (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1611) Refresh nodes and refresh queues doesnt work with service authorization enabled In-Reply-To: <1061649819.367031269017667327.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/MAPREDUCE-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amar Kamat updated MAPREDUCE-1611: ---------------------------------- Status: Patch Available (was: Open) Assignee: Amar Kamat (was: Luke Lu) The trunk [patch|https://issues.apache.org/jira/secure/attachment/12439356/mr-1611-v1.0.patch] applies cleanly to trunk and branch-0.21. Running through husdon. > Refresh nodes and refresh queues doesnt work with service authorization enabled > ------------------------------------------------------------------------------- > > Key: MAPREDUCE-1611 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1611 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: security > Affects Versions: 0.21.0 > Reporter: Amar Kamat > Assignee: Amar Kamat > Priority: Blocker > Fix For: 0.21.0 > > Attachments: MAPREDUCE-1611-20100319-ydist.txt, mr-1611-v1.0.patch > > > If service-level authorization enabled (i.e _hadoop.security.authorization_ set to *true*) for MapReduce then refreshing the node and queue fails with the following message > {noformat} > Protocol interface org.apache.hadoop.mapred.AdminOperationsProtocol is not known. > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.