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:14:00 UTC

[jira] [Updated] (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 updated STORM-2521:
--------------------------------
    Affects Version/s:     (was: 1.1.1)
                       1.2.0

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