我有 core-site.xml
, mapred-site.xml
, hdfs-site.xml
以及 yarn-site.xml
文件位于“$(hadoop\u home)\etc\hadoop”。
我需要使用weblink或webhdfs rest命令获取这些xml文件。
在下面的链接中我可以得到 core-site.xml
, mapred-site.xml
使用jmx(或)rest命令。
http://:8088/conf
如何获得 core-site.xml
以及 yarn-site.xml
财产也是?
1条答案
按热度按时间6gpjuf901#
最后,我得到了一个使用rest或jmx命令获取hadoop配置信息的解决方案。
名称节点配置:
http://:50070/conf->(core-site.xml、mapred-site.xml、yarn-site.xml、hdfs-site.xml)
节点管理器配置:
http://:8042/conf->(core-site.xml、mapred-site.xml、yarn-site.xml)
资源管理器配置:
http://:8088/conf->(core-site.xml,mapred site.xml)
注意:确保datanode和nodemanager信息必须与从属节点进行检查。namnode和resourcemanager信息必须与master节点核对