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

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

     [ https://issues.apache.org/jira/browse/AMBARI-11676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Wagle updated AMBARI-11676:
-------------------------------------
    Comment: was deleted

(was: Potential problem if None:
{code}
>>> x = None
>>> len(x.strip())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'strip'
{code})

> 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
>
>         Attachments: AMBARI-11676.patch
>
>
> 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)