Description
While the name node exposes its configuration via <nn_host>:<nn_port>/conf and resource manager exposes its configuration via <rm_host>:<rm_port>/conf, neither provide a complete picture of the system's configuration for applications that use the YARN REST API.
This JIRA is to request a REST API to get all services' configuration information whether it is stored in the resource manager or something external like zookeeper. Essentially this would return information similar to what <nn>/conf and <rm>/conf return, but be guaranteed to have all information so that a REST API user would not require Hadoop configuration files to know how services are setup.
Attachments
Issue Links
- is related to
-
HADOOP-5670 Hadoop configurations should be read from a distributed system
- Resolved