GitHub user andrewor14 opened a pull request:

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

    [SPARK-15012][SQL] Simplify configuration API further

    ## What changes were proposed in this pull request?
    
    1. Remove all the `spark.setConf` etc. Just expose `spark.conf`
    2. Make `spark.conf` take in things set in the core `SparkConf` as well, 
otherwise users may get confused
    
    This was done for both the Python and Scala APIs.
    
    ## How was this patch tested?
    
    `SQLConfSuite`, python tests.

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

    $ git pull https://github.com/andrewor14/spark conf-api

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

    https://github.com/apache/spark/pull/12787.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 #12787
    
----
commit 3fc36a3c35d2dba87bf4c7ab03fb7359b5cc30c0
Author: Andrew Or <[email protected]>
Date:   2016-04-29T20:32:43Z

    Remove conf methods from SparkSession

commit 1c473ca46d54d858a4c2119485c01d24bb244e90
Author: Andrew Or <[email protected]>
Date:   2016-04-29T20:36:00Z

    Make the same change in python

commit 7a5352fa03491f21bbbc79ecc91f65a61e39a025
Author: Andrew Or <[email protected]>
Date:   2016-04-29T21:02:10Z

    Merge branch 'master' of github.com:apache/spark into conf-api

----


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