[
https://issues.apache.org/jira/browse/BEAM-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated BEAM-7878:
-------------------------------
Description:
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
was:
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.
* 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
> 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: 2h 40m
> 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
(v7.6.14#76016)