aboutsummaryrefslogtreecommitdiff
path: root/repl/scala-2.11
Commit message (Expand)AuthorAgeFilesLines
* [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
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-201-4/+1
* [SPARK-6299][CORE] ClassNotFoundException in standalone mode when running gro...Kevin (Sangwoo) Kim2015-03-161-19/+31
* [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to work around MESOS-1688Jongyoul Lee2015-03-151-1/+1
* [Docs] Replace references to SchemaRDD with DataFrameReynold Xin2015-03-091-3/+3
* [SPARK-3340] Deprecate ADD_JARS and ADD_FILESazagrebin2015-02-161-0/+3
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-1/+1
* [SPARK-5586][Spark Shell][SQL] Make `sqlContext` available in spark shellOopsOutOfMemory2015-02-062-1/+29
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-131-1/+1
* [SPARK-4472][Shell] Print "Spark context available as sc." only when SparkCon...zsxwing2014-11-211-2/+5
* Support cross building for Scala 2.11Prashant Sharma2014-11-119-0/+3607