Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 602D5200BA0 for ; Thu, 29 Sep 2016 11:56:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5EE81160AD7; Thu, 29 Sep 2016 09:56:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CC2D7160AE3 for ; Thu, 29 Sep 2016 11:56:26 +0200 (CEST) Received: (qmail 29521 invoked by uid 500); 29 Sep 2016 09:56:20 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 29366 invoked by uid 99); 29 Sep 2016 09:56:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2016 09:56:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 983962C2A65 for ; Thu, 29 Sep 2016 09:56:20 +0000 (UTC) Date: Thu, 29 Sep 2016 09:56:20 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-18491) Spark user principal name is not always lowercase in HDP 2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Sep 2016 09:56:27 -0000 [ https://issues.apache.org/jira/browse/AMBARI-18491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk updated AMBARI-18491: ------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk and branch-2.5 > Spark user principal name is not always lowercase in HDP 2.5 > ------------------------------------------------------------ > > Key: AMBARI-18491 > URL: https://issues.apache.org/jira/browse/AMBARI-18491 > Project: Ambari > Issue Type: Bug > Reporter: Andrew Onischuk > Assignee: Andrew Onischuk > Fix For: 2.4.2 > > Attachments: AMBARI-18491.patch > > > The Spark principal name is not always lowercase in HDP 2.5. > This is because the principal definition does not specify `toLower` in the HDP > 2.5 specific Kerberos descriptor: > **stacks/HDP/2.5/services/SPARK/kerberos.json:12** > > > > "value": "${spark-env/spark_user}-${cluster_name}@${realm}", > > Should be: > **stacks/HDP/2.5/services/SPARK/kerberos.json:12** > > > > "value": "${spark-env/spark_user}-${cluster_name|toLower()}@${realm}", > -- This message was sent by Atlassian JIRA (v6.3.4#6332)