[
https://issues.apache.org/jira/browse/AMBARI-22978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Endre Major resolved AMBARI-22978.
----------------------------------
Resolution: Invalid
The problematic config has been removed in the meantime.
> Mandatory configs warning in Ambari while editing the config of HDFS
> --------------------------------------------------------------------
>
> Key: AMBARI-22978
> URL: https://issues.apache.org/jira/browse/AMBARI-22978
> Project: Ambari
> Issue Type: Bug
> Reporter: Endre Major
> Assignee: Endre Major
> Priority: Blocker
>
> On the GUI HDFS advanced settings indicates to problems, that it should not.
> This is caused by a bad ssl-client.xml at
> /var/lib/ambari-server/resources/common-services/HDFS/3.0.0.3.0/configuration/ssl-client.xml
> <property>
> <name>ssl.client.keystore.password</name>
> <value/>
> <value-attributes>
> <empty-value-valid>true</empty-value-valid>
> </value-attributes>
> <property-type>PASSWORD</property-type>
> <description>Password to open the keystore file.</description>
> <value-attributes>
> <type>password</type>
> </value-attributes>
> <on-ambari-upgrade add="false"/>
> </property>
> There are 2 value-attributes section. Merging them solves this problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)