<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<!-- namenode web端访问地址-->
<property>
<name>dfs.namenode.http-address</name>
<value>地址:9870</value>
</property>
<!-- secondaryNamenode web端访问地址-->
<property>
<name>dfs.namenode.secondary.http-address</name>
<value>地址:9868</value>
</property>
</configuration>