aboutsummaryrefslogtreecommitdiff
path: root/sbin/start-slave.sh
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-1041] remove dead code in start script, remind user to set that in ↵CodingCat2014-02-221-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | spark-env.sh the lines in start-master.sh and start-slave.sh no longer work in ec2, the host name has changed, e.g. ubuntu@ip-172-31-36-93:~$ hostname ip-172-31-36-93 also, the URL to fetch public DNS name also changed, e.g. ubuntu@ip-172-31-36-93:~$ wget -q -O - http://instance-data.ec2.internal/latest/meta-data/public-hostname ubuntu@ip-172-31-36-93:~$ (returns nothing) since we have spark-ec2 project, we don't need to have such ec2-specific lines here, instead, user only need to set in spark-env.sh Author: CodingCat <zhunansjtu@gmail.com> Closes #588 from CodingCat/deadcode_in_sbin and squashes the following commits: e4236e0 [CodingCat] remove dead code in start script, remind user set that in spark-env.sh
* add admin scripts to sbinshane-huang2013-09-231-0/+35
Signed-off-by: shane-huang <shengsheng.huang@intel.com>