aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-daemon.sh
Commit message (Collapse)AuthorAgeFilesLines
* Log the launch command for Spark daemonsPatrick Wendell2013-08-021-1/+4
| | | | | | For debugging and analysis purposes, it's nice to have the exact command used to launch Spark contained within the logs. This adds the necessary hooks to make that possible.
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-3/+2
|
* spark instance number must be present in log filename to prevent multiple ↵kalpit2013-03-261-2/+2
| | | | workers from overriding each other's logs
* added SPARK_WORKER_INSTANCES : allows spawning multiple worker ↵kalpit2013-03-261-2/+4
| | | | instances/processes on every slave machine
* Update license info on deploy scriptsMatei Zaharia2012-09-251-0/+3
|
* Add Apache license to non-trivial scripts taken from Hadoop.Denny2012-08-041-0/+15
|
* Spark standalone mode cluster scripts.Denny2012-08-011-0/+135
Heavily inspired by Hadoop cluster scripts ;-)