Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/incubator-storm/pull/83#discussion_r11919874
  
    --- Diff: storm-core/src/jvm/backtype/storm/utils/Utils.java ---
    @@ -171,6 +171,7 @@ public static Map readCommandLineOpts() {
                 commandOptions = commandOptions.replaceAll("%%%%", " ");
                 String[] configs = commandOptions.split(",");
                 for (String config : configs) {
    +                config = config.replaceAll("%%comma%%", " ");
    --- End diff --
    
    Good point.  The python code in the storm script appears to keep the 
command line arguments separate, and does not split on space any more.  So the 
"%%%%" escaping of spaces is probably not needed any more.  Or I could just 
rearrange the order of the escaping.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to