aboutsummaryrefslogtreecommitdiff
path: root/bin/start-slaves.sh
Commit message (Collapse)AuthorAgeFilesLines
* Print output from spark-daemon only when it fails to launchMatei Zaharia2013-08-311-2/+0
|
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
|
* added SPARK_WORKER_INSTANCES : allows spawning multiple worker ↵kalpit2013-03-261-1/+10
| | | | instances/processes on every slave machine
* Use external addresses in standalone WebUI on EC2.Josh Rosen2012-12-011-2/+3
|
* Use hostname instead of IP in deploy scripts to let Akka connect properlyMatei Zaharia2012-11-271-13/+2
|
* Use SPARK_MASTER_IP if it is set in start-slaves.sh.Reynold Xin2012-10-191-2/+16
|
* Read config variables before to get the master portDenny2012-08-021-0/+4
|
* Spark standalone mode cluster scripts.Denny2012-08-011-0/+16
Heavily inspired by Hadoop cluster scripts ;-)