You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/11/01 03:50:33 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14192931#comment-14192931 ] 

Apache Spark commented on SPARK-3787:
-------------------------------------

User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/3046

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