aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix a (very tiny) typoJacek Laskowski2015-10-221-1/+1
* [SPARK-11134][CORE] Increase LauncherBackendSuite timeout.Marcelo Vanzin2015-10-221-2/+2
* [SPARK-11098][CORE] Add Outbox to cache the sending messages to resolve the m...zsxwing2015-10-222-57/+310
* [SPARK-11251] Fix page size calculation in local modeAndrew Or2015-10-223-15/+40
* [SPARK-7021] Add JUnit output for Python unit testsGábor Lipták2015-10-225-9/+48
* [SPARK-11116][SQL] First Draft of Dataset APIMichael Armbrust2015-10-2226-23/+1501
* [SPARK-11242][SQL] In conf/spark-env.sh.template SPARK_DRIVER_MEMORY is docum...guoxi2015-10-221-4/+4
* [SPARK-9735][SQL] Respect the user specified schema than the infer partition ...Cheng Hao2015-10-222-16/+55
* [SPARK-11163] Remove unnecessary addPendingTask calls.Kay Ousterhout2015-10-221-22/+5
* [SPARK-11232][CORE] Use 'offer' instead of 'put' to make sure calling send wo...zsxwing2015-10-221-5/+5
* [SPARK-11216][SQL][FOLLOW-UP] add encoder/decoder for external rowWenchen Fan2015-10-224-16/+17
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-2230-1317/+456
* [SPARK-11244][SPARKR] sparkR.stop() should remove SQLContextForest Fang2015-10-222-0/+18
* [SPARK-11121][CORE] Correct the TaskLocation typezhichao.li2015-10-222-4/+9
* [SPARK-11243][SQL] output UnsafeRow from columnar cacheDavies Liu2015-10-217-132/+291
* [SPARK-9392][SQL] Dataframe drop should work on unresolved columnsYanbo Liang2015-10-212-4/+9
* Minor cleanup of ShuffleMapStage.outputLocs code.Reynold Xin2015-10-214-20/+39
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-2128-8/+28
* [SPARK-8654][SQL] Analysis exception when using NULL IN (...) : invalid castDilip Biswal2015-10-213-3/+32
* [SPARK-11233][SQL] register cosh in function registryShagun Sodhani2015-10-211-0/+1
* [SPARK-11208][SQL] Filter out 'hive.metastore.rawstore.impl' from executionHi...Artem Aliev2015-10-211-1/+2
* [SPARK-9740][SPARK-9592][SPARK-9210][SQL] Change the default behavior of Firs...Yin Huai2015-10-217-45/+219
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-2110-9/+91