aboutsummaryrefslogtreecommitdiff
path: root/repl/scala-2.11/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14102][CORE] Block `reset` command in SparkShellDongjoon Hyun2016-03-281-10/+7
* [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-141-25/+7
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-032-3/+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-301-1/+8
* [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-101-11/+26
* [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-7944] [SPARK-8013] Remove most of the Spark REPL fork for Scala 2.11Iulian Dragos2015-07-108-3159/+64
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-103-0/+8
* [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-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-118-0/+3281