aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16260][ML][EXAMPLE] PySpark ML Example Improvements and Cleanupwm624@hotmail.com2016-07-038-7/+8
* [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-293-2/+18
* [SPARK-16261][EXAMPLES][ML] Fixed incorrect appNames in ML ExamplesBryan Cutler2016-06-294-4/+4
* [SPARK-16114][SQL] structured streaming network word count examplesJames Thomas2016-06-283-0/+234
* [SPARK-16231][PYSPARK][ML][EXAMPLES] dataframe_example.py fails to convert ML...Bryan Cutler2016-06-271-1/+3
* [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-243-6/+21
* [SPARK-15159][SPARKR] SparkSession roxygen2 doc, programming guide, example u...Felix Cheung2016-06-203-27/+22
* [SPARK-15129][R][DOC] R API changes in MLGayathriMurali2016-06-171-2/+2
* [SPARK-15608][ML][EXAMPLES][DOC] add examples and documents of ml.isotonic re...WeichenXu2016-06-166-14/+203
* [SPARK-15996][R] Fix R examples by removing deprecated functionsDongjoon Hyun2016-06-162-8/+11
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-1210-10/+10
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-121-5/+5
* [SPARK-14615][ML][FOLLOWUP] Fix Python examples to use the new ML Vector and ...hyukjinkwon2016-06-1010-19/+18
* [SPARK-15773][CORE][EXAMPLE] Avoid creating local variable `sc` in examples i...Dongjoon Hyun2016-06-1012-52/+30
* [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-0618-36/+36
* [SPARK-15605][ML][EXAMPLES] Fix broken ML JavaDeveloperApiExample.Yanbo Liang2016-06-021-240/+0
* [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-273-21/+10
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-262-2/+2
* [SPARK-15457][MLLIB][ML] Eliminate some warnings from MLlib about deprecationsSean Owen2016-05-2611-23/+19
* [SPARK-15492][ML][DOC] Binarization scala example copy & paste to spark-shell...wm624@hotmail.com2016-05-262-4/+3
* [MINOR] [PYSPARK] [EXAMPLES] Changed examples to use SparkSession.sparkContex...Bryan Cutler2016-05-255-5/+5
* [SPARK-15396][SQL][DOC] It can't connect hive metastore databasegatorsmile2016-05-211-4/+7
* [SPARK-15031][EXAMPLE] Use SparkSession in examplesZheng RuiFeng2016-05-2033-143/+276
* [SPARK-15222][SPARKR][ML] SparkR ML examples update in 2.0Yanbo Liang2016-05-201-17/+112
* [SPARK-15398][ML] Update the warning message to recommend ML usageZheng RuiFeng2016-05-1912-37/+28
* [SPARK-15363][ML][EXAMPLE] Example code shouldn't use VectorImplicits._, asML...wm624@hotmail.com2016-05-191-2/+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-193-15/+13
* [SPARK-15322][MLLIB][CORE][SQL] update deprecate accumulator usage into accum...WeichenXu2016-05-181-5/+6
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-187-13/+13
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-1720-27/+28
* [SPARK-15318][ML][EXAMPLE] spark.ml Collaborative Filtering example does not ...wm624@hotmail.com2016-05-171-7/+12
* [SPARK-14434][ML] User guide doc and examples for GaussianMixture in spark.mlwm624@hotmail.com2016-05-173-0/+170
* [SPARK-14979][ML][PYSPARK] Add examples for GeneralizedLinearRegressionYanbo Liang2016-05-163-0/+227
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-126-10/+10
* [SPARK-15031][SPARK-15134][EXAMPLE][DOC] Use SparkSession and update indent i...Zheng RuiFeng2016-05-1134-151/+192
* [SPARK-15085][STREAMING][KAFKA] Rename streaming-kafka artifactcody koeninger2016-05-111-1/+1
* [SPARK-14933][HOTFIX] Replace `sqlContext` with `spark`.Dongjoon Hyun2016-05-111-1/+1
* [SPARK-15150][EXAMPLE][DOC] Update LDA examplesZheng RuiFeng2016-05-116-79/+125
* [SPARK-15149][EXAMPLE][DOC] update kmeans exampleZheng RuiFeng2016-05-113-94/+45
* [SPARK-14340][EXAMPLE][DOC] Update Examples and User Guide for ml.BisectingKM...Zheng RuiFeng2016-05-113-47/+97
* [SPARK-15141][EXAMPLE][DOC] Update OneVsRest ExamplesZheng RuiFeng2016-05-113-316/+122
* [MINOR][DOCS] Remove remaining sqlContext in documentation at exampleshyukjinkwon2016-05-092-2/+2