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

    https://github.com/apache/storm/pull/1043#discussion_r50893638
  
    --- Diff: storm-core/src/clj/org/apache/storm/config.clj ---
    @@ -91,25 +91,25 @@
       (let [storm-home (System/getProperty "storm.home")
             path (conf STORM-LOCAL-DIR)]
         (if path
    -      (if (is-absolute-path? path) path (str storm-home 
file-path-separator path))
    -      (str storm-home file-path-separator "storm-local"))))
    +      (if (is-absolute-path? path) path (str storm-home 
Utils/filePathSeparator path))
    +      (str storm-home Utils/filePathSeparator "storm-local"))))
    --- End diff --
    
    The pull request for Config.clj #1030 and the pull request for zookeeper 
#1045 each ported the path separator differently.  Can we at least file a JIRA 
to make it common in the future.


---
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