[ 
https://issues.apache.org/jira/browse/AMBARI-18491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532561#comment-15532561
 ] 

Hudson commented on AMBARI-18491:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #93 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/93/])
AMBARI-18491. Spark user principal name is not always lowercase in HDP 
(aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=dd6edd5aa967b0863b73670fab5dc5287e1ea96b])
* (edit) 
ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK/kerberos.json


> 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)

Reply via email to