Hadoop配置文件之(hdfs-site.xml)

<?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>

上一篇:03_MapReduce框架原理_3.3 切片与 MapTask并行度


下一篇:GBase 8a MPP数据库HDFS问题排查(一)