[
https://issues.apache.org/jira/browse/STORM-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204475#comment-15204475
]
ASF GitHub Bot commented on STORM-1625:
---------------------------------------
Github user abhishekagarwal87 commented on the pull request:
https://github.com/apache/storm/pull/1239#issuecomment-199347989
@harshach Only the storm-sql-core dependencies are copied into
external/sql/storm-sql-core. If we put it inside extlib, these jars will be
added to the worker classpath. The scope of storm-sql-core dependencies should
be limited to sql command and that purpose won't be served, if they are put in
extlib.
> Move storm-sql dependencies out of lib folder
> ---------------------------------------------
>
> Key: STORM-1625
> URL: https://issues.apache.org/jira/browse/STORM-1625
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core, storm-sql
> Reporter: Abhishek Agarwal
> Assignee: Abhishek Agarwal
>
> We shade guava classes inside storm-core so that client can work with any
> version of guava without any clashes. However, storm-sql-core has a
> transitive dependency on guava and thus the guava jar is still getting
> shipped in lib folder.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)