You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by am...@apache.org on 2019/03/19 15:54:33 UTC

[ambari] branch branch-2.7 updated: AMBARI-25199. Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (amagyar) (#2876) (#2878)

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

amagyar 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 8fe784d  AMBARI-25199. Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (amagyar) (#2876) (#2878)
8fe784d is described below

commit 8fe784d6ebabbcfb236e0613219395a9cd123d3b
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Tue Mar 19 16:54:25 2019 +0100

    AMBARI-25199. Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (amagyar) (#2876) (#2878)
---
 ambari-web/app/utils/configs/move_namenode_config_initializer.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-web/app/utils/configs/move_namenode_config_initializer.js b/ambari-web/app/utils/configs/move_namenode_config_initializer.js
index 491923e..c3310a0 100644
--- a/ambari-web/app/utils/configs/move_namenode_config_initializer.js
+++ b/ambari-web/app/utils/configs/move_namenode_config_initializer.js
@@ -32,6 +32,7 @@ App.MoveNameNodeConfigInitializer = App.MoveComponentConfigInitializerClass.crea
     'dfs.namenode.https-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(50470),
     'dfs.namenode.rpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8020),
     'dfs.namenode.servicerpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8021),
+    'dfs.namenode.lifeline.rpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8050)
   },
 
   uniqueInitializers: {