[
https://issues.apache.org/jira/browse/STORM-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387418#comment-15387418
]
Jungtaek Lim commented on STORM-1435:
-------------------------------------
And if we know the maven artifact information, we can use it for dependency.
Because that's how Spark plays with Spark Packages.
Spark user can launch spark shell with spark-mongodb via
> $SPARK_HOME/bin/spark-shell --packages
> com.stratio.datasource:spark-mongodb_2.10:0.11.2
Please refer https://spark-packages.org/package/Stratio/spark-mongodb
Interest thing is that spark-mongodb_2.10-0.11.2.jar is only 313K. I guess it's
not uber jar, which means Spark is able to handle transitive dependencies.
> 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)