Hello Ambari users! Please guide me how to make ambari change other services configuration from service advisor?
For example: I've got myService and I have config useHDFS which can be true or false. When user sets this config to true I need to recommend configuration for HDFS, which I'm doing in service_advisor using: putHdfsSiteProperty = self.putProperty(configurations, "hdfs-site", services) When user sets this config to false, I need to delete my custom propertie form Hdfs-site. But Ambari ignoring this operations... Regards, Andrey
