Jungtaek Lim created STORM-2521:
-----------------------------------
Summary: "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.1.1
Reporter: Jungtaek Lim
Assignee: Jungtaek Lim
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.3.15#6346)