aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-018-50/+110
* [SPARK-2759][CORE] Generic Binary File Support in SparkKevin Mader2014-11-012-0/+263
* [SPARK-3250] Implement Gap Sampling optimization for random samplingErik Erlandson2014-10-302-95/+520
* [SPARK-4155] Consolidate usages of <driver>Andrew Or2014-10-302-7/+11
* [SPARK-3319] [SPARK-3338] Resolve Spark submit config pathsAndrew Or2014-10-302-12/+132
* [SPARK-1720][SPARK-1719] use LD_LIBRARY_PATH instead of -Djava.library.pathGuoQiang Li2014-10-292-1/+41
* [SPARK-3795] Heuristics for dynamically scaling executorsAndrew Or2014-10-291-0/+662
* [SPARK-3822] Executor scaling mechanism for YarnAndrew Or2014-10-291-3/+4
* [SPARK-3453] Netty-based BlockTransferService, extracted from Spark coreReynold Xin2014-10-298-546/+225
* [FIX] disable benchmark codeXiangrui Meng2014-10-281-1/+1
* [SPARK-4008] Fix "kryo with fold" in KryoSerializerSuitezsxwing2014-10-281-4/+9
* [SPARK-4084] Reuse sort key in SorterXiangrui Meng2014-10-282-56/+165
* [Spark 3922] Refactor spark-core to use Utils.UTF_8zsxwing2014-10-284-17/+18
* [SPARK-4031] Make torrent broadcast read blocks on use.Shivaram Venkataraman2014-10-281-1/+29
* [SPARK-4107] Fix incorrect handling of read() and skip() return valuesJosh Rosen2014-10-281-6/+2
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-272-5/+6
* SPARK-2621. Update task InputMetrics incrementallySandy Ryza2014-10-271-0/+53
* [SPARK-4030] Make destroy public for broadcast variablesShivaram Venkataraman2014-10-271-1/+19
* [SPARK-3616] Add basic Selenium tests to WebUISuiteJosh Rosen2014-10-261-0/+112
* [SPARK-2321] Stable pull-based progress / status APIJosh Rosen2014-10-251-0/+78
* [SPARK-4075] [Deploy] Jar url validation is not enough for Jar fileKousuke Saruta2014-10-241-0/+6
* [SPARK-4019] [SPARK-3740] Fix MapStatus compression bug that could lead to em...Josh Rosen2014-10-232-22/+36
* [SPARK-3426] Fix sort-based shuffle error when spark.shuffle.compress and spa...Josh Rosen2014-10-221-0/+24
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-213-3/+77
* [SPARK-3958] TorrentBroadcast cleanup / debugging improvements.Josh Rosen2014-10-211-15/+27
* [SPARK-3902] [SPARK-3590] Stabilize AsynRDDActions and add Java APIJosh Rosen2014-10-191-4/+89
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-166-13/+13
* [SPARK-2098] All Spark processes should support spark-defaults.conf, config fileGuoQiang Li2014-10-141-0/+19
* SPARK-3178 setting SPARK_WORKER_MEMORY to a value without a label (m or g) s...Bill Bejeck2014-10-141-0/+82
* [SPARK-3921] Fix CoarseGrainedExecutorBackend's arguments for Standalone modeAaron Davidson2014-10-131-6/+4
* [SPARK-3121] Wrong implementation of implicit bytesWritableConverterJakub Dubovský2014-10-121-0/+40
* [SPARK-3887] Send stracktrace in ConnectionManager error repliesJosh Rosen2014-10-121-2/+4
* [SPARK-2924] Required by scala 2.11, only one fun/ctor amongst overriden alte...Prashant Sharma2014-10-101-4/+4
* [SPARK-2805] Upgrade Akka to 2.3.4Anand Avati2014-10-101-2/+2
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-0910-46/+48
* Revert "[SPARK-2805] Upgrade to akka 2.3.4"Patrick Wendell2014-10-091-2/+2
* [SPARK-2805] Upgrade to akka 2.3.4Anand Avati2014-10-081-2/+2
* [SPARK-1860] More conservative app directory cleanup.mcheah2014-10-031-6/+17
* [SPARK-3377] [SPARK-3610] Metrics can be accidentally aggregated / History se...Kousuke Saruta2014-10-033-6/+139
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-031-1/+33
* [SPARK-3495] Block replication fails continuously when the replication target...Tathagata Das2014-10-023-7/+422
* SPARK-1767: Prefer HDFS-cached replicas when scheduling data-local tasksColin Patrick Mccabe2014-10-021-0/+22
* [SPARK-3446] Expose underlying job ids in FutureAction.Marcelo Vanzin2014-10-011-0/+49
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [SPARK-3613] Record only average block size in MapStatus for large stagesReynold Xin2014-09-294-53/+121
* [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting ...jerryshao2014-09-291-0/+55
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-282-9/+4
* Minor cleanup to tighten visibility and remove compilation warning.Reynold Xin2014-09-271-14/+19
* [SPARK-3543] Write TaskContext in Java and expose it through a static accessor.Prashant Sharma2014-09-262-2/+2
* [SPARK-546] Add full outer join to RDD and DStream.Aaron Staple2014-09-243-0/+19