HDFS模块
NameNode:是由哪个文件中的哪个配置属性指定的呢?
core-site.xml文件中;
fs.defaultFS
hdfs://hadoop-senior.ibeifeng.com:8020
DataNodes:是由哪个文件中的哪个配置属性指定的呢?
slaves文件中;
hadoop-senior.ibeifeng.com配置项
SecondaryNameNode:是由哪个文件中的哪个配置属性指定的呢?
hdfs-site.xml文件中;
dfs.namenode.secondary.http-address
hadoop-senior.ibeifeng.com:50090
YARN模块:
ResourceManager:是由哪个文件中的哪个配置属性指定的呢?
yarn-site.xml文件中;
yarn.resourcemanager.hostname
hadoop-senior.ibeifeng.com
NodeManagers:是由哪个文件中的哪个配置属性指定的呢?
slaves文件中;
hadoop-senior.ibeifeng.com
MapReduce HistoryServer:是由哪个文件中的哪个配置属性指定的呢?