You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/10/09 15:35:12 UTC

ambari git commit: AMBARI-13373. hdfs balancer via ambari fails to run once HA is enabled

Repository: ambari
Updated Branches:
  refs/heads/trunk f1404eaf8 -> 370077ea8


AMBARI-13373. hdfs balancer via ambari fails to run once HA is enabled


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

Branch: refs/heads/trunk
Commit: 370077ea8268e2d4c06a1886391c9ed467530015
Parents: f1404ea
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Oct 9 15:49:20 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Oct 9 16:35:07 2015 +0300

----------------------------------------------------------------------
 .../main/admin/highAvailability/nameNode/step3_controller.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/370077ea/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js
index cf2d971..5418a77 100644
--- a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js
+++ b/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js
@@ -34,7 +34,7 @@ App.HighAvailabilityWizardStep3Controller = Em.Controller.extend({
    * @type Object
    */
   configsToRemove: {
-    'hdfs-site': ['dfs.namenode.secondary.http-address']
+    'hdfs-site': ['dfs.namenode.secondary.http-address', 'dfs.namenode.rpc-address']
   },
 
   clearStep: function () {