AMBARI-7185. Hostname resolution failure.(xiwang)

Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/637d521b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/637d521b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/637d521b

Branch: refs/heads/branch-alerts-dev
Commit: 637d521b61be3e788e32a8163bdda42387a4e541
Parents: 41a9caa
Author: Xi Wang <xiw...@apache.org>
Authored: Fri Sep 5 18:00:44 2014 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Fri Sep 5 18:00:50 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step3_controller.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/637d521b/ambari-web/app/controllers/wizard/step3_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step3_controller.js 
b/ambari-web/app/controllers/wizard/step3_controller.js
index da6a9d8..d92981d 100644
--- a/ambari-web/app/controllers/wizard/step3_controller.js
+++ b/ambari-web/app/controllers/wizard/step3_controller.js
@@ -833,7 +833,8 @@ App.WizardStep3Controller = Em.Controller.extend({
       "parameters": {
         "check_execute_list": "host_resolution_check",
         "jdk_location" : jdk_location,
-        "threshold": "20"
+        "threshold": "20",
+        "hosts": hosts
       }
     };
     var resource_filters = {

Reply via email to