hdfs-site.xml配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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配置的主要内容,如果未能解决你的问题,请参考以下文章
伪分布式安装core-site.xml和hdfs-site.xml配置文件
Hadoop 配置 - hdfs-site.xml:我应该在 namenode 和 datanode 上使用相同的文件吗?
简述hdfs-site.xml配置文件中需要配置的三个属性名称及其含义?