Created 03-10-2016 08:47 AM
I created a custom service with config files. How do I disable the Custom config section for that config file in Ambari?
Created 03-10-2016 09:53 PM
I was told that to avoid users from being able to append custom configurations to a config file supports_adding_forbidden can be added to configuration tag like so:
<configuration supports_final="true" supports_adding_forbidden="true"> ... </configuration>
Created 03-10-2016 09:43 AM
If i understand your question correctly, there is a drop down between default config and custom config. There's also an override toggle next to custom properties.
Created 03-10-2016 04:16 PM
When you created a new service, was Custom config section created by default?
As per Cwiki we have to create the configs locally.
Created 03-10-2016 09:54 PM
Thank you for pointing me to that documentation. That helped me with something else.
Created 03-10-2016 09:53 PM
I was told that to avoid users from being able to append custom configurations to a config file supports_adding_forbidden can be added to configuration tag like so:
<configuration supports_final="true" supports_adding_forbidden="true"> ... </configuration>