This is an automated email from the ASF dual-hosted git repository. wuzhiguo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push: new 6d871987f0 AMBARI-25214: Moving resource manager does not update yarn.resourcemanager.address property (#3433) 6d871987f0 is described below commit 6d871987f09e3dd23eedb3b57bd09d44a69a5fe6 Author: Zhiguo Wu <wuzhi...@apache.org> AuthorDate: Wed Oct 26 00:05:01 2022 +0800 AMBARI-25214: Moving resource manager does not update yarn.resourcemanager.address property (#3433) --- 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 120185e791..ffa19bd04f 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) }, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org