aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20224][SS] Updated docs for streaming dropDuplicates and mapGroupsWith...Tathagata Das2017-04-051-0/+255
* [SPARK-19969][ML] Imputer doc and exampleYuhao Yang2017-04-031-0/+71
* [SPARK-10849][SQL] Adds option to the JDBC data source write for user to spec...sureshthalamati2017-03-231-0/+5
* [SPARK-19345][ML][DOC] Add doc for "coldStartStrategy" usage in ALSNick Pentreath2017-03-021-0/+2
* [MINOR][ML] Fix comments in LSH Examples and Python APIYun Ni2017-03-012-2/+2
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-271-6/+3
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-272-3/+5
* [SPARK-19337][ML][DOC] Documentation and examples for LinearSVCYuhao Yang2017-02-211-0/+54
* [SPARK-19533][EXAMPLES] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-1952-1018/+380
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-162-3/+3
* [SPARK-18080][ML][PYTHON] Python API & Examples for Locality Sensitive HashingYun Ni2017-02-152-21/+74
* [SPARK-19574][ML][DOCUMENTATION] Fix Liquid Exception: Start indices amount i...Xiao Li2017-02-131-1/+1
* [SPARK-19444][ML][DOCUMENTATION] Fix imports not being present in documentationAseem Bansal2017-02-071-3/+1
* [SPARK-16046][DOCS] Aggregations in the Spark SQL programming guideaokolnychyi2017-01-242-0/+292
* [SPARK-19134][EXAMPLE] Fix several sql, mllib and status api examples not wor...hyukjinkwon2017-01-101-1/+2
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-051-1/+1
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-041-1/+1
* [MINOR] Add missing sc.stop() to end of examplesWeiqing Yang2017-01-034-0/+7
* [SPARK-18081][ML][DOCS] Add user guide for Locality Sensitive Hashing(LSH)Yunni2016-12-032-0/+168
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-162-4/+3
* [SPARK-18410][STREAMING] Add structured kafka exampleuncleGen2016-11-161-0/+96
* [SPARK-13770][DOCUMENTATION][ML] Document the ML feature Interactionchie88422016-11-081-0/+88
* [MINOR] Use <= for clarity in Pi examples' Monte Carlo processMaria Rydzy2016-11-021-1/+1
* [SPARK-17810][SQL] Default spark.sql.warehouse.dir is relative to local FS bu...Sean Owen2016-10-241-1/+1
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-101-2/+28
* [SPARK-17239][ML][DOC] Update user guide for multiclass logistic regressionsethah2016-10-052-0/+69
* [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbcJustin Pihony2016-09-261-0/+21
* [MINOR][BUILD] Fix Java CheckStyle ErrorWeiqing Yang2016-08-241-5/+6
* [SPARK-16886][EXAMPLES][DOC] Fix some examples to be consistent and indentati...hyukjinkwon2016-08-112-17/+19
* [SPARK-16945] Fix Java Lint errorsWeiqing Yang2016-08-081-1/+2
* [SPARK-16421][EXAMPLES][ML] Improve ML Example OutputsBryan Cutler2016-08-0527-79/+195
* [SPARK-16816] Modify java example which is also reflect in documentation exmaplesandy2016-08-021-0/+16
* [SPARK-16734][EXAMPLES][SQL] Revise examples of all language bindingsCheng Lian2016-08-022-7/+18
* [SPARK-16800][EXAMPLES][ML] Fix Java examples that fail to run due to exceptionBryan Cutler2016-07-3012-38/+49
* [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