aboutsummaryrefslogtreecommitdiff
path: root/bin/start-slave.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix start-slave not passing instance number to spark-daemon."Matei Zaharia2013-06-111-1/+1
| | | | This reverts commit a674d67c0aebb940e3b816e2307206115baec175.
* Fix start-slave not passing instance number to spark-daemon.Stephen Haberman2013-05-281-1/+1
|
* Use ec2-metadata in start-slave.sh.Josh Rosen2013-05-241-1/+2
| | | | | | | | PR #419 applied the same change, but only to start-master.sh, so some workers were still starting their web UI's using internal addresses. This should finally fix SPARK-613.
* added SPARK_WORKER_INSTANCES : allows spawning multiple worker ↵kalpit2013-03-261-1/+1
| | | | instances/processes on every slave machine
* Use spark-env.sh to configure standalone master. See SPARK-638.Josh Rosen2012-12-141-1/+0
| | | | Also fixed a typo in the standalone mode documentation.
* Use external addresses in standalone WebUI on EC2.Josh Rosen2012-12-011-0/+15