Browse Source

AMBARI-7185. Hostname resolution failure.(xiwang)

Xi Wang 10 years ago
parent
commit
637d521b61
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ambari-web/app/controllers/wizard/step3_controller.js

+ 2 - 1
ambari-web/app/controllers/wizard/step3_controller.js

@@ -833,7 +833,8 @@ App.WizardStep3Controller = Em.Controller.extend({
       "parameters": {
       "parameters": {
         "check_execute_list": "host_resolution_check",
         "check_execute_list": "host_resolution_check",
         "jdk_location" : jdk_location,
         "jdk_location" : jdk_location,
-        "threshold": "20"
+        "threshold": "20",
+        "hosts": hosts
       }
       }
     };
     };
     var resource_filters = {
     var resource_filters = {