aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16380][EXAMPLES] Update SQL examples and programming guide for Python ...Cheng Lian2016-07-231-1/+1
* [MINOR][BUILD] Fix Java Linter `LineLength` errorsDongjoon Hyun2016-07-191-2/+4
* [SPARK-16303][DOCS][EXAMPLES] Minor Scala/Java example updateCheng Lian2016-07-182-2/+2
* [SPARK-16403][EXAMPLES] Cleanup to remove unused imports, consistent style, m...Bryan Cutler2016-07-145-215/+16
* [SPARK-16303][DOCS][EXAMPLES] Updated SQL programming guide and examplesaokolnychyi2016-07-134-186/+684
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-112-2/+118
* [SPARK-16294][SQL] Labelling support for the include_example Jekyll pluginCheng Lian2016-06-291-0/+5
* [SPARK-16114][SQL] structured streaming network word count examplesJames Thomas2016-06-281-0/+82
* [SPARK-15997][DOC][ML] Update user guide for HashingTF, QuantileVectorizer an...GayathriMurali2016-06-241-1/+6
* [SPARK-15608][ML][EXAMPLES][DOC] add examples and documents of ml.isotonic re...WeichenXu2016-06-162-7/+74
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-125-5/+5
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-121-5/+5
* [SPARK-15771][ML][EXAMPLES] Use 'accuracy' rather than 'precision' in many ML...Yanbo Liang2016-06-066-12/+12
* [SPARK-15605][ML][EXAMPLES] Fix broken ML JavaDeveloperApiExample.Yanbo Liang2016-06-021-240/+0
* [SPARK-15449][MLLIB][EXAMPLE] Wrong Data Format - Documentation Issuewm624@hotmail.com2016-05-271-2/+2
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-261-1/+1
* [SPARK-15457][MLLIB][ML] Eliminate some warnings from MLlib about deprecationsSean Owen2016-05-262-5/+3
* [SPARK-15031][EXAMPLE] Use SparkSession in examplesZheng RuiFeng2016-05-207-38/+62
* [SPARK-15398][ML] Update the warning message to recommend ML usageZheng RuiFeng2016-05-191-4/+2
* [SPARK-15296][MLLIB] Refactor All Java Tests that use SparkSessionSandeep Singh2016-05-191-1/+1
* [SPARK-15031][EXAMPLES][FOLLOW-UP] Make Python param example working with Spa...hyukjinkwon2016-05-191-1/+1
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-182-5/+5
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-174-9/+9
* [SPARK-14434][ML] User guide doc and examples for GaussianMixture in spark.mlwm624@hotmail.com2016-05-171-0/+64
* [SPARK-14979][ML][PYSPARK] Add examples for GeneralizedLinearRegressionYanbo Liang2016-05-161-0/+83
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-122-5/+5
* [SPARK-15031][SPARK-15134][EXAMPLE][DOC] Use SparkSession and update indent i...Zheng RuiFeng2016-05-1117-42/+70
* [SPARK-14933][HOTFIX] Replace `sqlContext` with `spark`.Dongjoon Hyun2016-05-111-1/+1
* [SPARK-15150][EXAMPLE][DOC] Update LDA examplesZheng RuiFeng2016-05-112-47/+27
* [SPARK-15149][EXAMPLE][DOC] update kmeans exampleZheng RuiFeng2016-05-111-46/+14
* [SPARK-14340][EXAMPLE][DOC] Update Examples and User Guide for ml.BisectingKM...Zheng RuiFeng2016-05-111-31/+18
* [SPARK-15141][EXAMPLE][DOC] Update OneVsRest ExamplesZheng RuiFeng2016-05-111-184/+30
* [MINOR][DOCS] Remove remaining sqlContext in documentation at exampleshyukjinkwon2016-05-091-1/+1
* [MINOR][ML][PYSPARK] ALS example cleanupNick Pentreath2016-05-071-5/+1
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-0538-58/+165
* [SPARK-15031][EXAMPLE] Use SparkSession in Scala/Python/Java example.Dongjoon Hyun2016-05-0452-509/+319
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-4/+4
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-231-12/+9
* [SPARK-8393][STREAMING] JavaStreamingContext#awaitTermination() throws non-de...Sean Owen2016-04-219-11/+13
* [SPARK-14635][ML] Documentation and Examples for TF-IDF only refer to HashingTFYuhao Yang2016-04-201-0/+2
* [SPARK-13089][ML] [Doc] spark.ml Naive Bayes user guide and examplesYuhao Yang2016-04-131-0/+64
* [MINOR][ML] Fixed MLlib build warningsJoseph K. Bradley2016-04-121-0/+1
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-111-1/+1
* [SPARK-14301][EXAMPLES] Java examples code merge and clean up.Yong Tang2016-04-108-534/+16
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-035-17/+17
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-262-2/+2
* [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to SparkShixiong Zhu2016-03-251-0/+75
* [SPARK-13017][DOCS] Replace example code in mllib-feature-extraction.md using...Xin Ren2016-03-242-0/+161
* [SPARK-13019][DOCS] fix for scala-2.10 build: Replace example code in mllib-s...Xin Ren2016-03-246-0/+387
* Revert "[SPARK-13019][DOCS] Replace example code in mllib-statistics.md using...Xiangrui Meng2016-03-216-387/+0