aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [DOCS][Tiny] Added a missing dash(-) in docs/configuration.mdTaka Shinagawa2015-05-291-1/+1
* [SPARK-6806] [SPARKR] [DOCS] Add a new SparkR programming guideShivaram Venkataraman2015-05-294-3/+227
* [SPARK-7524] [SPARK-7846] add configs for keytab and principal, pass these tw...WangTaoTheTonic2015-05-291-0/+16
* [SPARK-7577] [ML] [DOC] add bucketizer docXusen Yin2015-05-281-0/+86
* [DOCS] Fixing broken "IDE setup" link in the Building Spark documentation.Mike Dusenberry2015-05-281-1/+1
* [DOCS] Fix typo in documentation for Java UDF registrationMatt Wise2015-05-271-1/+1
* [SPARK-7850][BUILD] Hive 0.12.0 profile in POM should be removedCheolsoo Park2015-05-271-5/+1
* [SPARK-7883] [DOCS] [MLLIB] Fixing broken trainImplicit Scala example in MLli...Mike Dusenberry2015-05-261-1/+2
* [DOCS] [MLLIB] Fixing misformatted links in v1.4 MLlib Naive Bayes documentat...Mike Dusenberry2015-05-261-3/+2
* [SPARK-6391][DOCS] Document Tachyon compatibility.Calvin Jia2015-05-251-2/+4
* [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guideDavies Liu2015-05-236-61/+445
* [SPARK-7830] [DOCS] [MLLIB] Adding logistic regression to the list of Multicl...Mike Dusenberry2015-05-221-2/+2
* [SPARK-7771] [SPARK-7779] Dynamic allocation: lower default timeouts furtherAndrew Or2015-05-221-2/+2
* [SPARK-7574] [ML] [DOC] User guide for OneVsRestRam Sriharsha2015-05-222-1/+131
* [SPARK-7578] [ML] [DOC] User guide for spark.ml Normalizer, IDF, StandardScalerJoseph K. Bradley2015-05-211-26/+198
* [DOCS] [MLLIB] Fixing broken link in MLlib Linear Methods documentation.Mike Dusenberry2015-05-211-2/+1
* [SPARK-7585] [ML] [DOC] VectorIndexer user guide sectionJoseph K. Bradley2015-05-211-0/+83
* [SPARK-7752] [MLLIB] Use lowercase letters for NaiveBayes.modelTypeXiangrui Meng2015-05-211-4/+5
* [SPARK-7750] [WEBUI] Rename endpoints from `json` to `api` to allow fu…Hari Shreedharan2015-05-201-5/+5
* [SPARK-7579] [ML] [DOC] User guide update for OneHotEncoderSandy Ryza2015-05-201-0/+95
* [SPARK-7533] [YARN] Decrease spacing between AM-RM heartbeats.ehnalis2015-05-201-1/+14
* [SPARK-7744] [DOCS] [MLLIB] Distributed matrix" section in MLlib "Data Types"...Mike Dusenberry2015-05-191-64/+64
* [SPARK-7586] [ML] [DOC] Add docs of Word2Vec in ml packageXusen Yin2015-05-191-0/+89
* [SPARK-7704] Updating Programming Guides per SPARK-4397Dice2015-05-191-6/+5
* [SPARK-7723] Fix string interpolation in pipeline examplesSaleem Ansari2015-05-191-2/+2
* Fixing a few basic typos in the Programming Guide.Mike Dusenberry2015-05-191-3/+3
* [SPARK-7581] [ML] [DOC] User guide for spark.ml PolynomialExpansionXusen Yin2015-05-191-0/+83
* [SPARK-7272] [MLLIB] User guide for PMML model exportVincenzo Selvaggio2015-05-182-0/+87
* [SPARK-4556] [BUILD] binary distribution assembly can't run in local modeSean Owen2015-05-161-0/+10
* [SPARK-7671] Fix wrong URLs in MLlib Data Types DocumentationFavioVazquez2015-05-161-4/+4
* [SPARK-7556] [ML] [DOC] Add user guide for spark.ml Binarizer, including Scal...Liang-Chi Hsieh2015-05-151-0/+84
* [SPARK-7249] Updated Hadoop dependencies due to inconsistency in the versionsFavioVazquez2015-05-142-6/+7
* [SPARK-7557] [ML] [DOC] User guide for spark.ml HashingTF, TokenizerJoseph K. Bradley2015-05-122-0/+197
* [SPARK-7496] [MLLIB] Update Programming guide with Online LDAYuhao Yang2015-05-121-3/+3
* [SPARK-6994][SQL] Update docs for fetching Row fields by namevidmantas zemleris2015-05-111-3/+10
* [SPARK-7462][SQL] Update documentation for retaining grouping columns in Data...Reynold Xin2015-05-111-1/+59
* [SPARK-7516] [Minor] [DOC] Replace depreciated inferSchema() with createDataF...gchen2015-05-111-1/+1
* [SPARK-7515] [DOC] Update documentation for PySpark on YARN with cluster modeKousuke Saruta2015-05-111-1/+1
* [SPARK-6470] [YARN] Add support for YARN node labels.Sandy Ryza2015-05-111-0/+9
* [SPARK-5521] PCA wrapper for easy transform vectorsKirill A. Korinskiy2015-05-102-2/+72
* [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListenerdobashim2015-05-091-1/+1
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-081-0/+74
* [SPARK-5726] [MLLIB] Elementwise (Hadamard) Vector Product TransformerOctavian Geagla2015-05-071-0/+54
* [SPARK-7035] Encourage __getitem__ over __getattr__ on column access in the P...ksonj2015-05-071-3/+8
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-051-74/+0
* [SPARK-7351] [STREAMING] [DOCS] Add spark.streaming.ui.retainedBatches to docszsxwing2015-05-051-0/+7
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-051-0/+74
* [SPARK-5112] Expose SizeEstimator as a developer apiSandy Ryza2015-05-051-4/+6
* [SPARK-6653] [YARN] New config to specify port for sparkYarnAM actor systemshekhar.bansal2015-05-051-0/+7
* [SPARK-7302] [DOCS] SPARK building documentation still mentions building for ...Sean Owen2015-05-032-7/+0