aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-1083-1/+168
* [SPARK-8124] [SPARKR] Created more examples on SparkR DataFramesDaniel Emaasit (PhD Student)2015-07-061-0/+107
* [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
* [HOTFIX] Fix scala style in DFSReadWriteTest that causes tests failedLiang-Chi Hsieh2015-06-191-2/+2
* Add example that reads a local file, writes to a DFS path provided by th...RJ Nowling2015-06-191-0/+138
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-192-0/+7
* [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-8314][MLlib] improvement in performance of MLUtils.appendBiasRoger Menezes2015-06-121-2/+2
* [SPARK-7743] [SQL] Parquet 1.7Thomas Omans2015-06-041-1/+1
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [SPARK-7547] [ML] Scala Example code for ElasticNetDB Tsai2015-06-022-0/+301
* [SPARK-7387] [ML] [DOC] CrossValidator example code in PythonRam Sriharsha2015-06-022-2/+98
* [SPARK-7979] Enforce structural type checker.Reynold Xin2015-05-311-1/+5
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-313-11/+11
* [SPARK-6013] [ML] Add more Python ML examples for spark.mlRam Sriharsha2015-05-295-2/+270
* [SPARK-7929] Remove Bagel examples & whitespace fix for examples.Reynold Xin2015-05-2815-485/+31
* [MINOR] Fix the a minor bug in PageRank Example.Li Yao2015-05-281-1/+1
* [SPARK-7895] [STREAMING] [EXAMPLES] Move Kafka examples from scala-2.10/src t...zsxwing2015-05-285-40/+6
* Close HBaseAdmin at the end of HBaseTesttedyu2015-05-251-0/+1
* [SPARK-5090] [EXAMPLES] The improvement of python converter for hbaseGenTang2015-05-222-11/+30
* [SPARK-7654][SQL] Move JDBC into DataFrame's reader/writer interface.Reynold Xin2015-05-161-2/+2
* [SPARK-7654][MLlib] Migrate MLlib to the DataFrame reader/writer API.Reynold Xin2015-05-162-2/+2
* [SPARK-7654][SQL] DataFrameReader and DataFrameWriter for input/output APIReynold Xin2015-05-153-4/+4
* [SPARK-7575] [ML] [DOC] Example code for OneVsRestRam Sriharsha2015-05-152-0/+421
* [SPARK-7568] [ML] ml.LogisticRegression doesn't output the right predictionDB Tsai2015-05-143-6/+6
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-142-15/+39
* [SPARK-7522] [EXAMPLES] Removed angle brackets from dataFormat optionBryan Cutler2015-05-115-5/+5
* [SPARK-7475] [MLLIB] adjust ldaExample for online LDAYuhao Yang2015-05-091-6/+25
* [SPARK-7396] [STREAMING] [EXAMPLE] Update KafkaWordCountProducer to use new P...jerryshao2015-05-061-11/+13
* [SPARK-6799] [SPARKR] Remove SparkR RDD examples, add dataframe examplesShivaram Venkataraman2015-05-066-350/+54
* [SPARK-6612] [MLLIB] [PYSPARK] Python KMeans parityHrishikesh Subramonian2015-05-051-0/+1
* [SPARK-7357] Improving HBaseTest exampleJihong MA2015-05-051-0/+12
* [MINOR] Renamed variables in SparkKMeans.scala, LocalKMeans.scala and kmeans....Niccolo Becchi2015-05-053-7/+7
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-047-45/+25
* [SPARK-7176] [ML] Add validation functionality to ParamJoseph K. Bradley2015-04-291-6/+8
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-281-1/+1
* [SPARK-5946] [STREAMING] Add Python API for direct Kafka streamjerryshao2015-04-271-0/+55
* [SPARK-7090] [MLLIB] Introduce LDAOptimizer to LDA to further improve extensi...Yuhao Yang2015-04-272-3/+3
* SPARK-7107 Add parameter for zookeeper.znode.parent to hbase_inputformat...tedyu2015-04-271-1/+5
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-254-58/+568
* update the deprecated CountMinSketchMonoid function to TopPctCMS functionKeheCAI2015-04-252-2/+4
* [PySpark][Minor] Update sql example, so that can read file correctlylinweizhong2015-04-241-1/+6
* [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3Calvin Jia2015-04-241-5/+0
* [minor][streaming]fixed scala string interpolation errorPrabeesh K2015-04-231-1/+1
* [SPARK-6113] [ML] Small cleanups after original tree API PRJoseph K. Bradley2015-04-211-6/+19
* [Minor][MLlib] Incorrect path to test data is used in DecisionTreeExampleLiang-Chi Hsieh2015-04-201-1/+2
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-171-0/+322
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-1634-155/+195