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

Tobias Bertelsen edited comment on SPARK-1812 at 12/17/14 3:54 PM:
-------------------------------------------------------------------

[~schmmd]: It looks like [~pwendell] created this issue for putting 2.11 on 
maven:
https://issues.apache.org/jira/browse/SPARK-4466


was (Author: tbertelsen):
[~schmmd] Looks like [~pwendell] created this issue for putting 2.11 on maven:
https://issues.apache.org/jira/browse/SPARK-4466

> Support cross-building with Scala 2.11
> --------------------------------------
>
>                 Key: SPARK-1812
>                 URL: https://issues.apache.org/jira/browse/SPARK-1812
>             Project: Spark
>          Issue Type: New Feature
>          Components: Build, Spark Core
>            Reporter: Matei Zaharia
>            Assignee: Prashant Sharma
>             Fix For: 1.2.0
>
>
> Since Scala 2.10/2.11 are source compatible, we should be able to cross build 
> for both versions. From what I understand there are basically three things we 
> need to figure out:
> 1. Have a two versions of our dependency graph, one that uses 2.11 
> dependencies and the other that uses 2.10 dependencies.
> 2. Figure out how to publish different poms for 2.10 and 2.11.
> I think (1) can be accomplished by having a scala 2.11 profile. (2) isn't 
> really well supported by Maven since published pom's aren't generated 
> dynamically. But we can probably script around it to make it work. I've done 
> some initial sanity checks with a simple build here:
> https://github.com/pwendell/scala-maven-crossbuild



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to