浏览代码

AMBARI-2901. NodeManager should automatically start on hosts that have been added post-install. (xiwang via yusaku)

Yusaku Sako 11 年之前
父节点
当前提交
fbc1ad0e76
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/wizard/step9_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step9_controller.js

@@ -353,7 +353,7 @@ App.WizardStep9Controller = Em.Controller.extend({
       data = {
       data = {
         "RequestInfo": {
         "RequestInfo": {
           "context": Em.I18n.t("requestInfo.startHostComponents"),
           "context": Em.I18n.t("requestInfo.startHostComponents"),
-          "query": "HostRoles/component_name.in(GANGLIA_MONITOR,HBASE_REGIONSERVER,DATANODE,TASKTRACKER)&HostRoles/state=INSTALLED&HostRoles/host_name.in(" + hostnames.join(',') + ")"
+          "query": "HostRoles/component_name.in(GANGLIA_MONITOR,HBASE_REGIONSERVER,DATANODE,TASKTRACKER,NODEMANAGER)&HostRoles/state=INSTALLED&HostRoles/host_name.in(" + hostnames.join(',') + ")"
         },
         },
         "Body": {
         "Body": {
           "HostRoles": { "state": "STARTED" }
           "HostRoles": { "state": "STARTED" }