aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16046][DOCS] Aggregations in the Spark SQL programming guideaokolnychyi2017-01-242-0/+191
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-183-6/+1
* [SPARK-19134][EXAMPLE] Fix several sql, mllib and status api examples not wor...hyukjinkwon2017-01-101-1/+3
* [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-0319-0/+37
* [SPARK-18081][ML][DOCS] Add user guide for Locality Sensitive Hashing(LSH)Yunni2016-12-032-0/+157
* [SPARK-18410][STREAMING] Add structured kafka exampleuncleGen2016-11-161-0/+85
* [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-081-0/+68
* [MINOR] Use <= for clarity in Pi examples' Monte Carlo processMaria Rydzy2016-11-022-2/+2
* [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-241-1/+1
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-101-0/+25
* [SPARK-17239][ML][DOC] Update user guide for multiclass logistic regressionsethah2016-10-052-0/+70
* [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbcJustin Pihony2016-09-261-0/+22
* [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-271-2/+0
* [SPARK-16886][EXAMPLES][DOC] Fix some examples to be consistent and indentati...hyukjinkwon2016-08-112-4/+4
* [SPARK-16421][EXAMPLES][ML] Improve ML Example OutputsBryan Cutler2016-08-0529-47/+112
* [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-022-6/+18
* [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-231-2/+2
* [SPARK-16303][DOCS][EXAMPLES] Minor Scala/Java example updateCheng Lian2016-07-182-5/+5
* [SPARK-16403][EXAMPLES] Cleanup to remove unused imports, consistent style, m...Bryan Cutler2016-07-1416-208/+24
* [SPARK-16303][DOCS][EXAMPLES] Updated SQL programming guide and examplesaokolnychyi2016-07-134-83/+509
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-112-1/+104
* [SPARK-16260][ML][EXAMPLE] PySpark ML Example Improvements and Cleanupwm624@hotmail.com2016-07-033-3/+2
* [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming gui...WeichenXu2016-07-026-0/+420
* [SPARK-16294][SQL] Labelling support for the include_example Jekyll pluginCheng Lian2016-06-291-2/+8
* [SPARK-16261][EXAMPLES][ML] Fixed incorrect appNames in ML ExamplesBryan Cutler2016-06-291-1/+1
* [SPARK-16114][SQL] structured streaming network word count examplesJames Thomas2016-06-281-0/+76
* [SPARK-16214][EXAMPLES] fix the denominator of SparkPi杨浩2016-06-271-1/+1
* [SPARK-15997][DOC][ML] Update user guide for HashingTF, QuantileVectorizer an...GayathriMurali2016-06-241-2/+7
* [SPARK-15608][ML][EXAMPLES][DOC] add examples and documents of ml.isotonic re...WeichenXu2016-06-162-4/+67
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-125-5/+5
* [SPARK-15773][CORE][EXAMPLE] Avoid creating local variable `sc` in examples i...Dongjoon Hyun2016-06-1010-46/+28
* [SPARK-15721][ML] Make DefaultParamsReadable, DefaultParamsWritable publicJoseph K. Bradley2016-06-061-0/+122
* [SPARK-15771][ML][EXAMPLES] Use 'accuracy' rather than 'precision' in many ML...Yanbo Liang2016-06-066-12/+12
* [SPARK-15208][WIP][CORE][STREAMING][DOCS] Update Spark examples with Accumula...Liwei Lin2016-06-021-2/+1
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-313-9/+4
* [SPARK-15645][STREAMING] Fix some typos of Streaming moduleXin Ren2016-05-302-2/+2
* [SPARK-15562][ML] Delete temp directory after program exit in DataFrameExampledding32016-05-271-2/+2
* [SPARK-15449][MLLIB][EXAMPLE] Wrong Data Format - Documentation Issuewm624@hotmail.com2016-05-271-10/+4
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-261-1/+1
* [SPARK-15457][MLLIB][ML] Eliminate some warnings from MLlib about deprecationsSean Owen2016-05-269-18/+16
* [SPARK-15492][ML][DOC] Binarization scala example copy & paste to spark-shell...wm624@hotmail.com2016-05-262-4/+3
* [SPARK-15396][SQL][DOC] It can't connect hive metastore databasegatorsmile2016-05-211-4/+7
* [SPARK-15031][EXAMPLE] Use SparkSession in examplesZheng RuiFeng2016-05-2016-70/+127