Repository: ambari Updated Branches: refs/heads/branch-2.5 9c902d681 -> a0f0473e8
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/a0f0473e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a0f0473e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a0f0473e Branch: refs/heads/branch-2.5 Commit: a0f0473e87d63a05a03bfb092c3187e6f3ff6891 Parents: 9c902d6 Author: Aleksandr Kovalenko <[email protected]> Authored: Wed Dec 7 12:54:02 2016 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Dec 7 12:54:02 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/a0f0473e/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); }, /**
