core-site.xml的配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了core-site.xml的配置相关的知识,希望对你有一定的参考价值。
1.配置hadoop的core-site.xml文件,配置内容如下
<configuration> <property> <name>fs.defaultFS</name> <value>hdfs://node1:9000</value> </property> <property> <name>hadoop.tmp.dir</name> <value>/opt/hadoop-2.5</value> </property> </configuration>
本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1956986
以上是关于core-site.xml的配置的主要内容,如果未能解决你的问题,请参考以下文章
hadoop安装时配置core-site.xml文件时候,出现如下问题。
哪些进程需要访问 core-site.xml 和 hdfs-site.xml
cdh 系统配置文件更新 error parsing conf core-site.xml
hadoop1.0.4 core-site.xml 配置文件配置 namenode的地址及端口为 localhost:9000