aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* [Streaming][minor] Remove additional quote and unneeded importsjerryshao2015-04-161-1/+1
* [SPARK-6937][MLLIB] Fixed bug in PICExample in which the radius were not bein...sboeschhuawei2015-04-151-3/+4
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-132-5/+5
* [minor] [examples] Avoid packaging duplicate classes.Marcelo Vanzin2015-04-091-6/+46
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-085-0/+350
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-083-14/+14
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-0311-19/+22
* [SPARK-6574] [PySpark] fix sql exampleDavies Liu2015-03-271-1/+1
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-1/+1
* [SPARK-6428][MLlib] Added explicit type for public methods and implemented ha...Reynold Xin2015-03-202-3/+4
* [SPARK-6274][Streaming][Examples] Added examples streaming + sql examples.Tathagata Das2015-03-114-0/+336
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-112-2/+3
* [SPARK-6177][MLlib]Add note in LDA example to remind possible coalesceYuhao Yang2015-03-101-1/+3
* [GraphX] Improve LiveJournalPageRank exampleJacky Li2015-03-081-7/+2
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-6111] Fixed usage string in documentation.Kenneth Myers2015-03-021-1/+1
* [Streaming][Minor]Fix some error docs in streaming examplesSaisai Shao2015-03-022-2/+3
* [SPARK-5666][streaming][MQTT streaming] some trivial fixesprabs2015-02-251-20/+29
* [SPARK-5939][MLLib] make FPGrowth example app take parametersJacky Li2015-02-232-27/+75
* [EXAMPLES] fix typo.Makoto Fukuhara2015-02-231-1/+1
* [MLlib] fix typoJacky Li2015-02-211-1/+1
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-208-33/+35
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-194-16/+9
* [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-182-0/+114
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-178-14/+14
* [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
* 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-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-138-22/+22
* [SPARK-5503][MLLIB] Example code for Power Iteration Clusteringsboeschhuawei2015-02-131-0/+160
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-106-11/+11
* [Spark-5717] [MLlib] add stop and reorganize importJqueryFan2015-02-102-1/+2
* [SPARK-4964][Streaming][Kafka] More updates to Exactly-once Kafka streamTathagata Das2015-02-092-0/+184
* [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-058-21/+430
* [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-5012][MLLib][PySpark]Python API for Gaussian Mixture ModelFlytxtRnD2015-02-021-0/+65
* [SPARK-4979][MLLIB] Streaming logisitic regressionfreeman2015-02-022-2/+74
* [SPARK-5154] [PySpark] [Streaming] Kafka streaming support in PythonDavies Liu2015-02-021-0/+54
* 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-5094][MLlib] Add Python API for Gradient Boosted TreesKazuki Taniguchi2015-01-301-0/+76
* [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