aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9902] [MLLIB] Add Java and Python examples to user guide for 1-sample ...jose.cambronero2015-08-171-4/+47
* [SPARK-7707] User guide and example code for KernelDensitySandy Ryza2015-08-171-0/+77
* [SPARK-9898] [MLLIB] Prefix Span user guideFeynman Liang2015-08-172-0/+97
* [SPARK-9768] [PYSPARK] [ML] Add Python API and user guide for ml.feature.Elem...Yanbo Liang2015-08-171-4/+19
* [SPARK-10068] [MLLIB] Adds links to MLlib types, algos, utilities listingFeynman Liang2015-08-171-13/+13
* [SPARK-9934] Deprecate NIO ConnectionManager.Reynold Xin2015-08-141-1/+2
* [SPARK-8965] [DOCS] Add ml-guide Python Example: Estimator, Transformer, and ...Rosstin2015-08-131-0/+68
* [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...Niranjan Padmanabhan2015-08-121-1/+1
* [SPARK-7583] [MLLIB] User guide update for RegexTokenizerYuhao Yang2015-08-121-11/+30
* [SPARK-9575] [MESOS] Add docuemntation around Mesos shuffle service.Timothy Chen2015-08-111-0/+14
* [SPARK-8798] [MESOS] Allow additional uris to be fetched with mesosTimothy Chen2015-08-111-0/+8
* [SPARK-9713] [ML] Document SparkR MLlib glm() integration in Spark 1.5Eric Liang2015-08-111-1/+36
* [SPARK-5155] [PYSPARK] [STREAMING] Mqtt streaming support in PythonPrabeesh K2015-08-101-1/+1
* Fixed AtmoicReference<> ExampleMahmoud Lababidi2015-08-101-1/+1
* Fix doc typoJeff Zhang2015-08-061-1/+1
* [SPARK-9228] [SQL] use tungsten.enabled in public for both of codegen/unsafeDavies Liu2015-08-061-3/+3
* Revert "[SPARK-9228] [SQL] use tungsten.enabled in public for both of codegen...Davies Liu2015-08-061-3/+3
* [SPARK-9228] [SQL] use tungsten.enabled in public for both of codegen/unsafeDavies Liu2015-08-061-3/+3
* [SPARK-9641] [DOCS] spark.shuffle.service.port is not documentedSean Owen2015-08-061-0/+19
* [SPARK-6486] [MLLIB] [PYTHON] Add BlockMatrix to PySpark.Mike Dusenberry2015-08-051-0/+41
* [SPARK-9601] [DOCS] Fix JavaPairDStream signature for stream-stream and windo...Namit Katariya2015-08-051-2/+2
* Update docs/README.md to put all prereqs together.Reynold Xin2015-08-041-35/+8
* [SPARK-6485] [MLLIB] [PYTHON] Add CoordinateMatrix/RowMatrix/IndexedRowMatrix...Mike Dusenberry2015-08-041-2/+104
* [SPARK-9521] [DOCS] Addendum. Require Maven 3.3.3+ in the buildSean Owen2015-08-041-1/+2
* Add a prerequisites section for building docsShivaram Venkataraman2015-08-031-0/+10
* [SPARK-9191] [ML] [Doc] Add ml.PCA user guide and code examplesYanbo Liang2015-08-031-0/+86
* [SPARK-9558][DOCS]Update docs to follow the increase of memory defaults.Kousuke Saruta2015-08-032-2/+2
* [SPARK-9535][SQL][DOCS] Modify document for codegen.KaiXinXiaoLei2015-08-021-4/+3
* [SPARK-9490] [DOCS] [MLLIB] MLlib evaluation metrics guide example python cod...Sean Owen2015-07-317-50/+50
* [SPARK-9202] capping maximum number of executor&driver information kept in Wo...CodingCat2015-07-311-0/+14
* [SPARK-8564] [STREAMING] Add the Python API for Kinesiszsxwing2015-07-311-0/+19
* [SPARK-6129] [MLLIB] [DOCS] Added user guide for evaluation metricssethah2015-07-292-0/+1498
* [SPARK-9327] [DOCS] Fix documentation about classpath config options.Marcelo Vanzin2015-07-281-2/+2
* Pregel example type fixAlexander Ulanov2015-07-281-1/+1
* [SPARK-8405] [DOC] Add how to view logs on Web UI when yarn log aggregation i...Carson Wang2015-07-271-2/+2
* [SPARK-9207] [SQL] Enables Parquet filter push-down by defaultCheng Lian2015-07-231-7/+2
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-221-9/+0
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-221-9/+7
* [SPARK-5989] [MLLIB] Model save/load for LDAMechCoder2015-07-211-1/+9
* [SPARK-8401] [BUILD] Scala version switching build enhancementsMichael Allman2015-07-211-1/+1
* [SPARK-6284] [MESOS] Add mesos role, principal and secretTimothy Chen2015-07-161-0/+22
* [SPARK-7555] [DOCS] Add doc for elastic net in ml-guide and mllib-guideShuo Xiang2015-07-153-25/+188
* [SPARK-8018] [MLLIB] KMeans should accept initial cluster centers as paramFlytxtRnD2015-07-141-0/+1
* [SPARK-9010] [DOCUMENTATION] Improve the Spark Configuration document about `...zhaishidan2015-07-141-1/+1
* [SPARK-8598] [MLLIB] Implementation of 1-sample, two-sided, Kolmogorov Smirno...jose.cambronero2015-07-101-1/+36
* [SPARK-8958] Dynamic allocation: change cached timeout to infinityAndrew Or2015-07-101-2/+2
* [DOCS] Added important updateStateByKey detailsMichael Vogiatzis2015-07-091-0/+2
* [SPARK-8927] [DOCS] Format wrong for some config descriptionsJonathan Alter2015-07-091-2/+2
* [SPARK-8909][Documentation] Change the scala example in sql-programmi…Alok Singh2015-07-081-1/+1
* [SPARK-8457] [ML] NGram DocumentationFeynman Liang2015-07-081-0/+88