aboutsummaryrefslogtreecommitdiff
path: root/bin/start-master.sh
Commit message (Collapse)AuthorAgeFilesLines
* added SPARK_WORKER_INSTANCES : allows spawning multiple worker ↵kalpit2013-03-261-1/+1
| | | | instances/processes on every slave machine
* Detect whether we run on EC2 using ec2-metadata as wellShivaram Venkataraman2013-01-261-1/+2
|
* Use spark-env.sh to configure standalone master. See SPARK-638.Josh Rosen2012-12-141-2/+17
| | | | Also fixed a typo in the standalone mode documentation.
* Use external addresses in standalone WebUI on EC2.Josh Rosen2012-12-011-1/+10
|
* Spark standalone mode cluster scripts.Denny2012-08-011-0/+10
Heavily inspired by Hadoop cluster scripts ;-)