You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (Jira)" <ji...@apache.org> on 2020/04/21 08:30:03 UTC

[jira] [Closed] (BEAM-7878) Refine Spark runner dependencies

     [ https://issues.apache.org/jira/browse/BEAM-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismaël Mejía closed BEAM-7878.
------------------------------

> Refine Spark runner dependencies
> --------------------------------
>
>                 Key: BEAM-7878
>                 URL: https://issues.apache.org/jira/browse/BEAM-7878
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-spark
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>             Fix For: 2.15.0
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> The Spark runner has more dependencies than it needs:
>  * The jackson_module_scala dependency is marked as compile but it is only needed at runtime so it ends up leaking this module and breaking compatibility for users providing Spark on scala 2.12.
>  * The dropwizard, scala-library and commons-compress dependencies are declared but unused.
>  * The Kafka dependency version is not aligned with the rest of Beam.
>  * The Kafka and zookeeper dependencies are used only for the tests but currently are provided



--
This message was sent by Atlassian Jira
(v8.3.4#803005)