aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8378] [STREAMING] Add the Python API for Flumezsxwing2015-07-011-0/+55
* [SPARK-8551] [ML] Elastic net python code exampleShuo Xiang2015-06-291-0/+67
* [SPARK-8444] [STREAMING] Adding Python streaming example for queueStreamBryan Cutler2015-06-191-0/+50
* [SPARK-7017] [BUILD] [PROJECT INFRA] Refactor dev/run-tests into PythonBrennon York2015-06-171-1/+1
* [SPARK-7743] [SQL] Parquet 1.7Thomas Omans2015-06-041-1/+1
* [SPARK-7387] [ML] [DOC] CrossValidator example code in PythonRam Sriharsha2015-06-022-2/+98
* [SPARK-6013] [ML] Add more Python ML examples for spark.mlRam Sriharsha2015-05-293-0/+268
* [SPARK-5090] [EXAMPLES] The improvement of python converter for hbaseGenTang2015-05-221-8/+13
* [SPARK-7568] [ML] ml.LogisticRegression doesn't output the right predictionDB Tsai2015-05-141-2/+2
* [SPARK-6612] [MLLIB] [PYSPARK] Python KMeans parityHrishikesh Subramonian2015-05-051-0/+1
* [MINOR] Renamed variables in SparkKMeans.scala, LocalKMeans.scala and kmeans....Niccolo Becchi2015-05-051-5/+5
* [SPARK-5946] [STREAMING] Add Python API for direct Kafka streamjerryshao2015-04-271-0/+55
* SPARK-7107 Add parameter for zookeeper.znode.parent to hbase_inputformat...tedyu2015-04-271-1/+5
* [PySpark][Minor] Update sql example, so that can read file correctlylinweizhong2015-04-241-1/+6
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-1634-155/+195
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-082-4/+4
* [SPARK-6574] [PySpark] fix sql exampleDavies Liu2015-03-271-1/+1
* [SPARK-6274][Streaming][Examples] Added examples streaming + sql examples.Tathagata Das2015-03-111-0/+82
* [SPARK-6111] Fixed usage string in documentation.Kenneth Myers2015-03-021-1/+1
* [Streaming][Minor]Fix some error docs in streaming examplesSaisai Shao2015-03-021-1/+1
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-2/+2
* [SPARK-4172] [PySpark] Progress API in PythonDavies Liu2015-02-171-0/+67
* [SPARK-5769] Set params in constructors and in setParams in Python ML pipelinesXiangrui Meng2015-02-151-27/+17
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-101-2/+2
* [SPARK-5012][MLLib][PySpark]Python API for Gaussian Mixture ModelFlytxtRnD2015-02-021-0/+65
* [SPARK-5154] [PySpark] [Streaming] Kafka streaming support in PythonDavies Liu2015-02-021-0/+54
* [SPARK-5094][MLlib] Add Python API for Gradient Boosted TreesKazuki Taniguchi2015-01-301-0/+76
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-281-0/+79
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-272-9/+9
* [SPARK-4580] [SPARK-4610] [mllib] [docs] Documentation for tree ensembles + D...Joseph K. Bradley2014-12-042-7/+99
* [SPARK-4047] - Generate runtime warnings for example implementation of PageRankVaradharajan Mukundan2014-11-101-0/+8
* [SPARK-3573][MLLIB] Make MLlib's Vector compatible with SQL's SchemaRDDXiangrui Meng2014-11-031-0/+62
* [SPARK-3838][examples][mllib][python] Word2Vec example in pythonAnant2014-10-311-0/+50
* Just fixing comment that shows usageanant asthana2014-10-261-1/+1
* [SPARK-3952] [Streaming] [PySpark] add Python examples in Streaming Programmi...Davies Liu2014-10-181-0/+80
* [SPARK-3985] [Examples] fix file path using os.path.joinDaoyuan Wang2014-10-171-1/+1
* [SPARK-2377] Python API for Streaminggiwa2014-10-123-0/+154
* Python SQL Example Codejyotiska2014-10-011-0/+73
* SPARK-2626 [DOCS] Stop SparkContext in all examplesSean Owen2014-10-012-0/+4
* [SPARK-3389] Add Converter for ease of Parquet reading in PySparkUri Laserson2014-09-271-0/+59
* [SPARK-1701] [PySpark] remove slice terminology from python examplesMatthew Farrellee2014-09-193-13/+13
* [SPARK-3361] Expand PEP 8 checks to include EC2 script and Python examplesNicholas Chammas2014-09-0510-45/+62
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-1818-0/+232
* [mllib] DecisionTree: treeAggregate + Python example bug fixJoseph K. Bradley2014-08-181-1/+3
* [SPARK-2736] PySpark converter and example script for reading Avro filesKan Zhang2014-08-141-0/+75
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-022-1/+136
* [SPARK-2024] Add saveAsSequenceFile to PySparkKan Zhang2014-07-303-1/+150
* [SPARK-2434][MLlib]: Warning messages that point users to original MLlib impl...Burak2014-07-213-0/+21
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-092-0/+151
* Fix PEP8 violations in examples/src/main/python.Reynold Xin2014-05-256-19/+25