You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/01/16 01:26:58 UTC

git commit: AMBARI-4244. NameNode start fails after moving it to another host. (yusaku)

Updated Branches:
  refs/heads/trunk 161df3b15 -> 532d76d99


AMBARI-4244. NameNode start fails after moving it to another host. (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/532d76d9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/532d76d9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/532d76d9

Branch: refs/heads/trunk
Commit: 532d76d996ed14f70d99d7bb2374710983fc133f
Parents: 161df3b
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Jan 8 14:26:41 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Jan 15 14:42:03 2014 -0800

----------------------------------------------------------------------
 .../app/controllers/main/service/reassign/step4_controller.js      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/532d76d9/ambari-web/app/controllers/main/service/reassign/step4_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/reassign/step4_controller.js b/ambari-web/app/controllers/main/service/reassign/step4_controller.js
index f113afe..869d11f 100644
--- a/ambari-web/app/controllers/main/service/reassign/step4_controller.js
+++ b/ambari-web/app/controllers/main/service/reassign/step4_controller.js
@@ -235,7 +235,7 @@ App.ReassignMasterWizardStep4Controller = App.HighAvailabilityProgressPageContro
         }
         if (!App.get('isHaEnabled')) {
           if (App.Service.find().someProperty('serviceName', 'HBASE')) {
-            configs['hbase-site']['hbase.rootdir'] = configs['hbase-site']['hbase.rootdir'].replace(/\/\/[^\/]*/, '//' + targetHostName);
+            configs['hbase-site']['hbase.rootdir'] = configs['hbase-site']['hbase.rootdir'].replace(/\/\/[^\/]*/, '//' + targetHostName + ':8020');
           }
         }
         if (securityEnabled) {