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

[jira] [Commented] (STORM-1435) Build a single jar with dependency for StormSQL dependency

    [ https://issues.apache.org/jira/browse/STORM-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387329#comment-15387329 ] 

Jungtaek Lim commented on STORM-1435:
-------------------------------------

Leaving a note: "storm sql" generates topology jar which contains below files:

{code}
Archive:  stormjar.jar
  inflating: META-INF/MANIFEST.MF
  inflating: org/apache/storm/sql/generated/TridentProcessor.class
  inflating: org/apache/storm/sql/generated/TridentProcessor$1.class
  inflating: org/apache/storm/sql/runtime/ISqlTridentDataSource.class
  inflating: org/apache/storm/sql/runtime/trident/AbstractTridentProcessor.class
  inflating: org/apache/storm/sql/generated/TridentProcessor$2.class
{code}

> Build a single jar with dependency for StormSQL dependency
> ----------------------------------------------------------
>
>                 Key: STORM-1435
>                 URL: https://issues.apache.org/jira/browse/STORM-1435
>             Project: Apache Storm
>          Issue Type: New Feature
>            Reporter: Haohui Mai
>
> Currently StormSQL requires all dependency of the topology to reside in either the `lib` or the `extlib` directory. It will greatly improve the usability if StormSQL can provide a mechanism to pack all dependency with the jar compiled from the topology.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)