[
https://issues.apache.org/jira/browse/STORM-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411360#comment-15411360
]
ASF GitHub Bot commented on STORM-2016:
---------------------------------------
Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/1608#discussion_r73825749
--- 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 would be ideal if we can show same artifacts with different versions as
warning, but I'm not sure it would be possible, especially application jar is
an uber jar so we can't get artifacts within that jar.
If you mean we just would be better to show some general warnings, yes that
would be good to have. Btw, this is closer to general behavior of determining
worker classpath (even without these options), so it would be better to explain
this in general manner.
I'm not sure where is the best place to address this. Let me think about it.
> Topology submission improvement: support adding local jars and maven
> artifacts on submission
> --------------------------------------------------------------------------------------------
>
> Key: STORM-2016
> URL: https://issues.apache.org/jira/browse/STORM-2016
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-core
> Reporter: Jungtaek Lim
> Assignee: Jungtaek Lim
>
> This JIRA tracks actual work on below proposal / design document.
> https://cwiki.apache.org/confluence/display/STORM/A.+Design+doc%3A+adding+jars+and+maven+artifacts+at+submission
> Proposal discussion thread is here:
> http://mail-archives.apache.org/mod_mbox/storm-dev/201608.mbox/%3ccaf5108i9+tjanz0lgrktmkvqel7f+53k9uyzxct6zhsu6oh...@mail.gmail.com%3E
> Let's post on discussion thread if we have any opinions / ideas on this
> instead of leaving comments on this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)