如何使用rest api

时间:2016-04-05 07:30:29

标签: hadoop configuration

我在'$(hadoop_home)\ etc \ hadoop'上有core-site.xmlmapred-site.xmlhdfs-site.xmlyarn-site.xml文件。

我需要使用weblink或webHdfs rest命令获取这些xml文件。

在以下链接中,我可以使用jmx(或)rest命令获取core-site.xmlmapred-site.xml

http://< host-name>:8088 / conf

如何获得core-site.xmlyarn-site.xml属性?

1 个答案:

答案 0 :(得分:3)

最后,我得到了一个使用rest或jmx命令获取hadoop配置信息的解决方案。

Namenode配置:

http://< host-name>:50070 / conf - > (core-site.xml,mapred-site.xml,yarn-site.xml,hdfs-site.xml)

节点管理器配置:

http://< host-name>:8042 / conf - > (core-site.xml,mapred-site.xml,yarn-site.xml)

资源管理器配置:

http://< host-name>:8088 / conf - > (core-site.xml,mapred-site.xml)

注意:确保datanode和nodeManager信息必须检查从属节点。并且namnode和resourceManager信息必须检查主节点