aboutsummaryrefslogtreecommitdiff
path: root/repl
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13456][SQL] fix creating encoders for case classes defined in Spark shellWenchen Fan2016-03-212-4/+68
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-178-13/+13
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-143-28/+15
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-101-1/+1
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-031-2/+2
* [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-303-11/+13
* [SPARK-12761][CORE] Remove duplicated codeJakob Odersky2016-01-131-5/+1
* [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-11808] Remove Bagel.Reynold Xin2015-12-191-6/+0
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1
* [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-105-67/+85
* [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-242-22/+24
* [SPARK-11818][REPL] Fix ExecutorClassLoader to lookup resources from …Jungtaek Lim2015-11-242-1/+40
* [SPARK-11889][SQL] Fix type inference for GroupedDataset.agg in REPLMichael Armbrust2015-11-201-0/+24
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-203-5/+41
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-112-5/+8
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-071-0/+4
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [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-9602] remove "Akka/Actor" words from commentsCodingCat2015-08-041-1/+1
* [SPARK-9180] fix spark-shell to accept --name optionKenichi Maehashi2015-07-222-2/+2
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-222-9/+9
* [SPARK-9015] [BUILD] Clean project import in scala ideJan Prach2015-07-161-2/+0
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-0/+2
* [SPARK-7944] [SPARK-8013] Remove most of the Spark REPL fork for Scala 2.11Iulian Dragos2015-07-1010-3173/+80
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-107-0/+16
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-271-1/+1
* [SPARK-8461] [SQL] fix codegen with REPL class loaderDavies Liu2015-06-191-0/+11
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-294-8/+12
* [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-6568] spark-shell.cmd --jars option does not accept the jar that has s...Masayoshi TSUZUKI2015-05-131-2/+3
* [SPARK-7489] [SPARK SHELL] Spark shell crashes when compiled with scala 2.11vinodkc2015-05-081-1/+1
* [SPARK-7470] [SQL] Spark shell SQLContext crashes without hiveAndrew Or2015-05-071-1/+1
* [SPARK-7092] Update spark scala version to 2.11.6Prashant Sharma2015-04-251-1/+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-243-20/+140
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-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-162-38/+62
* [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to work around MESOS-1688Jongyoul Lee2015-03-152-2/+2
* [Docs] Replace references to SchemaRDD with DataFrameReynold Xin2015-03-091-3/+3