标签: hadoop cluster-computing configuration-files restart daemons
假设我的hadoop集群正在运行,我对hdfs-site.xml进行了更改。 我的问题是在这种情况下需要重启哪些服务/守护进程? 同样,如果我对yarn-site.xml,core-site.xml,mapred-site.xml,allocations.xml
yarn-site.xml
core-site.xml
mapred-site.xml
allocations.xml
或者我应该在上面提到的每种情况下重新启动所有守护进程吗?
答案 0 :(得分:1)
我得到了回答我的问题。 答案取决于我们正在改变哪些服务配置属性。 假设我们改变namenode属性,我们需要重启HDFS服务。