aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [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
* [MINOR] [SPARKR] Update data-manipulation.R to use native csv readerYanbo Liang2016-05-091-4/+3
* [MINOR][ML][PYSPARK] ALS example cleanupNick Pentreath2016-05-073-17/+4
* [SPARK-14512] [DOC] Add python example for QuantileDiscretizerZheng RuiFeng2016-05-061-0/+39
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-05137-162/+565
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-051-5/+9
* [SPARK-15031][EXAMPLE] Use SparkSession in Scala/Python/Java example.Dongjoon Hyun2016-05-04154-1232/+847
* [MINOR] Add python3 compatibility in python examplesZheng RuiFeng2016-05-042-0/+8
* [SPARK-15084][PYTHON][SQL] Use builder pattern to create SparkSession in PySp...Dongjoon Hyun2016-05-031-20/+15
* [SPARK-15073][SQL] Hide SparkSession constructor from the publicAndrew Or2016-05-031-6/+3
* [MINOR][EXAMPLE] Use SparkSession instead of SQLContext in RDDRelation.scalaDongjoon Hyun2016-04-301-10/+10
* [SPARK-14937][ML][DOCUMENT] spark.ml LogisticRegression sqlCtx in scala is in...wm624@hotmail.com2016-04-273-7/+7
* [SPARK-14925][BUILD] Re-introduce 'unused' dependency so that published POMs ...Josh Rosen2016-04-261-0/+7
* [SPARK-14514][DOC] Add python example for VectorSlicerZheng RuiFeng2016-04-261-0/+44
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-4/+4
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-251-4/+3
* [SPARK-14744][EXAMPLES] Clean up examples packaging, remove outdated examples.Marcelo Vanzin2016-04-2510-1118/+15
* [SPARK-14883][DOCS] Fix wrong R examples and make them up-to-dateDongjoon Hyun2016-04-242-12/+12
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-231-12/+9
* [SPARK-8393][STREAMING] JavaStreamingContext#awaitTermination() throws non-de...Sean Owen2016-04-219-11/+13
* [SPARK-14635][ML] Documentation and Examples for TF-IDF only refer to HashingTFYuhao Yang2016-04-203-0/+6
* [SPARK-14711][BUILD] Examples jar not a part of distribution.Mark Grover2016-04-181-0/+7
* [SPARK-14515][DOC] Add python example for ChiSqSelectorZheng RuiFeng2016-04-181-0/+44
* [MINOR] Revert removing explicit typing (changed in some examples and StatFun...hyukjinkwon2016-04-182-2/+2
* [SPARK-14299][EXAMPLES] Remove duplications for scala.examples.mlXusen Yin2016-04-184-192/+17
* [MINOR] Remove inappropriate type notation and extra anonymous closure within...hyukjinkwon2016-04-163-8/+6
* [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-142-4/+4
* [SPARK-13089][ML] [Doc] spark.ml Naive Bayes user guide and examplesYuhao Yang2016-04-133-0/+175
* [SPARK-14509][DOC] Add python CountVectorizerExampleZheng RuiFeng2016-04-131-0/+44
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-125-20/+10
* [MINOR][ML] Fixed MLlib build warningsJoseph K. Bradley2016-04-121-0/+1
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-112-3/+3
* Update KMeansExample.scalaÖrjan Lundberg2016-04-101-1/+1
* [SPARK-14301][EXAMPLES] Java examples code merge and clean up.Yong Tang2016-04-108-534/+16
* [SPARK-14339][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScalerZheng RuiFeng2016-04-093-0/+131
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-061-2/+4
* [SPARK-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-041-70/+10
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-035-17/+17
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-028-41/+43
* [MINOR] Typo fixesJacek Laskowski2016-04-021-1/+1
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-262-2/+2
* [SPARK-13874][DOC] Remove docs of streaming-akka, streaming-zeromq, streaming...Shixiong Zhu2016-03-261-59/+0