aboutsummaryrefslogtreecommitdiff
path: root/repl
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-3340] Deprecate ADD_JARS and ADD_FILESazagrebin2015-02-162-3/+7
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-133-3/+3
* SPARK-5727 [BUILD] Remove Debian packagingSean Owen2015-02-121-2/+0
* [HOTFIX] Fix the maven build after adding sqlContext to spark-shellMichael Armbrust2015-02-061-1/+0
* [SPARK-5586][Spark Shell][SQL] Make `sqlContext` available in spark shellOopsOutOfMemory2015-02-064-1/+58
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-041-2/+2
* 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-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-02-011-0/+24
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-281-3/+3
* [HOTFIX]: Minor clean up regarding skipped artifacts in build files.Patrick Wendell2015-01-171-7/+0
* [SPARK-4923][REPL] Add Developer API to REPL to allow re-publishing the REPL jarChip Senkbeil2015-01-1611-195/+644
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-132-2/+2
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-081-11/+0
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-062-16/+2
* [SPARK-4472][Shell] Print "Spark context available as sc." only when SparkCon...zsxwing2014-11-212-4/+10
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-181-1/+1
* SPARK-4375. no longer require -Pscala-2.10Sandy Ryza2014-11-141-75/+42
* Support cross building for Scala 2.11Prashant Sharma2014-11-1123-5/+3692
* 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-3452] Maven build should skip publishing artifacts people shouldn...Prashant Sharma2014-09-141-0/+14
* 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-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* [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-315-5/+67
* [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-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-101-0/+1
* [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
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-051-1/+1
* 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
* Improve maven plugin configurationwitgo2014-05-311-30/+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
* Improved build configurationwitgo2014-04-281-14/+0