hadoop中我start-dfs.sh和start-yarn.sh后,服务都上来了,但是master:50070访问不了
master:8088可以访问
matser
slave1
slave2
vim hdfs-site.xml
<configuration>
<property>
<name>dfs.replication</name>
<value>3</value>
</property>
<property>
<name>dfs.namenode.secondary.http-address</name>
<value>slave1:50090</value>
</property>
</configuration>