GitHub user vanzin opened a pull request:

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

    [SPARK-19307][pyspark] Make sure user conf is propagated to SparkContext.

    The code was failing to propagate the user conf in the case where the
    JVM was already initialized, which happens when a user submits a
    python script via spark-submit.
    
    Tested with new unit test and by running a python script in a real cluster.

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

    $ git pull https://github.com/vanzin/spark SPARK-19307

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

    https://github.com/apache/spark/pull/16682.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 #16682
    
----
commit 35eeafe1a25b84d20ec1c11c59a9809ff9bcd0e7
Author: Marcelo Vanzin <[email protected]>
Date:   2017-01-23T21:10:31Z

    [SPARK-19307][pyspark] Make sure user conf is propagated to SparkContext.
    
    The code was failing to propagate the user conf in the case where the
    JVM was already initialized, which happens when a user submits a
    python script via spark-submit.
    
    Tested with new unit test and by running a python script in a real cluster.

----


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