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>

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/191473.html

(0)
上一篇 2021年11月14日
下一篇 2021年11月14日

相关推荐

发表回复

登录后才能评论