GitHub user sarutak opened a pull request:

    https://github.com/apache/spark/pull/2647

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

    This PR is another solution for 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.
    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sarutak/spark fix-assembly-jarname

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2647.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2647
    
----
commit eebbb7d03423efefcf1cdfb4bab8cbf7348f08a7
Author: Kousuke Saruta <[email protected]>
Date:   2014-10-03T22:13:47Z

    Fixed wrong jar name

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to