aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20208][R][DOCS] Document R fpGrowth supportzero3232017-04-181-0/+50
* [SPARK-20377][SS] Fix JavaStructuredSessionization exampleTathagata Das2017-04-181-5/+4
* [MINOR][DOCS] JSON APIs related documentation fixeshyukjinkwon2017-04-122-2/+2
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-104-4/+12
* [MINOR] Issue: Change "slice" vs "partition" in exception messages (and code?)asmith262017-04-096-6/+6
* [SPARK-20258][DOC][SPARKR] Fix SparkR logistic regression example in programm...actuaryzhang2017-04-071-3/+4
* [SPARK-20026][DOC][SPARKR] Add Tweedie example for SparkR in programming guideactuaryzhang2017-04-071-0/+9
* [MINOR][DOCS] Fix typo in Hive ExamplesDustin Koupal2017-04-063-3/+3
* [SPARK-20224][SS] Updated docs for streaming dropDuplicates and mapGroupsWith...Tathagata Das2017-04-052-0/+406
* [SPARK-19969][ML] Imputer doc and exampleYuhao Yang2017-04-033-0/+177
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-301-1/+1
* [MINOR][SPARKR] Add run command comment in exampleswm624@hotmail.com2017-03-292-0/+6
* [SPARK-10849][SQL] Adds option to the JDBC data source write for user to spec...sureshthalamati2017-03-233-0/+16
* [SPARK-19345][ML][DOC] Add doc for "coldStartStrategy" usage in ALSNick Pentreath2017-03-023-1/+7
* [MINOR][ML] Fix comments in LSH Examples and Python APIYun Ni2017-03-014-4/+4
* [SPARK-19460][SPARKR] Update dataset used in R documentation, examples to red...wm624@hotmail.com2017-02-284-22/+28
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-272-9/+10
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-272-3/+5
* [MINOR][DOCS] Fixes two problems in the SQL programing guide pageBoaz Mohar2017-02-251-3/+0
* [SPARK-19337][ML][DOC] Documentation and examples for LinearSVCYuhao Yang2017-02-213-0/+152
* [SPARK-19533][EXAMPLES] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-1952-1018/+380
* [SPARK-19639][SPARKR][EXAMPLE] Add spark.svmLinear example and update vignetteswm624@hotmail.com2017-02-172-0/+43
* [SPARKR][EXAMPLES] update examples to stop spark sessionFelix Cheung2017-02-1715-18/+46
* [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-156-50/+289
* [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-19386][SPARKR][DOC] Bisecting k-means in SparkR documentationkrishnakalyan32017-02-031-0/+42
* [SPARK-16046][DOCS] Aggregations in the Spark SQL programming guideaokolnychyi2017-01-245-0/+487
* [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