You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/12/27 07:57:13 UTC

[jira] [Resolved] (SPARK-3787) Assembly jar name is wrong when we build with sbt omitting -Dhadoop.version

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

Patrick Wendell resolved SPARK-3787.
------------------------------------
          Resolution: Fixed
       Fix Version/s: 1.2.1
                      1.3.0
    Target Version/s: 1.3.0, 1.2.1  (was: 1.1.1, 1.2.0)

> Assembly jar name is wrong when we build with sbt omitting -Dhadoop.version
> ---------------------------------------------------------------------------
>
>                 Key: SPARK-3787
>                 URL: https://issues.apache.org/jira/browse/SPARK-3787
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.2.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>             Fix For: 1.3.0, 1.2.1
>
>
> When we build with sbt with profile for hadoop and without property for hadoop version like:
> {code}
> sbt/sbt -Phadoop-2.2 assembly
> {code}
> jar name is always used default version (1.0.4).
> When we build with maven with same condition for sbt, default version for each profile is used.
> For instance, if we  build like:
> {code}
> mvn -Phadoop-2.2 package
> {code}
> jar name is used hadoop2.2.0 as a default version of hadoop-2.2.



--
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