[
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: [email protected]
For additional commands, e-mail: [email protected]