Author: yusaku
Date: Thu Apr 18 04:52:13 2013
New Revision: 1469161

URL: http://svn.apache.org/r1469161
Log:
AMBARI-1966. Client install tasks are shown twice in progress popup during 
start phase of install wizard (update API call to include 
params/reconfigure_client). (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/utils/ajax.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1469161&r1=1469160&r2=1469161&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Apr 18 04:52:13 2013
@@ -752,6 +752,10 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1966. Client install tasks are shown twice in progress popup during
+ start phase of install wizard (update API call to include
+ params/reconfigure_client). (yusaku)
+
  AMBARI-1965. core-site properties are incorrectly populated in Advanced/
  General category of MapReduce service. (yusaku)
 

Modified: incubator/ambari/trunk/ambari-web/app/utils/ajax.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/utils/ajax.js?rev=1469161&r1=1469160&r2=1469161&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/utils/ajax.js (original)
+++ incubator/ambari/trunk/ambari-web/app/utils/ajax.js Thu Apr 18 04:52:13 2013
@@ -587,7 +587,7 @@ var urls = {
     }
   },
   'wizard.step9.installer.launch_start_services': {
-    'real': 
'/clusters/{cluster}/services?ServiceInfo/state=INSTALLED&params/run_smoke_test=true',
+    'real': 
'/clusters/{cluster}/services?ServiceInfo/state=INSTALLED&params/run_smoke_test=true&params/reconfigure_client=false',
     'mock': '/data/wizard/deploy/5_hosts/poll_6.json',
     'format': function (data, opt) {
       var data = {


Reply via email to