From common-issues-return-180907-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Aug 1 00:08:15 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 783DE18062B for ; Thu, 1 Aug 2019 02:08:15 +0200 (CEST) Received: (qmail 11766 invoked by uid 500); 1 Aug 2019 00:08:14 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 11755 invoked by uid 99); 1 Aug 2019 00:08:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2019 00:08:14 +0000 From: GitBox To: common-issues@hadoop.apache.org Subject: [GitHub] [hadoop] vivekratnavel opened a new pull request #1201: HDDS-1788. Add kerberos support to Ozone Recon Message-ID: <156461809104.26135.6919059928603874675.gitbox@gitbox.apache.org> Date: Thu, 01 Aug 2019 00:08:11 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit vivekratnavel opened a new pull request #1201: HDDS-1788. Add kerberos support to Ozone Recon URL: https://github.com/apache/hadoop/pull/1201 Recon fails to come up in a secure cluster with the following error: ``` Failed startup of context o.e.j.w.WebAppContext@2009f9b0{/,file:///tmp/jetty-0.0.0.0-9888-recon-_-any-2565178148822292652.dir/webapp/,UNAVAILABLE}{/recon} javax.servlet.ServletException: javax.servlet.ServletException: Principal not defined in configuration at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:188) at ``` This patch addresses this issue and enables Recon to come up in clusters secured by kerberos. I have manually tested the patch by creating the recon jar and replacing an old jar in a live secure CM deployed cluster and verified that Recon starts successfully and is able to login successfully with the kerberos ticket. Also updated ozonesecure docker-compose file to add recon and verified that recon is able to come up successfully. This patch also fixes various typos found in other parts of the source code not related to the title of this JIRA. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org