GitHub user rxin opened a pull request:

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

    [SPARK-13487][SQL] User-facing RuntimeConfig interface

    ## What changes were proposed in this pull request?
    This patch creates the public API for runtime configuration and an 
implementation for it. The public runtime configuration includes configs for 
existing SQL, as well as Hadoop Configuration.
    
    This new interface is currently dead code. It will be added to SQLContext 
and a session entry point to Spark when we add that.
    
    ## How was this patch tested?
    a new unit test suite


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

    $ git pull https://github.com/rxin/spark SPARK-13487

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

    https://github.com/apache/spark/pull/11364.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 #11364
    
----
commit 934cb3fc395ddfb152cba063c264f35a0f9dd371
Author: Reynold Xin <[email protected]>
Date:   2016-02-25T06:15:19Z

    [SPARK-13487][SQL] User-facing RuntimeConfig interface

commit e61e4a3c4c8fccd2d950d1804e3c52f34392ddf2
Author: Reynold Xin <[email protected]>
Date:   2016-02-25T06:16:36Z

    Remove SparkSession

commit e197546524f847e25d87e380cf32bb5819def715
Author: Reynold Xin <[email protected]>
Date:   2016-02-25T06:24:18Z

    unit test

----


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