futuresystems / big-data-stack

Hadoop-based Big Data stack (hdfs, yarn, spark, etc)
Apache License 2.0
6 stars 17 forks source link

order of names in /etc/hosts is reversed #62

Closed badmutex closed 7 years ago

badmutex commented 8 years ago

The currently deploys hosts file has the form

<address> <alias> <canonical_hostname>

(eg 192.168.0.188 master0 master0.local)

when it should be:

<address> <canonical_hostname> [aliases...]

(eg 192.168.0.188 master0.local master0)