You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2015/07/02 22:54:04 UTC

[jira] [Closed] (SPARK-8781) Published POMs are no longer effective POMs

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

Andrew Or closed SPARK-8781.
----------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0
                   1.4.1
                   1.3.2

> Published POMs are no longer effective POMs
> -------------------------------------------
>
>                 Key: SPARK-8781
>                 URL: https://issues.apache.org/jira/browse/SPARK-8781
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3.2, 1.4.0, 1.5.0
>            Reporter: Konstantin Shaposhnikov
>            Assignee: Andrew Or
>            Priority: Blocker
>             Fix For: 1.3.2, 1.4.1, 1.5.0
>
>
> Published to maven repository POMs are no longer effective POMs. E.g. 
> In https://repository.apache.org/content/repositories/snapshots/org/apache/spark/spark-core_2.11/1.4.2-SNAPSHOT/spark-core_2.11-1.4.2-20150702.043114-52.pom:
> {noformat}
> ...
> <dependency>
> <groupId>org.apache.spark</groupId>
> <artifactId>spark-launcher_${scala.binary.version}</artifactId>
> <version>${project.version}</version>
> </dependency>
> ...
> {noformat}
> while it should be
> {noformat}
> ...
> <dependency>
> <groupId>org.apache.spark</groupId>
> <artifactId>spark-launcher_2.11</artifactId>
> <version>${project.version}</version>
> </dependency>
> ...
> {noformat}
> The following commits are most likely the cause of it:
> - for branch-1.3: https://github.com/apache/spark/commit/ce137b8ed3b240b7516046699ac96daa55ddc129
> - for branch-1.4: https://github.com/apache/spark/commit/84da653192a2d9edb82d0dbe50f577c4dc6a0c78
> - for master: https://github.com/apache/spark/commit/984ad60147c933f2d5a2040c87ae687c14eb1724
> On branch-1.4 reverting the commit fixed the issue.
> See SPARK-3812 for additional details



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

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