瀏覽代碼

AMBARI-2413. Installer Wizard step-6: NameNode and SNameNode should not be co-hosted by default on multinode cluster. (Andrii Tkach via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1494392 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父節點
當前提交
6ea2d179b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/wizard/step5_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step5_controller.js

@@ -334,7 +334,7 @@ App.WizardStep5Controller = Em.Controller.extend({
         }).host_name;
       case 'NAMENODE':
         return this.getHostForComponent(noOfHosts, {
-          "else" : 1
+          "else" : 0
         }).host_name;
       case 'SECONDARY_NAMENODE':
         return this.getHostForComponent(noOfHosts, {