[ 
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://[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)

Reply via email to