shanyu zhao created SLIDER-1135: ----------------------------------- Summary: Slider app XML configuration merge with existing configuration in package Key: SLIDER-1135 URL: https://issues.apache.org/jira/browse/SLIDER-1135 Project: Slider Issue Type: Bug Reporter: shanyu zhao Fix For: Slider 0.90.2
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). -- This message was sent by Atlassian JIRA (v6.3.4#6332)