aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-042-19/+9
* [SPARK-7176] [ML] Add validation functionality to ParamJoseph K. Bradley2015-04-291-6/+8
* [SPARK-7090] [MLLIB] Introduce LDAOptimizer to LDA to further improve extensi...Yuhao Yang2015-04-271-1/+1
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-131-2/+2
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-10/+10
* [SPARK-6274][Streaming][Examples] Added examples streaming + sql examples.Tathagata Das2015-03-112-0/+153
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-111-0/+1
* [SPARK-5939][MLLib] make FPGrowth example app take parametersJacky Li2015-02-231-13/+30
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-203-13/+9
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-192-8/+5
* [SPARK-5879][MLLIB] update PIC user guide and add a Java exampleXiangrui Meng2015-02-181-0/+58
* [SPARK-5519][MLLIB] add user guide with example code for fp-growthXiangrui Meng2015-02-181-0/+63
* Revise formatting of previous commit f80e2629bb74bc62960c61ff313f7e7802d61319Sean Owen2015-02-141-18/+18
* [SPARK-5800] Streaming Docs. Change linked files according the selected languagegasparms2015-02-141-0/+115
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-105-9/+9
* [Spark-5717] [MLlib] add stop and reorganize importJqueryFan2015-02-101-0/+1
* [SPARK-5539][MLLIB] LDA guideXiangrui Meng2015-02-081-0/+75
* [HOTFIX][MLLIB] fix a compilation error with java 6Xiangrui Meng2015-02-061-2/+2
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-054-7/+230
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-274-34/+34
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-164-40/+38
* [FIX][DOC] Fix broken links in ml-guide.mdXiangrui Meng2014-12-042-2/+1
* [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixesJoseph K. Bradley2014-12-043-3/+241
* [SPARK-4580] [SPARK-4610] [mllib] [docs] Documentation for tree ensembles + D...Joseph K. Bradley2014-12-042-1/+140
* [SPARK-4486][MLLIB] Improve GradientBoosting APIs and docXiangrui Meng2014-11-201-9/+9
* [SPARK-2321] Several progress API improvements / refactoringsJosh Rosen2014-11-141-3/+3
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-121-0/+93
* Support cross building for Scala 2.11Prashant Sharma2014-11-111-113/+0
* [SPARK-4047] - Generate runtime warnings for example implementation of PageRankVaradharajan Mukundan2014-11-102-0/+28
* SPARK-2548 [STREAMING] JavaRecoverableWordCount is missingSean Owen2014-11-102-3/+158
* Update JavaCustomReceiver.javaxiao3212014-11-071-1/+1
* [SPARK-4197] [mllib] GradientBoosting API cleanup and examples in Scala, JavaJoseph K. Bradley2014-11-051-0/+126
* [SPARK-2321] Stable pull-based progress / status APIJosh Rosen2014-10-251-0/+70
* [SPARK-4055][MLlib] Inconsistent spelling 'MLlib' and 'MLLib'Kousuke Saruta2014-10-232-2/+2
* Update JavaCustomReceiver.javaKarthik2014-10-221-1/+1
* SPARK-2626 [DOCS] Stop SparkContext in all examplesSean Owen2014-10-012-2/+10
* [SPARK-3443][MLLIB] update default values of tree:Xiangrui Meng2014-09-081-1/+1
* [SPARK-2976] Replace tabs with spacesKousuke Saruta2014-08-251-1/+1
* [SPARK-2840] [mllib] DecisionTree doc update (Java, Python examples)Joseph K. Bradley2014-08-211-0/+116
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-021-4/+4
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-171-2/+76
* Fixed streaming examples docs to use run-example instead of spark-submitTathagata Das2014-05-144-17/+21
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-0814-128/+127
* [HOTFIX] SPARK-1637: There are some Streaming examples added after the PR #57...Sandeep2014-05-061-4/+2
* SPARK-1637: Clean up examples for 1.0Sandeep2014-05-067-9/+13
* [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guideTathagata Das2014-05-054-5/+9
* Handle the vals that never usedWangTao2014-04-293-3/+1
* [SPARK-1633][Streaming] Java API unit test and example for custom streaming r...Tathagata Das2014-04-282-4/+153
* [SQL] SPARK-1571 Mistake in java example codeMichael Armbrust2014-04-221-4/+4
* SPARK-1446: Spark examples should not do a System.exitSandeep2014-04-108-10/+10