Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0, 1.x
Description
Scenario: The CI auto-build a fat jar including filter properties file and topology yaml file. Filter properties file not found when load resources from classpath.
example:
storm jar myTopology-0.1.0-SNAPSHOT.jar org.apache.storm.flux.Flux --remote --resource --filter dev.properties my_config.yaml
The dev.properties file cannot be found in classpath.
After this patch, the FluxParser will load filter properties file as same as the way of topology yaml.