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

    https://github.com/apache/storm/pull/1608#discussion_r73825149
  
    --- Diff: docs/Command-line-client.md ---
    @@ -43,6 +43,19 @@ Syntax: `storm jar topology-jar-path class ...`
     
     Runs the main method of `class` with the specified arguments. The storm 
jars and configs in `~/.storm` are put on the classpath. The process is 
configured so that 
[StormSubmitter](javadocs/org/apache/storm/StormSubmitter.html) will upload the 
jar at `topology-jar-path` when the topology is submitted.
     
    +When you want to ship other jars which is not included to application jar, 
you can pass them to `--jars` option with comma-separated string.
    --- End diff --
    
    It's not clear whether system jar or application jar will get loaded and 
may create some surprise if the uploaded jar doesn't work.  Maybe some warnings 
somewhere.


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