[ 
https://issues.apache.org/jira/browse/YARN-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920246#comment-13920246
 ] 

Hudson commented on YARN-1766:
------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #5262 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5262/])
YARN-1766. Fixed a bug in ResourceManager to use configuration loaded from the 
configuration-provider when booting up. Contributed by Xuan Gong. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1574252)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestRMAdminService.java


> When RM does the initiation, it should use loaded Configuration instead of 
> bootstrap configuration.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: YARN-1766
>                 URL: https://issues.apache.org/jira/browse/YARN-1766
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Xuan Gong
>            Assignee: Xuan Gong
>             Fix For: 2.4.0
>
>         Attachments: YARN-1766.1.patch, YARN-1766.2.patch, YARN-1766.3.patch
>
>
> Right now, we have FileSystemBasedConfigurationProvider to let Users upload 
> the configurations into remote File System, and let different RMs share the 
> same configurations.  During the initiation, RM will load the configurations 
> from Remote File System. So when RM initiates the services, it should use the 
> loaded Configurations instead of using the bootstrap configurations.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to