aboutsummaryrefslogtreecommitdiff
path: root/repl/src
Commit message (Expand)AuthorAgeFilesLines
* Spark shell exits if it cannot create SparkContextAaron Davidson2013-10-171-1/+8
* Update build version in masterPatrick Wendell2013-09-241-1/+1
* Updated LICENSE with third-party licensesMatei Zaharia2013-09-021-0/+17
* Move some classes to more appropriate packages:Matei Zaharia2013-09-011-1/+1
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0111-24/+24
* Format cleanup.Benjamin Hindman2013-07-301-1/+3
* Added property 'spark.executor.uri' for launching on Mesos withoutBenjamin Hindman2013-07-291-0/+2
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-164-1/+69
* FormattingMatei Zaharia2013-06-251-3/+4
* Added a local-cluster mode test to ReplSuiteMatei Zaharia2013-06-251-5/+26
* Fix search path for REPL class loader to really find added JARsMatei Zaharia2013-06-221-1/+3
* ADD_JARS environment variable for spark-shellMatei Zaharia2013-06-221-2/+7
* Update ASM to version 4.0Matei Zaharia2013-06-191-2/+1
* Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-0/+1
* Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-081-1/+1
|\
| * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
|/
* Change version to 0.7.1-SNAPSHOT for development branchMatei Zaharia2013-02-271-1/+1
* Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
* Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
* Bump up version to 0.7.0-SNAPSHOT for master branchMatei Zaharia2012-10-221-1/+1
* Update version to 0.6.1-SNAPSHOT to show this is in developmentMatei Zaharia2012-10-221-1/+1
* Uncomment Maven publishing stuff and set version to 0.6.0Matei Zaharia2012-10-131-1/+1
* Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-071-0/+2
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Fixed several bugs that caused weird behavior with files in spark-shell:Matei Zaharia2012-09-301-1/+22
* Set log level in tests to WARNMatei Zaharia2012-08-231-0/+8
* Some refactoring to make cluster scheduler pluggable.Matei Zaharia2012-07-061-1/+0
* Update version number for dev branchMatei Zaharia2012-06-151-1/+1
* Changed version in master branch to 0.5.1-SNAPSHOT for furtherMatei Zaharia2012-06-131-1/+1
* Updated version number to 0.5.0Matei Zaharia2012-06-121-1/+1
* Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-031-1/+1
|\
| * Make spark.repl.Main.interp_ publicly accessible (so Shark can get ridReynold Xin2012-05-301-1/+1
* | Further fixes to how Mesos is found and usedMatei Zaharia2012-03-171-1/+1
|/
* Update REPL code to use our own version of JLineReader, which fixes #89.Matei Zaharia2011-11-073-8/+8
* Upgrade to Scala 2.9.1.Ismael Juma2011-08-311-2/+2
* Use process instead of main as the latter is deprecated.Ismael Juma2011-08-021-1/+1
* Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-1/+1
|\
| * Update version number to 0.4-SNAPSHOTMatei Zaharia2011-07-141-1/+1
| * Print version number 0.3 in REPLMatei Zaharia2011-06-261-1/+1
* | Ensure logging is initialized before any Spark threads run in the REPLMatei Zaharia2011-05-311-0/+6
* | Another fix ported forward for the REPLMatei Zaharia2011-05-312-2/+8
* | Further fixes to interpreter (adding in some code generation changes IMatei Zaharia2011-05-313-4/+15
* | Ported code generation changes from 2.8 interpreter (to use a class forMatei Zaharia2011-05-312-8/+40
* | Various work to use the 2.9 interpreterMatei Zaharia2011-05-3116-2499/+2804
|/
* Move REPL classes to separate module.Ismael Juma2011-05-2711-0/+3013