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

    https://github.com/apache/storm/pull/294#discussion_r22721124
  
    --- Diff: bin/storm ---
    @@ -88,12 +88,12 @@ def get_config_opts():
         global CONFIG_OPTS
         return "-Dstorm.options=" + ','.join(map(quote_plus,CONFIG_OPTS))
     
    -if not os.path.exists(STORM_DIR + "/RELEASE"):
    +if not os.path.exists(STORM_DIR + "/lib/"):
    --- End diff --
    
    Please use `STORM_LIB_DIR` instead of `STORM_DIR + "/lib/"`.
    
    Also the variable `STORM_RELEASE_DIR` is no longer used in the file and 
should be deleted.


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