导航

Hadoop 2.x Key configuration properties for different modes

Posted on 2015-04-25 15:27  FryFish  阅读(166)  评论(0)    收藏  举报
Component Property Standalone  Pseudodistributed Fully distributed
Common fs.defaultFS file:///
(default)
hdfs://localhost/ hdfs://namenode/
HDFS dfs.replication  N/A  1 3 (default)
MapReduce mapreduce.framework.name local  (default) yarn yarn
YARN yarn.resourcemanager.hostname N/A localhost resourcemanager
yarn.nodemanager.aux-services N/A mapreduce_shuffle mapreduce_shuffle

Refer to: <Hadoop The Definitive Guide 4th Edition> P-679