aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-258-35/+34
* [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-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-9731] Standalone scheduling incorrect cores if spark.executor.cores is...Carson Wang2015-08-071-0/+15
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-061-7/+7
* [SPARK-9709] [SQL] Avoid starving unsafe operators that use sortAndrew Or2015-08-061-0/+60
* [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-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-0312-21/+316
* [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-4751] Dynamic allocation in standalone modeAndrew Or2015-08-012-110/+509
* [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-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-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
* [SPARK-9236] [CORE] Make defaultPartitioner not reuse a parent RDD's partitio...François Garillot2015-07-241-0/+23
* [SPARK-9266] Prevent "managed memory leak detected" exception from masking or...Josh Rosen2015-07-231-0/+25
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-224-77/+14
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-2218-53/+53
* [SPARK-4598] [WEBUI] Task table pagination for the Stage pagezsxwing2015-07-211-0/+99
* [SPARK-7171] Added a method to retrieve metrics sources in TaskContextJacek Lewandowski2015-07-215-12/+28
* [SPARK-9128] [CORE] Get outerclasses and objects with only one method calling...Liang-Chi Hsieh2015-07-211-33/+21
* [SPARK-9036] [CORE] SparkListenerExecutorMetricsUpdate messages not included ...Ben2015-07-211-2/+67
* [SPARK-8875] Remove BlockStoreShuffleFetcher classKay Ousterhout2015-07-216-57/+69
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-202-0/+56
* [SPARK-8103][core] DAGScheduler should not submit multiple concurrent attempt...Imran Rashid2015-07-206-8/+262
* [SPARK-8593] [CORE] Sort app attempts by start time.Joshi2015-07-171-13/+11