spark-instrumented-optimizer/python/pyspark/sql
WeichenXu ab6e4aea5f [SPARK-16662][PYSPARK][SQL] fix HiveContext warning bug
## What changes were proposed in this pull request?

move the `HiveContext` deprecate warning printing statement into `HiveContext` constructor.
so that this warning will appear only when we use `HiveContext`
otherwise this warning will always appear if we reference the pyspark.ml.context code file.

## How was this patch tested?

Manual.

Author: WeichenXu <WeichenXu123@outlook.com>

Closes #14301 from WeichenXu123/hiveContext_python_warning_update.
2016-07-23 12:33:47 +01:00
..
__init__.py [SPARK-14945][PYTHON] SparkSession Python API 2016-04-28 10:55:48 -07:00
catalog.py [SPARK-15820][PYSPARK][SQL] Add Catalog.refreshTable into python API 2016-06-30 23:00:39 +08:00
column.py [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with SparkSession using builder pattern in python test code 2016-05-23 18:14:48 -07:00
conf.py [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with SparkSession using builder pattern in python test code 2016-05-23 18:14:48 -07:00
context.py [SPARK-16662][PYSPARK][SQL] fix HiveContext warning bug 2016-07-23 12:33:47 +01:00
dataframe.py [SPARK-16651][PYSPARK][DOC] Make withColumnRenamed/drop description more consistent with Scala API 2016-07-22 13:20:06 +01:00
functions.py [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentation 2016-07-06 10:45:51 -07:00
group.py [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentation 2016-07-06 10:45:51 -07:00
readwriter.py [SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriter 2016-07-08 11:45:41 -07:00
session.py [SPARK-16503] SparkSession should provide Spark version 2016-07-13 22:30:46 -07:00
streaming.py [SPARK-16335][SQL] Structured streaming should fail if source directory does not exist 2016-07-01 15:16:04 -07:00
tests.py [SPARK-16175] [PYSPARK] handle None for UDT 2016-06-28 14:09:38 -07:00
types.py [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentation 2016-07-06 10:45:51 -07:00
utils.py [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQuery 2016-06-15 10:46:07 -07:00
window.py [SPARK-14058][PYTHON] Incorrect docstring in Window.order 2016-03-21 23:52:33 -07:00