Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E1B717E41 for ; Sun, 1 Mar 2015 14:31:06 +0000 (UTC) Received: (qmail 21677 invoked by uid 500); 1 Mar 2015 14:31:06 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 21633 invoked by uid 500); 1 Mar 2015 14:31:06 -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 21620 invoked by uid 99); 1 Mar 2015 14:31:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2015 14:31:06 +0000 Date: Sun, 1 Mar 2015 14:31:06 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10774) Update KerberosTestUtils for hadoop-auth tests when using IBM Java 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-10774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342245#comment-14342245 ] Hudson commented on HADOOP-10774: --------------------------------- SUCCESS: Integrated in Hadoop-Hdfs-trunk #2051 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/2051/]) HADOOP-10774. Update KerberosTestUtils for hadoop-auth tests when using IBM Java (sangamesh via aw) (aw: rev b01d3433aefb68a0f66a48ac9cae7d32463ab95e) * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/KerberosTestUtils.java > Update KerberosTestUtils for hadoop-auth tests when using IBM Java > ------------------------------------------------------------------ > > Key: HADOOP-10774 > URL: https://issues.apache.org/jira/browse/HADOOP-10774 > Project: Hadoop Common > Issue Type: Bug > Components: security > Affects Versions: 2.6.0 > Environment: AIX > RHEL (64 bit), Ubuntu (64bit), X86 > Reporter: sangamesh > Assignee: sangamesh > Fix For: 3.0.0 > > Attachments: HADOOP-10774-v2.patch, HADOOP-10774.patch > > > There are two issues if IBM Java is used while testing hadoop-auth tests. > > Looks like there are lot of changes haven been done to properly handle the kerbserose authentication using the JIRA defect: HADOOP-9446 for IBM JAVA. > But their are still some failures can been seen in "Apache Hadoop Common" tests in case of IBM JAVA. > Available patch for HADOOP-10774 will solve the authentication issues plus the path issues. > Two issue issue related to IBM java are. > 1) Bad JAAS configuration: unrecognized option: isInitiator > 2) Cannot retrieve key from keytab HTTP/localhost@EXAMPLE.COM > #1 Is caused as isInitiator isn't defined when we use IBM JAVA. > #2 IS caused as, For IBM_JAVA keytab file must be a absolute path with file:// as the prefix for the useKeytab option. > But the file path is relative. This change will work with both openjdk & IBM_JAVA. > > Attached patch will resolve all failures happening if we use IBM Java. -- This message was sent by Atlassian JIRA (v6.3.4#6332)