You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2016/12/07 15:00:45 UTC

[47/50] [abbrv] ambari git commit: AMBARI-19089. Manage Journalnode Wizard is stuck at Add/Remove JournalNodes in Kerberized Cluster (akovalenko)

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-dev-patch-upgrade
Commit: 49d089586381f44882c57e0a5b8e029e775fe1de
Parents: 165c4d6
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Wed Dec 7 12:54:02 2016 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
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);
   },
 
   /**