hadoop在windows上的配置文件

2021-06-30 04:07

阅读:353

标签:des   ram   mis   false   file   shu   hadoop   node   for   

core-site.xml

configuration>
    property>
        name>hadoop.tmp.dirname> 
        value>file:/D:/data/hdfs/tmpvalue>
        final>truefinal>
        description>A base for other temporary directories.description>
    property>
    property>
        name>fs.defaultFSname>
        value>hdfs://tim:8020value>
        final>truefinal>
    property>
configuration>

hdfs-site.xml

configuration>
  property>
    name>dfs.replicationname>
    value>1value>
  property>
  property>
    name>dfs.name.dirname>
    value>file:/D:/data/hdfs/namevalue>
  property>
  property>
    name>dfs.data.dirname>
    value>file:/D:/data/hdfs/datavalue>
  property>
  property>
    name>dfs.permissionsname>
    value>falsevalue>
  property>
configuration>

mapred-site.xml

configuration>
    property>
        name>mapreduce.framework.namename>
        value>yarnvalue>
    property>
configuration>

yarn-site.xml

configuration>
    property>
        name>yarn.nodemanager.aux-servicesname>
        value>mapreduce_shufflevalue>
    property>
    property>
        name>yarn.resourcemanager.hostnamename>
        value>timvalue>
    property>
configuration>

 

hadoop在windows上的配置文件

标签:des   ram   mis   false   file   shu   hadoop   node   for   

原文地址:https://www.cnblogs.com/timlong/p/9991662.html


评论


亲,登录后才可以留言!