aboutsummaryrefslogtreecommitdiff
path: root/repl/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-1/+1
|\ | | | | | | | | | | Conflicts: project/build.properties repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala
| * 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
| | | | | | | | | | missed before and setting SparkEnv properly on the threads that execute each line in the 2.9 interpreter).
* | Ported code generation changes from 2.8 interpreter (to use a class forMatei Zaharia2011-05-312-8/+40
| | | | | | | | | | | | | | each line's object rather than a singleton object so that we can ship these classes to worker nodes). This is pretty hairy stuff, which would be nice to avoid in the future by integrating with the interpreter some other way.
* | 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