Srimanth Gunturi created AMBARI-11676:
-----------------------------------------
Summary: dfs.encryption.key.provider.uri is not set in unsecure
cluster with ranger kms enabled
Key: AMBARI-11676
URL: https://issues.apache.org/jira/browse/AMBARI-11676
Project: Ambari
Issue Type: Bug
Components: contrib
Affects Versions: 2.1.0
Reporter: Srimanth Gunturi
Assignee: Srimanth Gunturi
Fix For: 2.1.0
On a unsecure cluster with Ranger + Ranger KMS + TDE, I noticed that
dfs.encryption.key.provider.uri in hdfs-site.xml was not set.
core-site.xml
<property>
<name>hadoop.security.key.provider.path</name>
<value>kms://[email protected]:9292/kms</value>
</property>
hdfs-site.xml
<property>
<name>dfs.encryption.key.provider.uri</name>
<value></value>
</property>
Ambari UI showed the correct configs for both core-site.xml and hdfs-site.xml
but on the cluster, the value in hdfs-site.xml was missing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)