aboutsummaryrefslogtreecommitdiff
path: root/repl
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-3118-2499/+2804
|/
* Move REPL classes to separate module.Ismael Juma2011-05-2712-0/+3013