aboutsummaryrefslogtreecommitdiff
path: root/bin/start-master.sh
Commit message (Collapse)AuthorAgeFilesLines
* add admin scripts to sbinshane-huang2013-09-231-52/+0
| | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-1/+1
|
* 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/+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 ;-)