Forráskód Böngészése

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)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1469161 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 éve
szülő
commit
b047a17932
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/utils/ajax.js

+ 4 - 0
CHANGES.txt

@@ -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)
 

+ 1 - 1
ambari-web/app/utils/ajax.js

@@ -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 = {