aboutsummaryrefslogtreecommitdiff
path: root/spark-shell
Commit message (Collapse)AuthorAgeFilesLines
* Building spark assembly for further consumption of the Spark project with a ↵Konstantin Boudnik2013-07-211-0/+1
| | | | deployed cluster
* Consistently invoke bash with /usr/bin/env bash in scripts to make code more ↵Ubuntu2013-07-181-1/+4
| | | | portable (JIRA Ticket SPARK-817)
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+19
|
* [Feedback] Get rid of -m, set MASTER from SPARK_MASTER_IP/PORT automagicallyEvan Chan2013-06-281-12/+13
|
* Add -m and -c <cores> options to spark-shell for convenienceEvan Chan2013-06-251-1/+28
|
* Copy restore-TTY functions from Scala script so binary distros don't need ↵Evan Chan2013-06-241-3/+36
| | | | 'scala' installed
* More work to allow Spark to run on the standalone deploy cluster.Matei Zaharia2012-07-081-0/+1
|
* Ported code generation changes from 2.8 interpreter (to use a class forMatei Zaharia2011-05-311-1/+1
| | | | | | | 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.
* Initial commitMatei Zaharia2010-03-291-0/+3