aboutsummaryrefslogtreecommitdiff
path: root/repl/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-0/+1
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-051-4/+4
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-241-6/+9
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-101-10/+38
* [SPARK-11818][REPL] Fix ExecutorClassLoader to lookup resources from …Jungtaek Lim2015-11-241-0/+29
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-2/+1
* [SPARK-6209] Clean up connections in ExecutorClassLoader after failing to loa...Josh Rosen2015-03-241-2/+68
* Support cross building for Scala 2.11Prashant Sharma2014-11-111-318/+0
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-092-9/+3
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-301-5/+5
* SPARK-2632, SPARK-2576. Fixed by only importing what is necessary during clas...Prashant Sharma2014-07-311-0/+27
* [SPARK-2452] Create a new valid for each instead of using lineId.Prashant Sharma2014-07-221-1/+10
* [SPARK-1199][REPL] Remove VALId and use the original import style for defined...Prashant Sharma2014-07-041-0/+12
* [SPARK-1841]: update scalatest to version 2.1.5witgo2014-06-061-2/+4
* Fix issue in ReplSuite with hadoop-provided profile.Marcelo Vanzin2014-06-041-1/+13
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-2/+0
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-122-5/+22
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-061-2/+1
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-241-2/+4
* Spark-939: allow user jars to take precedence over spark jarsHolden Karau2014-04-081-0/+76
* [SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of...Takuya UESHIN2014-03-271-0/+11
* Add missing header filesPatrick Wendell2014-01-141-0/+17
* Removing mentions in testsPatrick Wendell2014-01-121-2/+0
* Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-261-65/+74
* Various merge correctionsAaron Davidson2013-11-141-1/+1
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-141-2/+34
|\
| * Propagate the SparkContext local property from the thread that calls the spar...Reynold Xin2013-11-091-2/+33
* | Fixed repl suitePrashant Sharma2013-09-151-6/+6
* | Few more fixes to tests broken during mergePrashant Sharma2013-09-101-50/+0
* | Merged with masterPrashant Sharma2013-09-063-155/+190
|\|
| * Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-3/+3
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* | Added add jars functionality to new repl, which was dropped while merging wit...Prashant Sharma2013-07-121-1/+1
* | Removed an unnecessary test casePrashant Sharma2013-07-111-101/+0
* | Merge branch 'master' into master-mergePrashant Sharma2013-07-031-1/+22
|\|
| * FormattingMatei Zaharia2013-06-251-3/+4
| * Added a local-cluster mode test to ReplSuiteMatei Zaharia2013-06-251-5/+26
| * Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-0/+1
| * Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
* | Fix StandaloneClusterReplSuite to allow running multiple testsMatei Zaharia2013-06-082-16/+5
* | scala 2.10 and master mergePrashant Sharma2013-04-241-0/+1
* | Added more testsPrashant Sharma2013-04-192-8/+83
* | Added standalone cluster repl suitePrashant Sharma2013-04-153-47/+100
* | Fixed broken tests by last commit for repl.Prashant Sharma2013-03-251-8/+7
|/
* Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-071-0/+2
* Fixed several bugs that caused weird behavior with files in spark-shell:Matei Zaharia2012-09-301-1/+22
* Further fixes to how Mesos is found and usedMatei Zaharia2012-03-171-1/+1
* Use process instead of main as the latter is deprecated.Ismael Juma2011-08-021-1/+1
* Various work to use the 2.9 interpreterMatei Zaharia2011-05-311-1/+1
* Move REPL classes to separate module.Ismael Juma2011-05-271-0/+144