aboutsummaryrefslogtreecommitdiff
path: root/repl/scala-2.11
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-101-1/+2
* [SPARK-18055][SQL] Use correct mirror in ExpresionEncoderMichael Armbrust2017-03-081-0/+11
* [SPARK-19481] [REPL] [MAVEN] Avoid to leak SparkContext in Signaling.cancelOn...Shixiong Zhu2017-02-091-1/+1
* [SPARK-18842][TESTS] De-duplicate paths in classpaths in processes for local-...hyukjinkwon2016-12-271-1/+1
* [SPARK-18189] [SQL] [Followup] Move test from ReplSuite to prevent java.lang....Reynold Xin2016-11-041-17/+0
* [SPARK-18189][SQL] Fix serialization issue in KeyValueGroupedDatasetErgin Seyfe2016-11-011-0/+17
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-112-2/+2
* [SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh2016-09-081-1/+12
* [SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class de...Shixiong Zhu2016-08-311-0/+9
* [SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class de...Shixiong Zhu2016-08-301-1/+1
* [SPARK-16550][SPARK-17042][CORE] Certain classes fail to deserialize in block...Eric Liang2016-08-221-0/+14
* [SPARK-16540][YARN][CORE] Avoid adding jars twice for Spark running on yarnjerryshao2016-07-141-1/+1
* [SPARK-15942][REPL] Unblock `:reset` command in REPL.Prashant Sharma2016-06-192-3/+16
* [SPARK-15782][YARN] Fix spark.jars and spark.yarn.dist.jars handlingNezih Yigitbasi2016-06-161-3/+1
* Revert "[SPARK-15782][YARN] Set spark.jars system property in client mode"Davies Liu2016-06-151-1/+3
* [SPARK-15782][YARN] Set spark.jars system property in client modeNezih Yigitbasi2016-06-151-3/+1
* [SPARK-15697][REPL] Unblock some of the useful repl commands.Prashant Sharma2016-06-131-1/+1
* [SPARK-15841][Tests] REPLSuite has incorrect env set for a couple of tests.Prashant Sharma2016-06-091-2/+2
* [SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon2016-06-021-3/+3
* [SPARK-15236][SQL][SPARK SHELL] Add spark-defaults property to switch to use ...xin Wu2016-05-312-4/+66
* [SPARK-15116] In REPL we should create SparkSession first and get SparkContex...Wenchen Fan2016-05-042-23/+15
* [SPARK-15073][SQL] Hide SparkSession constructor from the publicAndrew Or2016-05-031-2/+2
* [SPARK-14576][WEB UI] Spark console should display Web UI urlErgin Seyfe2016-04-281-0/+1
* [SPARK-14828][SQL] Start SparkSession in REPL instead of SQLContextAndrew Or2016-04-253-23/+20
* [SPARK-10001] [CORE] Interrupt tasks in repl with Ctrl+CJakob Odersky2016-04-211-0/+1
* [SPARK-14558][CORE] In ClosureCleaner, clean the outer pointer if it's a REPL...Wenchen Fan2016-04-141-0/+27
* [SPARK-14451][SQL] Move encoder definition into Aggregator interfaceReynold Xin2016-04-091-26/+3
* [SPARK-14102][CORE] Block `reset` command in SparkShellDongjoon Hyun2016-03-281-10/+7
* [SPARK-13456][SQL][FOLLOW-UP] lazily generate the outer pointer for case clas...Wenchen Fan2016-03-251-0/+15
* [SPARK-13456][SQL] fix creating encoders for case classes defined in Spark shellWenchen Fan2016-03-211-2/+66
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-0/+1
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-142-27/+9
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-033-4/+3
* [SPARK-13086][SHELL] Use the Scala REPL settings, to enable things like `-i f...Iulian Dragos2016-02-091-2/+2
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-302-7/+9
* [SPARK-12761][CORE] Remove duplicated codeJakob Odersky2016-01-131-5/+1
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-101-11/+12
* [SPARK-11832][CORE] Process arguments in spark-shell for Scala 2.11Jakob Odersky2015-12-102-13/+27
* [SPARK-11929][CORE] Make the repl log4j configuration override the root logger.Marcelo Vanzin2015-11-241-12/+13
* [SPARK-10549] scala 2.11 spark on yarn with security - Repl doesn't workTom Graves2015-09-141-1/+2
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-091-1/+1
* [SPARK-9180] fix spark-shell to accept --name optionKenichi Maehashi2015-07-221-1/+1
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-221-4/+4
* [SPARK-7944] [SPARK-8013] Remove most of the Spark REPL fork for Scala 2.11Iulian Dragos2015-07-109-3168/+66
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-103-0/+8
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-3/+2
* [SPARK-7726] Fix Scaladoc false errorsIulian Dragos2015-05-191-1/+1
* [HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"Patrick Wendell2015-05-191-1/+1
* [SPARK-7489] [SPARK SHELL] Spark shell crashes when compiled with scala 2.11vinodkc2015-05-081-1/+1
* [SPARK-7092] Update spark scala version to 2.11.6Prashant Sharma2015-04-251-1/+1