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

Hudson commented on AMBARI-11613:
---------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #2786 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/2786/])
AMBARI-11613. With multiple KMS instances, hadoop.security.key.provider.path 
and dfs.encryption.key.provider.uri are set to an incorrect value. (akovalenko) 
(akovalenko: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1208fc5385296d89ca4513948ce06147e1f5476f)
* ambari-web/test/controllers/main/host/details_test.js
* ambari-web/app/controllers/main/host/details.js


> With multiple KMS instances, hadoop.security.key.provider.path and 
> dfs.encryption.key.provider.uri are set to an incorrect value
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-11613
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11613
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.1.0
>            Reporter: Aleksandr Kovalenko
>            Assignee: Aleksandr Kovalenko
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11613.patch
>
>
> Steps to reproduce: 
> -- Install more than 1 instance of Ranger KMS server
> -- Check hadoop.security.key.provider.path and dfs.encryption.key.provider.uri
> -- They are set to a value like below. This format is incorrect.
> {code}kms://http@host1:port1,host2:port2/kms{code}
> -- A format like the below should be used.
>  {code}kms://http@host1;host2:port/kms{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to