Hadoop初体验:快速搭建Hadoop伪分布式环境(2)

configuration.xsl           hdfs-site.xml            kms-site.xml                ssl-server.xml.example

container-executor.cfg      httpfs-env.sh            log4j.properties            yarn-env.cmd

core-site.xml               httpfs-log4j.properties  mapred-env.cmd              yarn-env.sh

hadoop-env.cmd              httpfs-signature.secret  mapred-env.sh               yarn-site.xml

hadoop-env.sh               httpfs-site.xml          mapred-queues.xml.template

hadoop-metrics2.properties  kms-acls.xml             mapred-site.xml.template

hadoop-metrics.properties   kms-env.sh               slaves

配置core-site.xml

<configuration>

    <property>

        <name>fs.default.name</name>

        <value>hdfs://localhost:9000</value>

    </property>

</configuration>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/eb30a5ea311e648197c5e707a25d2bc5.html