1. 程式人生 > >hdfs-site.xml配置

hdfs-site.xml配置

hdfs-site.xml配置

1.hadoop的hdfs-site.xml的配置內容如下

<configuration>
        <property>
                <name>dfs.namenode.secondary.http-address</name>
                <value>node2:50090</value>
        </property>
        <property>
                <name>dfs.namenode.secondary.https-address</name>
                <value>node2:50091</value>
        </property>
</configuration>


本文出自 “素顏” 博客,請務必保留此出處http://suyanzhu.blog.51cto.com/8050189/1956991

hdfs-site.xml配置