spark-instrumented-optimizer/python/pyspark/ml
Davies Liu 6ada4f6f52 [SPARK-6781] [SQL] use sqlContext in python shell
Use `sqlContext` in PySpark shell, make it consistent with SQL programming guide. `sqlCtx` is also kept for compatibility.

Author: Davies Liu <davies@databricks.com>

Closes #5425 from davies/sqlCtx and squashes the following commits:

af67340 [Davies Liu] sqlCtx -> sqlContext
15a278f [Davies Liu] use sqlContext in python shell
2015-04-08 13:31:45 -07:00
..
param [SPARK-5769] Set params in constructors and in setParams in Python ML pipelines 2015-02-15 20:29:26 -08:00
__init__.py [SPARK-4586][MLLIB] Python API for ML pipeline and parameters 2015-01-28 17:14:23 -08:00
classification.py [SPARK-6781] [SQL] use sqlContext in python shell 2015-04-08 13:31:45 -07:00
feature.py [SPARK-6781] [SQL] use sqlContext in python shell 2015-04-08 13:31:45 -07:00
pipeline.py [Docs] Replace references to SchemaRDD with DataFrame 2015-03-09 13:29:19 -07:00
tests.py [SPARK-4586][MLLIB] Python API for ML pipeline and parameters 2015-01-28 17:14:23 -08:00
util.py [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 release 2015-02-20 02:31:32 -08:00
wrapper.py [Docs] Replace references to SchemaRDD with DataFrame 2015-03-09 13:29:19 -07:00