AMBARI-19089. Manage Journalnode Wizard is stuck at Add/Remove JournalNodes in Kerberized Cluster (akovalenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/49d08958 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/49d08958 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/49d08958 Branch: refs/heads/branch-feature-AMBARI-18456 Commit: 49d089586381f44882c57e0a5b8e029e775fe1de Parents: 165c4d6 Author: Aleksandr Kovalenko <[email protected]> Authored: Wed Dec 7 12:54:02 2016 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Dec 7 13:01:58 2016 +0200 ---------------------------------------------------------------------- .../admin/highAvailability/journalNode/step4_controller.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/49d08958/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js index 329b8fe..1938527 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js +++ b/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js @@ -60,11 +60,7 @@ App.ManageJournalNodeWizardStep4Controller = App.ManageJournalNodeProgressPageCo reconfigureHDFS: function () { var data = this.get('content.serviceConfigProperties'); - if (App.get('isKerberosEnabled')) { - // TODO this.reconfigureSecureHDFS(); - } else { - this.updateConfigProperties(data); - } + this.updateConfigProperties(data); }, /**
