Aleksandr Kovalenko created AMBARI-11613:
--------------------------------------------
Summary: 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
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)