GitHub user markgrover opened a pull request:

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

    [YARN] [SPARK-20756] yarn-shuffle jar references unshaded guava

    and contains scala classes
    
    ## What changes were proposed in this pull request?
    This change ensures that all references to guava from within the yarn 
shuffle jar pointed to the shaded guava class already provided in the jar.
    
    Also, it explicitly excludes scala classes from being added to the jar.
    
    ## How was this patch tested?
    Ran unit tests on the module and they passed. I am in the process of taking 
this jar and deploying it on a yarn cluster, and making sure the YARN node 
managers come up and that the shuffle via shuffle service works.
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/markgrover/spark spark-20756

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

    https://github.com/apache/spark/pull/17990.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 #17990
    
----
commit 461ee5aad13bbd35e710bed8b6943409ce90d457
Author: Mark Grover <m...@apache.org>
Date:   2017-05-16T01:17:05Z

    [YARN] [SPARK-20756] yarn-shuffle jar has references to unshaded guava and 
contains scala classes

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to