Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 6189 invoked from network); 3 Sep 2010 17:41:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Sep 2010 17:41:58 -0000 Received: (qmail 48047 invoked by uid 500); 3 Sep 2010 17:41:58 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 48022 invoked by uid 500); 3 Sep 2010 17:41:57 -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 48013 invoked by uid 99); 3 Sep 2010 17:41:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 17:41:57 +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; Fri, 03 Sep 2010 17:41:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o83HfasA022680 for ; Fri, 3 Sep 2010 17:41:36 GMT Message-ID: <7974491.15001283535696830.JavaMail.jira@thor> Date: Fri, 3 Sep 2010 13:41:36 -0400 (EDT) From: "Boris Shkolnik (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2050) TestMRCLI fails on trunk In-Reply-To: <11299505.136631283418714176.JavaMail.jira@thor> 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-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905981#action_12905981 ] Boris Shkolnik commented on MAPREDUCE-2050: ------------------------------------------- I think it is related to Client callinb ConnectionId.getRemotePrincipal() for non-secure cluster. This call should be conditioned by UGI.securityEnabled() constrain. So the actual fix will be in HADOOP-COMMON. > TestMRCLI fails on trunk > ------------------------ > > Key: MAPREDUCE-2050 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2050 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: security, test > Affects Versions: 0.22.0 > Reporter: Amareshwari Sriramadasu > Assignee: Boris Shkolnik > Fix For: 0.22.0 > > > TestMRCLI fails with following error: > {noformat} > 2010-09-02 14:23:25,974 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(150)) - Test ID: [1] > 2010-09-02 14:23:25,974 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(151)) - Test Description: [refreshServiceAcl: refreshing security authorization policy for jobtracker] > 2010-09-02 14:23:25,974 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(152)) - > 2010-09-02 14:23:25,974 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(156)) - Test Commands: [-jt JOBTRACKER -refreshServiceAcl ] > 2010-09-02 14:23:25,974 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(160)) - > 2010-09-02 14:23:25,974 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(167)) - > 2010-09-02 14:23:25,974 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(171)) - Comparator: [ExactComparator] > 2010-09-02 14:23:25,975 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(173)) - Comparision result: [fail] > 2010-09-02 14:23:25,975 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(175)) - Expected output: [] > 2010-09-02 14:23:25,975 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(177)) - Actual output: [refreshServiceAcl: Kerberos service principal name isn't configured properly (should have 3 parts): > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.