Author: yusaku
Date: Tue Jun 18 23:52:35 2013
New Revision: 1494392

URL: http://svn.apache.org/r1494392
Log:
AMBARI-2413. Installer Wizard step-6: NameNode and SNameNode should not be 
co-hosted by default on multinode cluster. (Andrii Tkach via yusaku)

Modified:
    incubator/ambari/trunk/ambari-web/app/controllers/wizard/step5_controller.js

Modified: 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step5_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/wizard/step5_controller.js?rev=1494392&r1=1494391&r2=1494392&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step5_controller.js 
(original)
+++ 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step5_controller.js 
Tue Jun 18 23:52:35 2013
@@ -334,7 +334,7 @@ App.WizardStep5Controller = Em.Controlle
         }).host_name;
       case 'NAMENODE':
         return this.getHostForComponent(noOfHosts, {
-          "else" : 1
+          "else" : 0
         }).host_name;
       case 'SECONDARY_NAMENODE':
         return this.getHostForComponent(noOfHosts, {


Reply via email to