Repository: ambari
Updated Branches:
  refs/heads/trunk 0817b4d22 -> e4aeab5f8


AMBARI-13946. Non NameNode-HA properties still in hdfs-site.xml causing (at 
least) Balancer and ATS to fail (akovalenko)


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

Branch: refs/heads/trunk
Commit: e4aeab5f870cedfe3c97c75e126e856176c5f46b
Parents: 0817b4d
Author: Aleksandr Kovalenko <akovale...@hortonworks.com>
Authored: Thu Feb 25 18:50:08 2016 +0200
Committer: Aleksandr Kovalenko <akovale...@hortonworks.com>
Committed: Thu Feb 25 19:41:21 2016 +0200

----------------------------------------------------------------------
 .../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/e4aeab5f/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 2df1ef4..7305861 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
@@ -46,7 +46,7 @@ App.HighAvailabilityWizardStep3Controller = 
Em.Controller.extend({
    * @type Object
    */
   configsToRemove: {
-    'hdfs-site': ['dfs.namenode.secondary.http-address', 
'dfs.namenode.rpc-address']
+    'hdfs-site': ['dfs.namenode.secondary.http-address', 
'dfs.namenode.rpc-address', 'dfs.namenode.http-address', 
'dfs.namenode.https-address']
   },
 
   clearStep: function () {

Reply via email to