spark-instrumented-optimizer/python/pyspark/sql
Andrew Or 66773eb8a5 [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.

This one fixes the failed tests in #12787

Closes #12787

Author: Andrew Or <andrew@databricks.com>
Author: Yin Huai <yhuai@databricks.com>

Closes #12798 from yhuai/conf-api.
2016-04-29 20:46:07 -07:00
..
__init__.py [SPARK-14945][PYTHON] SparkSession Python API 2016-04-28 10:55:48 -07:00
catalog.py [SPARK-14988][PYTHON] SparkSession API follow-ups 2016-04-29 16:41:13 -07:00
column.py [SPARK-14088][SQL] Some Dataset API touch-up 2016-03-22 23:43:09 -07:00
conf.py [SPARK-14988][PYTHON] SparkSession API follow-ups 2016-04-29 16:41:13 -07:00
context.py [SPARK-15012][SQL] Simplify configuration API further 2016-04-29 20:46:07 -07:00
dataframe.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
functions.py [SPARK-14639] [PYTHON] [R] Add bround function in Python/R. 2016-04-19 22:28:11 -07:00
group.py [SPARK-12756][SQL] use hash expression in Exchange 2016-01-13 22:43:28 -08:00
readwriter.py [SPARK-14555] Second cut of Python API for Structured Streaming 2016-04-28 15:22:28 -07:00
session.py [SPARK-15012][SQL] Simplify configuration API further 2016-04-29 20:46:07 -07:00
streaming.py [SPARK-14555] Second cut of Python API for Structured Streaming 2016-04-28 15:22:28 -07:00
tests.py [SPARK-15012][SQL] Simplify configuration API further 2016-04-29 20:46:07 -07:00
types.py [SPARK-13842] [PYSPARK] pyspark.sql.types.StructType accessor enhancements 2016-04-20 13:45:14 -07:00
utils.py [SPARK-14555] Second cut of Python API for Structured Streaming 2016-04-28 15:22:28 -07:00
window.py [SPARK-14058][PYTHON] Incorrect docstring in Window.order 2016-03-21 23:52:33 -07:00