aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-259-37/+38
* [SPARK-10144] [UI] Actually show peak execution memory by defaultAndrew Or2015-08-241-2/+6
* [SPARK-9439] [YARN] External shuffle service robust to NM restarts using leveldbImran Rashid2015-08-211-1/+1
* [SPARK-10119] [CORE] Fix isDynamicAllocationEnabled when config is expliticly...Marcelo Vanzin2015-08-191-0/+14
* [SPARK-8889] [CORE] Fix for OOM for graph creationJoshi2015-08-191-0/+39
* [SPARK-9952] Fix N^2 loop when DAGScheduler.getPreferredLocsInternal accesses...Josh Rosen2015-08-181-2/+2
* [SPARK-10008] Ensure shuffle locality doesn't take precedence over narrow depsMatei Zaharia2015-08-161-2/+24
* [SPARK-9948] Fix flaky AccumulatorSuite - internal accumulatorsAndrew Or2015-08-141-61/+92
* [SPARK-9649] Fix MasterSuite, third time's a charmAndrew Or2015-08-131-0/+1
* [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuiteJosh Rosen2015-08-121-0/+7
* [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...Niranjan Padmanabhan2015-08-122-1/+8
* [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregationAndrew Or2015-08-121-1/+10
* [SPARK-9795] Dynamic allocation: avoid double counting when killing same exec...Andrew Or2015-08-121-0/+20
* [SPARK-8625] [CORE] Propagate user exceptions in tasks back to driverTom White2015-08-126-6/+74
* [SPARK-8366] maxNumExecutorsNeeded should properly handle failed tasksxutingjun2015-08-111-2/+20
* [SPARK-9824] [CORE] Fix the issue that InternalAccumulator leaks WeakReferencezsxwing2015-08-111-1/+2
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-114-88/+66
* [SPARK-9731] Standalone scheduling incorrect cores if spark.executor.cores is...Carson Wang2015-08-071-0/+15
* [SPARK-9674] Re-enable ignored test in SQLQuerySuiteAndrew Or2015-08-071-7/+13
* [SPARK-9453] [SQL] support records larger than page size in UnsafeShuffleExte...Davies Liu2015-08-061-50/+10
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-064-14/+15
* [SPARK-9709] [SQL] Avoid starving unsafe operators that use sortAndrew Or2015-08-062-1/+78
* [SPARK-9548][SQL] Add a destructive iterator for BytesToBytesMapLiang-Chi Hsieh2015-08-061-5/+32
* [SPARK-9651] Fix UnsafeExternalSorterSuite.Marcelo Vanzin2015-08-051-8/+13
* [SPARK-9649] Fix flaky test MasterSuite - randomize portsAndrew Or2015-08-051-4/+4
* [SPARK-9360] [SQL] Support BinaryType in PrefixComparators for UnsafeExternal...Takeshi YAMAMURO2015-08-051-0/+38
* [SPARK-8313] R Spark packages supportBurak Yavuz2015-08-043-24/+257
* [SPARK-9602] remove "Akka/Actor" words from commentsCodingCat2015-08-042-5/+4
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-042-35/+102
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-042-6/+10
* [SPARK-9263] Added flags to exclude dependencies when using --packagesBurak Yavuz2015-08-031-0/+30
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-0316-23/+456
* [SPARK-1855] Local checkpointingAndrew Or2015-08-033-79/+476
* [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is usedTimothy Chen2015-08-031-2/+3
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-022-22/+50
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-012-110/+509
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-311-3/+3
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-313-0/+557
* [SPARK-9202] capping maximum number of executor&driver information kept in Wo...CodingCat2015-07-313-52/+229
* [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & m...Reynold Xin2015-07-301-17/+5
* Revert "[SPARK-9458] Avoid object allocation in prefix generation."Reynold Xin2015-07-301-0/+12
* [SPARK-9460] Avoid byte array allocation in StringPrefixComparator.Reynold Xin2015-07-291-6/+13
* [SPARK-9458] Avoid object allocation in prefix generation.Reynold Xin2015-07-291-12/+0
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-291-3/+3
* [SPARK-746] [CORE] Added Avro Serialization to KryoJoseph Batchik2015-07-291-0/+84
* [SPARK-9419] ShuffleMemoryManager and MemoryStore should track memory on a pe...Josh Rosen2015-07-282-56/+69
* [SPARK-4352] [YARN] [WIP] Incorporate locality preferences in dynamic allocat...jerryshao2015-07-272-5/+57
* [SPARK-9364] Fix array out of bounds and use-after-free bugs in UnsafeExterna...Josh Rosen2015-07-271-0/+19
* [SPARK-9352] [SPARK-9353] Add tests for standalone scheduling codeAndrew Or2015-07-261-3/+196
* [SPARK-9305] Rename org.apache.spark.Row to Item.Reynold Xin2015-07-241-5/+5