You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/08/30 03:17:00 UTC

[jira] [Resolved] (STORM-2521) "storm sql" fails since '--jars' can't handle wildcard

     [ https://issues.apache.org/jira/browse/STORM-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim resolved STORM-2521.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0
                   2.0.0

I fixed the issue in STORM-2598: marking as resolved.

https://github.com/apache/storm/commit/c2477520c18ee56401d2517b09e372b6d58df559


> "storm sql" fails since '--jars' can't handle wildcard
> ------------------------------------------------------
>
>                 Key: STORM-2521
>                 URL: https://issues.apache.org/jira/browse/STORM-2521
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-sql
>    Affects Versions: 2.0.0, 1.2.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Critical
>             Fix For: 2.0.0, 1.2.0
>
>
> STORM-2191 changes the approach to include jars for classpath: before the patch, storm script lists jars in directory and add them to classpath one by one. After the patch, we just use wildcard which is great to shorten the classpath.
> storm-sql-runtime jars use '--jars' to be uploaded to blobstore and '--jars' doesn't support wildcard. So unfortunately, STORM-2191 breaks "storm sql".
> We should choose whether making --jars supporting wildcard, or have an exceptional case, lists jars in directory only for above case.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)