Closed at15 closed 7 years ago
Add the following to yarn-site.xml
works
<property>
<name>yarn.resourcemanager.hostname</name>
<value>hadoop-master</value>
</property>
Can't start datanode today, got issue
End of File Exception between local host is: "vagrant.vm/127.0.1.1"; destination host is: "0.0.0.0":9000
Found something about the host file in https://github.com/apache/bigtop/blob/master/provisioner/vagrant/Vagrantfile#L72
# Remove 127.0.0.1 entry since vagrant's hostname setting will map it to FQDN,
# which miss leads some daemons to bind on 127.0.0.1 instead of public or private IP
sed -i "/127.0.0.1/d" /etc/hosts
so all hosts file are overwritten now, this problem is gone, also host name is changed for every vm
YARN on a Single Node