Commit graph

9 commits

Author SHA1 Message Date
Konstantin Boudnik f4d514810e Building spark assembly for further consumption of the Spark project with a deployed cluster 2013-07-21 11:47:29 -07:00
Ubuntu 88a0823c58 Consistently invoke bash with /usr/bin/env bash in scripts to make code more portable (JIRA Ticket SPARK-817) 2013-07-18 00:51:18 +00:00
Matei Zaharia af3c9d5042 Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
Evan Chan 8113c55df8 [Feedback] Get rid of -m, set MASTER from SPARK_MASTER_IP/PORT automagically 2013-06-28 13:46:21 -07:00
Evan Chan 982a686ff8 Add -m and -c <cores> options to spark-shell for convenience 2013-06-25 11:14:21 -07:00
Evan Chan cee05a1748 Copy restore-TTY functions from Scala script so binary distros don't need 'scala' installed 2013-06-24 23:55:09 -07:00
Matei Zaharia 0a47284003 More work to allow Spark to run on the standalone deploy cluster. 2012-07-08 14:00:04 -07:00
Matei Zaharia d52660c969 Ported code generation changes from 2.8 interpreter (to use a class for
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.
2011-05-31 19:23:15 -07:00
Matei Zaharia df29d0ea4c Initial commit 2010-03-29 16:17:55 -07:00