Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Today when you specify a configuration for a Slider app, e.g. in app_config you have: "site.storm-site.drpc.port": "1234", and in metainfo.xml you specify <configFile>, this would overwrite the existing storm-site.xml in the package. This forces you to set all storm configurations in app_config file.
What we can do is to merge the provided configuration with existing conf files (storm-site.xml in this case).