spark-instrumented-optimizer/conf
CodingCat 437b62fcb0 [SPARK-1041] remove dead code in start script, remind user to set that in 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
2014-02-22 20:21:15 -08:00
..
fairscheduler.xml.template More fair scheduler docs and property names. 2013-09-08 00:29:11 -07:00
log4j.properties.template Make DEBUG-level logs consummable. 2014-01-10 10:33:24 -08:00
metrics.properties.template Typo: Standlone -> Standalone 2014-02-14 10:01:01 -08:00
slaves fixing typo 2013-08-15 20:52:58 -06:00
spark-env.sh.template [SPARK-1041] remove dead code in start script, remind user to set that in spark-env.sh 2014-02-22 20:21:15 -08:00