This is an automated email from the ASF dual-hosted git repository.

alexantonenko pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 5e12c13  AMBARI-25214. Moving resource manager does not update 
yarn.resourcemanager.address property
     new 10cf5c7  Merge pull request #2897 from hiveww/AMBARI-25214-branch-2.6
5e12c13 is described below

commit 5e12c139dfbc8e0fe89f9a5224b1391bde958ad9
Author: Alex Antonenko <[email protected]>
AuthorDate: Thu Mar 28 16:19:24 2019 +0200

    AMBARI-25214. Moving resource manager does not update 
yarn.resourcemanager.address property
---
 ambari-web/app/utils/configs/move_rm_config_initializer.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-web/app/utils/configs/move_rm_config_initializer.js 
b/ambari-web/app/utils/configs/move_rm_config_initializer.js
index 120185e..ffa19bd 100644
--- a/ambari-web/app/utils/configs/move_rm_config_initializer.js
+++ b/ambari-web/app/utils/configs/move_rm_config_initializer.js
@@ -58,6 +58,7 @@ App.MoveRmConfigInitializer = 
App.MoveComponentConfigInitializerClass.create({
     'yarn.resourcemanager.webapp.address.{{suffix}}': 
getRmHaDependedConfig(true),
     'yarn.resourcemanager.webapp.https.address.{{suffix}}': 
getRmHaDependedConfig(true),
     'yarn.resourcemanager.resource-tracker.address.{{suffix}}': 
getRmHaDependedConfig(true),
+    'yarn.resourcemanager.address.{{suffix}}': getRmHaDependedConfig(true),
     'yarn.resourcemanager.ha': getRmHaHawqConfig(true),
     'yarn.resourcemanager.scheduler.ha': getRmHaHawqConfig(true)
   },

Reply via email to