GitHub user nezihyigitbasi opened a pull request:

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

    [SPARK-15782] [YARN] Fix spark.jars and spark.yarn.dist.jars handling

    ## What changes were proposed in this pull request?
    
    When `--packages` is specified with spark-shell the classes from those 
packages cannot be found, which I think is due to some of the changes in 
SPARK-12343. 
    
    ## How was this patch tested?
    
    Tested manually with both scala 2.10 and 2.11 repls.
    
    @vanzin @davies can you guys please review?
    


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

    $ git pull https://github.com/nezihyigitbasi/spark SPARK-15782

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

    https://github.com/apache/spark/pull/13709.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 #13709
    
----
commit ecb24f1135a56ae8cf4d16aa072a8ea095a72483
Author: Nezih Yigitbasi <[email protected]>
Date:   2016-06-13T17:58:08Z

    Fix spark.jars and spark.yarn.dist.jars handling

commit 34cb9156c3d7f0ee701b6810d1d5534508652bb4
Author: Marcelo Vanzin <[email protected]>
Date:   2016-06-15T21:51:45Z

    [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

----


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