aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/TestUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11195][CORE] Use correct classloader for TaskResultGetterHurshal Patel2015-11-181-5/+6
* [SPARK-11078] Ensure spilling tests actually spillAndrew Or2015-10-151-0/+51
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-4/+5
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-311-1/+1
* [SPARK-7224] [SPARK-7306] mock repository generator for --packages tests with...Burak Yavuz2015-05-221-9/+18
* Revert "[SPARK-7224] added mock repository generator for --packages tests"Patrick Wendell2015-05-011-18/+9
* [SPARK-7224] added mock repository generator for --packages testsBurak Yavuz2015-04-301-9/+18
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-1/+1
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-091-1/+18
* [SPARK-4877] Allow user first classes to extend classes in the parent.Stephen Haberman2015-02-061-7/+27
* [SPARK-4107] Fix incorrect handling of read() and skip() return valuesJosh Rosen2014-10-281-7/+2
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-091-2/+3
* Use the Executor's ClassLoader in sc.objectFile().Daniel Darabos2014-07-121-2/+2
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-0/+1
* [SPARK-1511] use Files.move instead of renameTo in TestUtils.scalaYe Xianjin2014-04-161-2/+7
* Remove Unnecessary Whitespace'sSandeep2014-04-101-1/+1
* Spark-939: allow user jars to take precedence over spark jarsHolden Karau2014-04-081-0/+108