hadoop

来源:互联网 发布:股票行情数据接口 编辑:程序博客网 时间:2024/06/09 20:02
core-site.xml:
fs.default.name
hdfs://127.0.0.1:9000
hadoop.tmp.dir
/opt/hadoop/tmp


hdfs-site-xml:
dfs.replication
1
dfs.namenode.name.dir
/opt/hadoop/tmp/dfs/name
dfs.datanode.data.dir
/opt/hadoop/tmp/dfs/data


mapred-site.xml:
mapred.job.tracker
127.0.0.1:9001
mapreduce.framework.name

yarn