aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-10102] [STREAMING] Fix a race condition that startReceiver may happen ...zsxwing2015-08-181-3/+8
* [SPARK-10072] [STREAMING] BlockGenerator can deadlock when the queue of gener...Tathagata Das2015-08-181-10/+19
* [SPARKR] [MINOR] Get rid of a long line warningYu ISHIKAWA2015-08-181-1/+3
* Bump SparkR version string to 1.5.0Hossein2015-08-181-1/+1
* [SPARK-8473] [SPARK-9889] [ML] User guide and example code for DCTFeynman Liang2015-08-181-0/+71
* [SPARK-10098] [STREAMING] [TEST] Cleanup active context after test in Failure...Tathagata Das2015-08-181-10/+17
* [SPARK-10012] [ML] Missing test case for Params#arrayLengthGtlewuathe2015-08-181-0/+3
* [SPARK-8924] [MLLIB, DOCUMENTATION] Added @since tags to mllib.treeBryan Cutler2015-08-1824-1/+157
* [SPARK-10088] [SQL] Add support for "stored as avro" in HiveQL parser.Marcelo Vanzin2015-08-182-10/+13
* [SPARK-10089] [SQL] Add missing golden files.Marcelo Vanzin2015-08-182-0/+503
* [SPARK-10080] [SQL] Fix binary incompatibility for $ column interpolationMichael Armbrust2015-08-183-11/+22
* [SPARK-9574] [STREAMING] Remove unnecessary contents of spark-streaming-XXX-a...zsxwing2015-08-185-1/+249
* [SPARK-10085] [MLLIB] [DOCS] removed unnecessary numpy array importPiotr Migdal2015-08-181-2/+0
* [SPARK-10032] [PYSPARK] [DOC] Add Python example for mllib LDAModel user guideYanbo Liang2015-08-181-0/+28
* [SPARK-10029] [MLLIB] [DOC] Add Python examples for mllib IsotonicRegression ...Yanbo Liang2015-08-181-0/+35
* [SPARK-9900] [MLLIB] User guide for Association RulesFeynman Liang2015-08-183-15/+118
* [SPARK-9028] [ML] Add CountVectorizer as an estimator to generate CountVector...Yuhao Yang2015-08-184-155/+402
* [SPARK-10007] [SPARKR] Update `NAMESPACE` file in SparkR for simple parameter...Yuu ISHIKAWA2015-08-181-3/+47
* [SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4JCheng Lian2015-08-185-43/+47
* [MINOR] fix the comments in IndexShuffleBlockResolverCodingCat2015-08-181-1/+1
* [SPARK-10076] [ML] make MultilayerPerceptronClassifier layers and weights publicYanbo Liang2015-08-171-2/+2
* [SPARK-10038] [SQL] fix bug in generated unsafe projection when there is bina...Davies Liu2015-08-172-4/+29
* [MINOR] Format the comment of `translate` at `functions.scala`Yu ISHIKAWA2015-08-171-8/+9
* [SPARK-7808] [ML] add package doc for ml.featureXiangrui Meng2015-08-171-0/+89
* [SPARK-10059] [YARN] Explicitly add JSP dependencies for tests.Marcelo Vanzin2015-08-171-3/+19
* [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-8916 [Documentation, MLlib] Add @since tags to mllib.regressionPrayag Chandran2015-08-179-12/+168
* [SPARK-9768] [PYSPARK] [ML] Add Python API and user guide for ml.feature.Elem...Yanbo Liang2015-08-172-9/+81
* [SPARK-9974] [BUILD] [SQL] Makes sure com.twitter:parquet-hadoop-bundle:1.6.0...Cheng Lian2015-08-171-1/+1
* [SPARK-8920] [MLLIB] Add @since tags to mllib.linalgSameer Abhyankar2015-08-178-17/+227
* [SPARK-10068] [MLLIB] Adds links to MLlib types, algos, utilities listingFeynman Liang2015-08-171-13/+13
* [SPARK-9592] [SQL] Fix Last function implemented based on AggregateExpression1.Yin Huai2015-08-172-2/+22
* [SPARK-9526] [SQL] Utilize randomized tests to reveal potential bugs in sql e...Yijie Shen2015-08-1710-6/+410
* [SPARK-10036] [SQL] Load JDBC driver in DataFrameReader.jdbc and DataFrameWri...zsxwing2015-08-174-7/+20
* [SPARK-9950] [SQL] Wrong Analysis Error for grouping/aggregating on struct fi...Wenchen Fan2015-08-171-0/+5
* [SPARK-7837] [SQL] Avoids double closing output writers when commitTask() failsCheng Lian2015-08-182-6/+61
* [SPARK-9959] [MLLIB] Association Rules Java CompatibilityFeynman Liang2015-08-171-2/+28
* [SPARK-9871] [SPARKR] Add expression functions into SparkR which have a varia...Yu ISHIKAWA2015-08-164-0/+75
* [SPARK-10005] [SQL] Fixes schema merging for nested structsCheng Lian2015-08-164-22/+112
* [SPARK-9973] [SQL] Correct in-memory columnar buffer sizeKun Xu2015-08-161-2/+1
* [SPARK-10008] Ensure shuffle locality doesn't take precedence over narrow depsMatei Zaharia2015-08-162-19/+44
* [SPARK-8844] [SPARKR] head/collect is broken in SparkR.Sun Rui2015-08-162-6/+30
* [SPARK-9805] [MLLIB] [PYTHON] [STREAMING] Added _eventually for ml streaming ...Joseph K. Bradley2015-08-151-48/+129
* [SPARK-9955] [SQL] correct error message for aggregateWenchen Fan2015-08-153-7/+12
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-159-19/+19
* [SPARK-9725] [SQL] fix serialization of UTF8String across different JVMDavies Liu2015-08-141-6/+25
* [SPARK-9960] [GRAPHX] sendMessage type fix in LabelPropagation.scalazc he2015-08-141-1/+1
* [SPARK-9634] [SPARK-9323] [SQL] cleanup unnecessary Aliases in LogicalPlan at...Wenchen Fan2015-08-149-24/+120