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>

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/192951.html

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

相关推荐

发表回复

登录后才能评论