You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2015/06/04 04:26:38 UTC

[jira] [Created] (AMBARI-11676) dfs.encryption.key.provider.uri is not set in unsecure cluster with ranger kms enabled

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://http@ip-172-31-47-221.ec2.internal: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)