aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][ML] fix compile warnsXiangrui Meng2015-10-272-2/+3
* [SPARK-11302][MLLIB] 2) Multivariate Gaussian Model with Covariance matrix re...Sean Owen2015-10-273-6/+21
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-2710-16/+261
* [SPARK-11178] Improving naming around task failures.Kay Ousterhout2015-10-2711-47/+66
* [SPARK-11212][CORE][STREAMING] Make preferred locations support ExecutorCache...zsxwing2015-10-278-132/+217
* [SPARK-11324][STREAMING] Flag for closing Write Ahead Logs after a writeBurak Yavuz2015-10-273-9/+44
* [SPARK-10024][PYSPARK] Python API RF and GBT related params clear upvectorijk2015-10-272-338/+168
* [SPARK-11347] [SQL] Support for joinWith in DatasetsMichael Armbrust2015-10-2718-615/+563
* [SPARK-6488][MLLIB][PYTHON] Support addition/multiplication in PySpark's Bloc...Mike Dusenberry2015-10-271-0/+68
* [SPARK-11306] Fix hang when JVM exits.Kay Ousterhout2015-10-271-1/+1
* [SPARK-11303][SQL] filter should not be pushed down into sampleYanbo Liang2015-10-272-4/+10
* [SPARK-11277][SQL] sort_array throws exception scala.MatchErrorJia Li2015-10-272-1/+12
* [SPARK-5569][STREAMING] fix ObjectInputStreamWithLoader for supporting load a...maxwell2015-10-272-3/+36
* [SPARK-11270][STREAMING] Add improved equality testing for TopicAndPartition ...Nick Evans2015-10-272-0/+20
* [SPARK-11276][CORE] SizeEstimator prevents class unloadingSem Mulder2015-10-271-2/+4
* [SPARK-11297] Add new code tagsXusen Yin2015-10-261-0/+4
* [SPARK-10654][MLLIB] Add columnSimilarities to IndexedRowMatrixReza Zadeh2015-10-262-0/+25
* [SPARK-11184][MLLIB] Declare most of .mllib code not-ExperimentalSean Owen2015-10-2645-208/+43
* [SPARK-10271][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.clusteringnoelsmith2015-10-261-1/+68
* [SPARK-11289][DOC] Substitute code examples in ML features extractors with in...Xusen Yin2015-10-269-209/+480
* [SPARK-10562] [SQL] support mixed case partitionBy column names for tables st...Wenchen Fan2015-10-263-27/+54
* [SPARK-11209][SPARKR] Add window functions into SparkR [step 1].Sun Rui2015-10-265-1/+122
* [SPARK-10947] [SQL] With schema inference from JSON into a Dataframe, add opt...Stephen De Gennaro2015-10-264-11/+171
* [SPARK-11325] [SQL] Alias 'alias' in Scala's DataFrame APINong Li2015-10-262-0/+21
* [SQL][DOC] Minor document fixes in interfaces.scalaAlexander Slesarenko2015-10-261-7/+7
* [SPARK-11258] Converting a Spark DataFrame into an R data.frame is slow / req...Frank Rosner2015-10-262-7/+47
* [SPARK-10979][SPARKR] Sparkrmerge: Add merge to DataFrame with R signatureNarine Kokhlikyan2015-10-262-8/+169
* [SPARK-5966][WIP] Spark-submit deploy-mode cluster is not compatible with mas...Kevin Yu2015-10-261-0/+2
* [SPARK-11279][PYSPARK] Add DataFrame#toDF in PySparkJeff Zhang2015-10-261-0/+12
* [SPARK-11253] [SQL] reset all accumulators in physical operators before execu...Wenchen Fan2015-10-253-4/+87
* [SPARK-11127][STREAMING] upgrade AWS SDK and Kinesis Client Library (KCL)Xiangrui Meng2015-10-251-2/+2
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-2558-1255/+888
* [SPARK-10891][STREAMING][KINESIS] Add MessageHandler to KinesisUtils.createSt...Burak Yavuz2015-10-259-75/+337
* [SPARK-11287] Fixed class name to properly start TestExecutor from deploy.cli...Bryan Cutler2015-10-251-1/+2
* [SPARK-6428][SQL] Removed unnecessary typecasts in MutableInt, MutableDouble ...Alexander Slesarenko2015-10-251-9/+9
* [SPARK-11299][DOC] Fix link to Scala DataFrame Functions referenceJosh Rosen2015-10-251-1/+1
* Fix typosJacek Laskowski2015-10-254-4/+5
* [SPARK-11264] bin/spark-class can't find assembly jars with certain GREP_OPTI...Jeffrey Naisbitt2015-10-241-0/+1
* [SPARK-11245] update twitter4j to 4.0.4 versiondima2015-10-242-2/+2
* [SPARK-11125] [SQL] Uninformative exception when running spark-sql witho…Jeff Zhang2015-10-231-0/+9
* [SPARK-11294][SPARKR] Improve R doc for read.df, write.df, saveAsTablefelixcheung2015-10-232-19/+24
* [SPARK-10971][SPARKR] RRunner should allow setting path to Rscript.Sun Rui2015-10-232-1/+28
* [SPARK-11194] [SQL] Use MutableURLClassLoader for the classLoader in Isolated...Yin Huai2015-10-231-28/+51
* [SPARK-11274] [SQL] Text data source support for Spark SQL.Reynold Xin2015-10-237-4/+283
* [SPARK-6723] [MLLIB] Model import/export for ChiSqSelectorJayant Shekar2015-10-232-1/+95
* [SPARK-10277] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.regres...Yu ISHIKAWA2015-10-231-1/+101
* [SPARK-10382] Make example code in user guide testableXusen Yin2015-10-231-0/+96
* [SPARK-11243][SQL] zero out padding bytes in UnsafeRowDavies Liu2015-10-232-5/+35
* Fix typo "Received" to "Receiver" in streaming-kafka-integration.mdRohan Bhanderi2015-10-231-1/+1
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-2350-48/+76