GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/11378
[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/11378.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 #11378
----
commit d942522b37ab40bd2c110f0ee8424ab5e3bd1d2e
Author: Reynold Xin <[email protected]>
Date: 2016-02-25T06:15:19Z
[SPARK-13487][SQL] User-facing RuntimeConfig interface
commit 12e4bc60adcdd380af10b6be1edaef82c0dfc328
Author: Reynold Xin <[email protected]>
Date: 2016-02-25T06:16:36Z
Remove SparkSession
commit 58019e361836ec7660a10619274fde0277e4e63a
Author: Reynold Xin <[email protected]>
Date: 2016-02-25T06:24:18Z
unit test
commit 59677f95aaf0ea04f5b4931dd976a40f6fb175d9
Author: Reynold Xin <[email protected]>
Date: 2016-02-25T06:26:37Z
fix compilation
commit a5bc98315ce8c758bbee4b27b1e26cd707e894c4
Author: Reynold Xin <[email protected]>
Date: 2016-02-25T22:51:28Z
more tests and methods
----
---
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]