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

Beam JIRA Bot commented on BEAM-349:
------------------------------------

This issue is assigned but has not received an update in 30 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> Spark runner should provide a default BoM
> -----------------------------------------
>
>                 Key: BEAM-349
>                 URL: https://issues.apache.org/jira/browse/BEAM-349
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-spark
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: P2
>              Labels: stale-assigned
>
> When an user defines a pipeline, he has to define the following dependencies 
> in order to work with the Spark runner (in addition of the Spark runner 
> artifact itself):
> {code}
>   <dependency>
>                     <groupId>org.apache.spark</groupId>
>                     <artifactId>spark-core_2.10</artifactId>
>                     <version>${spark.version}</version>
>                 </dependency>
>                 <dependency>
>                     <groupId>org.apache.spark</groupId>
>                     <artifactId>spark-streaming_2.10</artifactId>
>                     <version>${spark.version}</version>
>                 </dependency>
>                 <dependency>
>                     <groupId>com.fasterxml.jackson.core</groupId>
>                     <artifactId>jackson-core</artifactId>
>                     <version>${jackson.version}</version>
>                 </dependency>
>                 <dependency>
>                     <groupId>com.fasterxml.jackson.core</groupId>
>                     <artifactId>jackson-annotations</artifactId>
>                     <version>${jackson.version}</version>
>                 </dependency>
>                 <dependency>
>                     <groupId>com.fasterxml.jackson.core</groupId>
>                     <artifactId>jackson-databind</artifactId>
>                     <version>${jackson.version}</version>
>                 </dependency>
>                 <dependency>
>                     <groupId>com.fasterxml.jackson.module</groupId>
>                     <artifactId>jackson-module-scala_2.10</artifactId>
>                     <version>${jackson.version}</version>
>                 </dependency>
> {code}
> These dependencies should come as transitive dependencies from the Spark 
> runner (as Flink or dataflow runners do). It means we should change the scope 
> of the dependencies in the Spark runner pom to create a BoM (Bill of 
> Material).
> I will experiment a bit (with [~amitsela]).



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

Reply via email to