aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python/sql.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-181-1/+1
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-121-1/+1
* [MINOR][DOCS] Remove remaining sqlContext in documentation at exampleshyukjinkwon2016-05-091-1/+1
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-051-1/+4
* [SPARK-15031][EXAMPLE] Use SparkSession in Scala/Python/Java example.Dongjoon Hyun2016-05-041-1/+1
* [SPARK-15084][PYTHON][SQL] Use builder pattern to create SparkSession in PySp...Dongjoon Hyun2016-05-031-20/+15
* [PySpark][Minor] Update sql example, so that can read file correctlylinweizhong2015-04-241-1/+6
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-1/+3
* [SPARK-6574] [PySpark] fix sql exampleDavies Liu2015-03-271-1/+1
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-101-2/+2
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-271-8/+8
* [SPARK-3985] [Examples] fix file path using os.path.joinDaoyuan Wang2014-10-171-1/+1
* Python SQL Example Codejyotiska2014-10-011-0/+73