aboutsummaryrefslogtreecommitdiff
path: root/repl/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10001] Consolidate Signaling and SignalLogger.Reynold Xin2016-04-221-2/+2
* [SPARK-10001] [CORE] Interrupt tasks in repl with Ctrl+CJakob Odersky2016-04-211-0/+42
* [SPARK-14725][CORE] Remove HttpServer classjerryshao2016-04-201-53/+0
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-121-19/+17
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-1/+1
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-172-1/+3
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-051-4/+4
* [SPARK-3873][STREAMING] Import order fixes for streaming.Marcelo Vanzin2015-12-311-4/+3
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-241-6/+9
* [SPARK-12350][CORE] Don't log errors when requested stream is not found.Marcelo Vanzin2015-12-181-2/+19
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-102-26/+58
* [SPARK-11818][REPL] Fix ExecutorClassLoader to lookup resources from …Jungtaek Lim2015-11-242-1/+40
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-201-1/+7
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-111-5/+4
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-2/+1
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* [SPARK-6209] Clean up connections in ExecutorClassLoader after failing to loa...Josh Rosen2015-03-242-20/+135
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-021-4/+7
* [SPARK-5353] Log failures in REPL class loadingTobias Schlatter2015-02-011-4/+11
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-2/+2
* Support cross building for Scala 2.11Prashant Sharma2014-11-1113-4176/+0
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-092-9/+3
* [SPARK-3836] [REPL] Spark REPL optionally propagate internal exceptionsAhir Reddy2014-10-071-3/+9
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* SPARK-2482: Resolve sbt warnings during buildwitgo2014-09-111-6/+6
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-061-2/+4
* [SPARK-1919] Fix Windows spark-shell --jarsAndrew Or2014-09-021-1/+10
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-302-9/+9
* [SPARK-3256] Added support for :cp <jar> that was broken in Scala 2.10.x for ...Chip Senkbeil2014-08-272-11/+73
* [SPARK-2157] Enable tight firewall rules for SparkAndrew Or2014-08-061-1/+2
* [SPARK-2454] Do not ship spark home to WorkersAndrew Or2014-08-021-3/+0
* SPARK-2632, SPARK-2576. Fixed by only importing what is necessary during clas...Prashant Sharma2014-07-314-5/+61
* [SPARK-2762] SparkILoop leaks memory in multi-repl configurationsTimothy Hunter2014-07-311-19/+20
* [SPARK-2452] Create a new valid for each instead of using lineId.Prashant Sharma2014-07-222-2/+17
* [SPARK-1199][REPL] Remove VALId and use the original import style for defined...Prashant Sharma2014-07-043-11/+31
* [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-1900 / 1918] PySpark on YARN is brokenAndrew Or2014-05-241-2/+3
* [SPARK-1896] Respect spark.master (and --master) before MASTER in spark-shellAndrew Or2014-05-221-3/+2
* [SPARK-1897] Respect spark.jars (and --jars) in spark-shellAndrew Or2014-05-221-1/+7
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-123-6/+23
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-061-2/+1
* SPARK-1619 Launch spark-shell with spark-submitPatrick Wendell2014-04-241-2/+3
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-241-2/+4
* Fix Scala StyleSandeep2014-04-241-5/+8
* REPL cleanup.Michael Armbrust2014-04-191-22/+33
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-131-3/+4
* Remove Unnecessary Whitespace'sSandeep2014-04-102-3/+3
* [SPARK-1276] Add a HistoryServer to render persisted UIAndrew Or2014-04-101-2/+2