aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-183-6/+1
* [SPARK-19158][SPARKR][EXAMPLES] Fix ml.R example fails due to lack of e1071 p...Yanbo Liang2017-01-121-8/+7
* [SPARK-19134][EXAMPLE] Fix several sql, mllib and status api examples not wor...hyukjinkwon2017-01-107-21/+18
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-054-4/+4
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-043-3/+3
* [MINOR] Add missing sc.stop() to end of examplesWeiqing Yang2017-01-0323-0/+44
* [SPARK-19002][BUILD][PYTHON] Check pep8 against all Python scriptshyukjinkwon2017-01-0211-13/+16
* [SPARK-18325][SPARKR][ML] SparkR ML wrappers example code and user guideYanbo Liang2016-12-0815-148/+701
* [SPARK-18633][ML][EXAMPLE] Add multiclass logistic regression summary python ...wm624@hotmail.com2016-12-071-0/+68
* [SPARK-18081][ML][DOCS] Add user guide for Locality Sensitive Hashing(LSH)Yunni2016-12-034-0/+325
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [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-163-0/+271
* [SPARK-18427][DOC] Update docs of mllib.KMeansZheng RuiFeng2016-11-151-2/+1
* [SPARK-14914][CORE] Fix Resource not closed after using, for unit tests and e...wm624@hotmail.com2016-11-101-1/+3
* [SPARK-13770][DOCUMENTATION][ML] Document the ML feature Interactionchie88422016-11-082-0/+156
* [MINOR] Use <= for clarity in Pi examples' Monte Carlo processMaria Rydzy2016-11-024-4/+4
* [SPARK-18133][EXAMPLES][ML] Python ML Pipeline Example has syntax e…Jagadeesan2016-10-285-15/+15
* [SPARK-14300][DOCS][MLLIB] Scala MLlib examples code merge and clean upXin Ren2016-10-263-148/+19
* [SPARK-17810][SQL] Default spark.sql.warehouse.dir is relative to local FS bu...Sean Owen2016-10-243-3/+3
* Fix example of tf_idf with minDocFreqMaxime Rihouey2016-10-171-1/+1
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-103-2/+78
* [SPARK-17239][ML][DOC] Update user guide for multiclass logistic regressionsethah2016-10-056-0/+197
* [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbcJustin Pihony2016-09-264-0/+66
* [SPARK-16992][PYSPARK] use map comprehension in docGaetan Semet2016-09-123-4/+4
* [SPARK-17347][SQL][EXAMPLES] Encoder in Dataset example has incorrect typeCodingCat2016-09-031-1/+1
* [SPARK-17001][ML] Enable standardScaler to standardize sparse vectors when wi...Sean Owen2016-08-272-4/+0
* [MINOR][BUILD] Fix Java CheckStyle ErrorWeiqing Yang2016-08-241-5/+6
* [SPARKR][EXAMPLE] change example APP namewm624@hotmail.com2016-08-201-1/+1
* [SPARK-16886][EXAMPLES][DOC] Fix some examples to be consistent and indentati...hyukjinkwon2016-08-114-21/+23
* [SPARK-16945] Fix Java Lint errorsWeiqing Yang2016-08-081-1/+2
* [SPARK-16421][EXAMPLES][ML] Improve ML Example OutputsBryan Cutler2016-08-0582-188/+427
* [SPARK-16816] Modify java example which is also reflect in documentation exmaplesandy2016-08-021-0/+16
* [SPARK-16558][EXAMPLES][MLLIB] examples/mllib/LDAExample should use MLVector ...Xusen Yin2016-08-021-2/+3
* [SPARK-16734][EXAMPLES][SQL] Revise examples of all language bindingsCheng Lian2016-08-028-75/+123
* [SPARK-16800][EXAMPLES][ML] Fix Java examples that fail to run due to exceptionBryan Cutler2016-07-3012-38/+49
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-3020-101/+80
* [SPARK-16380][EXAMPLES] Update SQL examples and programming guide for Python ...Cheng Lian2016-07-236-86/+447
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [MINOR][BUILD] Fix Java Linter `LineLength` errorsDongjoon Hyun2016-07-191-2/+4
* [SPARK-16303][DOCS][EXAMPLES] Minor Scala/Java example updateCheng Lian2016-07-184-7/+7
* [MINOR] Remove unused arg in als.pyZheng RuiFeng2016-07-181-3/+3
* [SPARKR][DOCS] minor code sample update in R programming guideFelix Cheung2016-07-181-1/+1
* [SPARK-16403][EXAMPLES] Cleanup to remove unused imports, consistent style, m...Bryan Cutler2016-07-1456-646/+142
* [SPARKR][MINOR] R examples and test updatesFelix Cheung2016-07-132-1/+4
* [SPARK-16303][DOCS][EXAMPLES] Updated SQL programming guide and examplesaokolnychyi2016-07-138-269/+1193
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-116-4/+326
* [SPARKR][DOC] SparkR ML user guides update for 2.0Yanbo Liang2016-07-111-11/+11
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-16381][SQL][SPARKR] Update SQL examples and programming guide for R la...Xin Ren2016-07-113-2/+199