GitHub user kishorvpatil opened a pull request:

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

    [SPARK-18357] Fix yarn files/archive broken issue andd unit tests

    ## What changes were proposed in this pull request?
    
    The #15627 broke functionality with yarn --files --archives does not accept 
any files.
    This patch ensures that --files and --archives accept unique files.
    
    ## How was this patch tested?
    
    A. I added unit tests.
    B. Also, manually tested --files with --archives to throw exception if 
duplicate files are specified and continue if unique files are specified.


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

    $ git pull https://github.com/kishorvpatil/spark SPARK18357

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

    https://github.com/apache/spark/pull/15810.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 #15810
    
----
commit ddc6b9bbf061ca3e7fac710333aa5ecfa2c24870
Author: Kishor Patil <[email protected]>
Date:   2016-11-08T17:11:12Z

    Fix yarn files/archive broken issue andd unit tests

----


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