aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-016-7/+187
* [SPARK-8169] [ML] Add StopWordsRemover as a transformerYuhao Yang2015-08-012-0/+235
* [SPARK-8999] [MLLIB] PrefixSpan non-temporal sequenceszhangjiajin2015-08-013-92/+302
* [SPARK-7446] [MLLIB] Add inverse transform for string indexerHolden Karau2015-08-012-3/+118
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-016-186/+7
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-0140-532/+750
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-318-90/+175
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-316-7/+186
* [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and Aggr...Liang-Chi Hsieh2015-07-314-25/+77
* [SPARK-9464][SQL] Property checks for UTF8StringJosh Rosen2015-07-314-11/+280
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-318-2/+261
* [SPARK-9358][SQL] Code generation for UnsafeRow joiner.Reynold Xin2015-07-319-10/+544
* [SPARK-9318] [SPARK-9320] [SPARKR] Aliases for merge and summary functions on...Hossein2015-07-315-6/+48
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-3112-126/+353
* [SPARK-8936] [MLLIB] OnlineLDA document-topic Dirichlet hyperparameter optimi...Feynman Liang2015-07-312-10/+99
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-318-0/+180
* [SPARK-9233] [SQL] Enable code-gen in window function unit testsYin Huai2015-07-312-35/+12
* [SPARK-9324] [SPARK-9322] [SPARK-9321] [SPARKR] Some aliases for R-like funct...Hossein2015-07-314-3/+119
* [SPARK-9510] [SPARKR] Remaining SparkR style fixesShivaram Venkataraman2015-07-312-4/+6
* [SPARK-9507] [BUILD] Remove dependency reduced POM hack now that shade plugin...Sean Owen2015-07-312-29/+8
* [SPARK-9490] [DOCS] [MLLIB] MLlib evaluation metrics guide example python cod...Sean Owen2015-07-317-50/+50
* [SPARK-9466] [SQL] Increate two timeouts in CliSuite.Yin Huai2015-07-311-2/+2
* [SPARK-9308] [ML] ml.NaiveBayesModel support predicting class probabilitiesYanbo Liang2015-07-312-18/+101
* [SPARK-9056] [STREAMING] Rename configuration `spark.streaming.minRememberDur...Sameer Abhyankar2015-07-312-3/+7
* [SPARK-9246] [MLLIB] DistributedLDAModel predict top docs per topicMeihua Wu2015-07-312-0/+59
* [SPARK-9202] capping maximum number of executor&driver information kept in Wo...CodingCat2015-07-316-94/+329
* [SPARK-9481] Add logLikelihood to LocalLDAModelFeynman Liang2015-07-312-71/+78
* [SPARK-9504] [STREAMING] [TESTS] Use eventually to fix the flaky testzsxwing2015-07-311-5/+5
* [SPARK-8564] [STREAMING] Add the Python API for Kinesiszsxwing2015-07-3111-25/+492
* [SPARK-8640] [SQL] Enable Processing of Multiple Window Frames in a Single Wi...Herman van Hovell2015-07-315-17/+40
* [SPARK-8979] Add a PID based rate estimatorIulian Dragos2015-07-314-5/+276
* [SPARK-6885] [ML] decision tree support predict class probabilitiesYanbo Liang2015-07-3116-130/+229
* [SPARK-9231] [MLLIB] DistributedLDAModel method for top topics per documentYuhao Yang2015-07-312-2/+30
* [SPARK-9471] [ML] Multilayer PerceptronAlexander Ulanov2015-07-317-1/+1326
* [SQL] address comments for to_date/truncDavies Liu2015-07-314-11/+14
* [SPARK-9446] Clear Active SparkContext in stop() methodtedyu2015-07-311-13/+37
* [SPARK-9497] [SPARK-9509] [CORE] Use ask instead of askWithRetryzsxwing2015-07-311-2/+3
* [SPARK-9053] [SPARKR] Fix spaces around parens, infix operators etc.Yu ISHIKAWA2015-07-319-12/+21
* [SPARK-9500] add TernaryExpression to simplify ternary expressionsDavies Liu2015-07-314-326/+183
* [SPARK-9496][SQL]do not print the password in configWangTaoTheTonic2015-07-301-1/+5
* [SPARK-9152][SQL] Implement code generation for Like and RLikeLiang-Chi Hsieh2015-07-304-22/+180
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-304-11/+125
* [SPARK-7690] [ML] Multiclass classification EvaluatorRam Sriharsha2015-07-303-0/+179
* [SPARK-8176] [SPARK-8197] [SQL] function to_date/ truncDaoyuan Wang2015-07-308-2/+245
* [SPARK-9472] [STREAMING] consistent hadoop configuration, streaming onlycody koeninger2015-07-304-6/+9
* [SPARK-9489] Remove unnecessary compatibility and requirements checks from Ex...Josh Rosen2015-07-302-94/+17
* [SPARK-9077] [MLLIB] Improve error message for decision trees when numExample...Sean Owen2015-07-301-2/+6
* [SPARK-6319][SQL] Throw AnalysisException when using BinaryType on Join and A...Liang-Chi Hsieh2015-07-303-1/+39
* [SPARK-9425] [SQL] support DecimalType in UnsafeRowDavies Liu2015-07-3023-125/+237
* [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & m...Reynold Xin2015-07-3010-161/+138