aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-1083-1/+168
* [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-191-0/+2
* [SPARK-8314][MLlib] improvement in performance of MLUtils.appendBiasRoger Menezes2015-06-121-2/+2
* [SPARK-7547] [ML] Scala Example code for ElasticNetDB Tsai2015-06-022-0/+301
* [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-291-1/+1
* [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-282-0/+175
* Close HBaseAdmin at the end of HBaseTesttedyu2015-05-251-0/+1
* [SPARK-5090] [EXAMPLES] The improvement of python converter for hbaseGenTang2015-05-221-3/+17
* [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-152-2/+2
* [SPARK-7575] [ML] [DOC] Example code for OneVsRestRam Sriharsha2015-05-151-0/+185
* [SPARK-7568] [ML] ml.LogisticRegression doesn't output the right predictionDB Tsai2015-05-141-2/+2
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-141-4/+7
* [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-7357] Improving HBaseTest exampleJihong MA2015-05-051-0/+12
* [MINOR] Renamed variables in SparkKMeans.scala, LocalKMeans.scala and kmeans....Niccolo Becchi2015-05-052-2/+2
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-045-26/+16
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-281-1/+1
* [SPARK-7090] [MLLIB] Introduce LDAOptimizer to LDA to further improve extensi...Yuhao Yang2015-04-271-2/+2
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-254-58/+568
* update the deprecated CountMinSketchMonoid function to TopPctCMS functionKeheCAI2015-04-251-1/+3
* [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-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-131-3/+3
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-0311-19/+22
* [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-111-0/+101
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-111-2/+2
* [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-5666][streaming][MQTT streaming] some trivial fixesprabs2015-02-251-20/+29
* [SPARK-5939][MLLib] make FPGrowth example app take parametersJacky Li2015-02-231-14/+45
* [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-204-18/+24
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-192-8/+4
* [SPARK-5519][MLLIB] add user guide with example code for fp-growthXiangrui Meng2015-02-181-0/+51
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-178-14/+14
* [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