aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-115-21/+47
* [SPARK-3411] Improve load-balancing of concurrently-submitted drivers across ...WangTaoTheTonic2014-09-101-3/+15
* Minor - Fix trivial compilation warnings.Prashant Sharma2014-09-091-1/+0
* [SPARK-3193]output errer info when Process exit code is not zero in test suitescwf2014-09-093-5/+21
* SPARK-3422. JavaAPISuite.getHadoopInputSplits isn't used anywhere.Sandy Ryza2014-09-091-25/+0
* SPARK-2425 Don't kill a still-running Application because of some misbehaving...Mark Hamstra2014-09-084-12/+22
* [SPARK-3019] Pluggable block transfer interface (BlockTransferService)Reynold Xin2014-09-0838-1273/+1129
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-084-1/+83
* [SPARK-3280] Made sort-based shuffle the default implementationReynold Xin2014-09-075-4/+37
* [SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0Eric Liang2014-09-072-9/+20
* [SPARK-3353] parent stage should have lower stage id.Reynold Xin2014-09-063-12/+19
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-064-6/+8
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* SPARK-3211 .take() is OOM-prone with empty partitionsAndrew Ash2014-09-051-4/+3
* [SPARK-3233] Executor never stop its SparnEnv, BlockManager, ConnectionManage...Kousuke Saruta2014-09-036-6/+13
* [SPARK-3303][core] fix SparkContextSchedulerCreationSuite test errorscwf2014-09-031-5/+5
* [SPARK-3345] Do correct parameters for ShuffleFileGroupLiang-Chi Hsieh2014-09-031-1/+1
* [Minor] Fix outdated Spark versionAndrew Or2014-09-031-1/+1
* [SPARK-3388] Expose aplication ID in ApplicationStart event, use it in histor...Marcelo Vanzin2014-09-0320-109/+199
* [SPARK-2845] Add timestamps to block manager events.Marcelo Vanzin2014-09-036-24/+58
* [SPARK-2871] [PySpark] add countApproxDistinct() APIDavies Liu2014-09-021-1/+1
* SPARK-3052. Misleading and spurious FileSystem closed errors whenever a ...Sandy Ryza2014-09-022-3/+13
* [SPARK-3061] Fix Maven build under WindowsJosh Rosen2014-09-021-12/+6
* SPARK-2636: Expose job ID in JobWaiter APIlirui2014-09-014-3/+20
* [SPARK-3135] Avoid extra mem copy in TorrentBroadcast via ByteArrayChunkOutpu...Reynold Xin2014-09-013-19/+206
* [SPARK-3010] fix redundant conditionalscwf2014-08-312-11/+6
* SPARK-3318: Documentation update in addFile on how to use SparkFiles.getHolden Karau2014-08-302-3/+2
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-3017-62/+106
* [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManagerRaymond Liu2014-08-2920-350/+458
* [SPARK-3305] Remove unused import from UI classes.Kousuke Saruta2014-08-292-2/+1
* [SPARK-1912] Lazily initialize buffers for local shuffle blocks.Reynold Xin2014-08-283-35/+20
* [SPARK-3277] Fix external spilling with LZ4 assertion errorAndrew Or2014-08-285-96/+144
* [SPARK-3281] Remove Netty specific code in BlockManager / shuffleReynold Xin2014-08-2813-178/+64
* [SPARK-3264] Allow users to set executor Spark home in MesosAndrew Or2014-08-282-8/+12
* [SPARK-2608][Core] Fixed command line option passing issue over Mesos via SPA...Cheng Lian2014-08-282-4/+24
* [SPARK-3150] Fix NullPointerException in in Spark recovery: Add initializing ...Tatiana Borisova2014-08-281-0/+13
* [HOTFIX] Wait for EOF only for the PySpark shellAndrew Or2014-08-271-11/+15
* [SPARK-3271] delete unused methods in Utilsscwf2014-08-271-37/+0
* [SPARK-3243] Don't use stale spark-driver.* system propertiesAndrew Or2014-08-271-10/+9
* [SPARK-3170][CORE][BUG]:RDD info loss in "StorageTab" and "ExecutorTab"uncleGen2014-08-274-3/+54
* [SPARK-3139] Made ContextCleaner to not block on shufflesTathagata Das2014-08-273-7/+26
* [SPARK-3167] Handle special driver configs in WindowsAndrew Or2014-08-261-6/+13
* [SPARK-3224] FetchFailed reduce stages should only show up once in failed sta...Reynold Xin2014-08-262-14/+59
* [SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserv...Cheng Lian2014-08-261-1/+13
* [SPARK-2886] Use more specific actor system name than "spark"Andrew Or2014-08-255-13/+22
* [SPARK-2976] Replace tabs with spacesKousuke Saruta2014-08-251-138/+137
* [FIX] fix error message in sendMessageReliablyXiangrui Meng2014-08-251-2/+2
* Clean unused code in SortShuffleWriterRaymond Liu2014-08-231-6/+1
* [SPARK-2871] [PySpark] add approx API for RDDDavies Liu2014-08-231-0/+17
* [Minor] fix typoLiang-Chi Hsieh2014-08-231-1/+1