aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
...
* [Spark-5717] [MLlib] add stop and reorganize importJqueryFan2015-02-101-1/+1
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-054-14/+200
* [SPARK-5604][MLLIB] remove checkpointDir from treesXiangrui Meng2015-02-051-1/+2
* [SPARK-5604[MLLIB] remove checkpointDir from LDAXiangrui Meng2015-02-051-1/+1
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-047-17/+18
* [SPARK-1405] [mllib] Latent Dirichlet Allocation (LDA) using EMJoseph K. Bradley2015-02-021-0/+283
* [SPARK-4979][MLLIB] Streaming logisitic regressionfreeman2015-02-022-2/+74
* SPARK-5425: Use synchronised methods in system properties to create SparkConfJacek Lewandowski2015-02-021-1/+3
* SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixtureTravis Galoppo2015-01-301-4/+4
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-291-1/+1
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-281-2/+1
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-281-1/+1
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-276-24/+23
* [SPARK-3541][MLLIB] New ALS implementation with improved storageXiangrui Meng2015-01-221-0/+174
* SPARK-5019 [MLlib] - GaussianMixtureModel exposes instances of MultivariateGa...Travis Galoppo2015-01-201-1/+1
* [SPARK-5234][ml]examples for ml don't have sparkContext.stopYuhao Yang2015-01-143-0/+6
* [SPARK-4033][Examples]Input of the SparkPi too big causes the emption exceptionhuangzhaowei2015-01-111-2/+2
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-301-4/+2
* SPARK-4156 [MLLIB] EM algorithm for GMMsTravis Galoppo2014-12-291-0/+67
* [SPARK-4608][Streaming] Reorganize StreamingContext implicit to improve API c...zsxwing2014-12-2511-11/+0
* [SPARK-4932] Add help comments in AnalyticsTakeshi Yamamuro2014-12-231-0/+4
* [Minor] Improve some code in BroadcastTest for shortcarlmartin2014-12-221-4/+1
* [SPARK-4880] remove spark.locality.wait in AnalyticsErnest2014-12-181-1/+1
* [SPARK-4774] [SQL] Makes HiveFromSpark more portableKostas Sakellis2014-12-081-2/+11
* [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixesJoseph K. Bradley2014-12-043-2/+216
* [SPARK-4580] [SPARK-4610] [mllib] [docs] Documentation for tree ensembles + D...Joseph K. Bradley2014-12-042-2/+2
* [SPARK-4710] [mllib] Eliminate MLlib compilation warningsJoseph K. Bradley2014-12-032-8/+10
* [SQL] Minor fix for doc and commentwangfei2014-12-011-3/+4
* SPARK-4170 [CORE] Closure problems when running Scala app that "extends App"Sean Owen2014-11-271-34/+36
* [SPARK-4535][Streaming] Fix the error in commentsq002515982014-11-252-2/+2
* [SQL] Fix path in HiveFromSparkscwf2014-11-241-1/+2
* [SPARK-4486][MLLIB] Improve GradientBoosting APIs and docXiangrui Meng2014-11-202-23/+13
* SPARK-2811 upgrade algebird to 0.8.1Adam Pingel2014-11-172-0/+206
* [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala ...Xiangrui Meng2014-11-132-2/+2
* [SPARK-3660][STREAMING] Initial RDD for updateStateByKey transformationSoumitra Kumar2014-11-121-2/+11
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-121-0/+86
* Support cross building for Scala 2.11Prashant Sharma2014-11-113-308/+0
* [SPARK-4047] - Generate runtime warnings for example implementation of PageRankVaradharajan Mukundan2014-11-106-8/+47
* Update RecoverableNetworkWordCount.scalacomcmipi2014-11-101-2/+3
* SPARK-2548 [STREAMING] JavaRecoverableWordCount is missingSean Owen2014-11-101-14/+1
* [SPARK-4254] [mllib] MovieLensALS bug fixJoseph K. Bradley2014-11-051-1/+3
* [SPARK-4197] [mllib] GradientBoosting API cleanup and examples in Scala, JavaJoseph K. Bradley2014-11-052-19/+191
* [SPARK-3573][MLLIB] Make MLlib's Vector compatible with SQL's SchemaRDDXiangrui Meng2014-11-031-0/+121
* [SPARK-3161][MLLIB] Adding a node Id caching mechanism for training deci...Sung Chung2014-11-011-2/+23
* [SPARK-4142][GraphX] Default numEdgePartitionsJoseph E. Gonzalez2014-11-011-3/+3
* Streaming KMeans [MLLIB][SPARK-3254]freeman2014-10-311-0/+77
* [MLLIB] SPARK-1547: Add Gradient Boosting to MLlibManish Amde2014-10-311-2/+2
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-272-96/+79
* [GraphX] Modify option name according to example doc in SynthBenchmarkGrace2014-10-241-1/+1
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-215-37/+6