Github user Ethanlm commented on the issue:

    https://github.com/apache/storm/pull/2199
  
    I refactored the code. It simplifies configurations a lot.  
`getConfigLoader()`  will choose `IConfigLoader` implementation based on the 
scheme of `scheduler.config.loader.uri`. It doesn't require users to set many 
parameters.
    
    `FileConfigLoader` will be used if `file://` scheme is used; 
`ArtifactoryHttpConfigLoader`  if  `artifactory+http://`. So we can implement 
`HttpConfigLoader` for normal `http` scheme (TO DO). 
    
    Doing some more testing, especially for `ArtifactoryHttpConfigLoader`. 
`HttpConfigLoader` is to be implemented. Hope to get some suggestions first if 
any


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to