Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-1812

Support cross-building with Scala 2.11

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Build, Spark Core
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              prashant Prashant Sharma
              matei Matei Alexandru Zaharia
              Votes:
              14 Vote for this issue
              Watchers:
              31 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: