aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* spark instance number must be present in log filename to prevent multiple wor...kalpit2013-03-261-2/+2
* added SPARK_WORKER_INSTANCES : allows spawning multiple worker instances/proc...kalpit2013-03-267-8/+29
* 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-143-5/+19
* Use external addresses in standalone WebUI on EC2.Josh Rosen2012-12-013-3/+28
* 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
* Update license info on deploy scriptsMatei Zaharia2012-09-252-0/+6
* Add Apache license to non-trivial scripts taken from Hadoop.Denny2012-08-042-0/+30
* Read config variables before to get the master portDenny2012-08-021-0/+4
* Settings variables and bugfix for stop script.Denny2012-08-022-2/+2
* Spark standalone mode cluster scripts.Denny2012-08-0110-0/+308