Pārlūkot izejas kodu

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

Yusaku Sako 11 gadi atpakaļ
vecāks
revīzija
fbc1ad0e76

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

@@ -353,7 +353,7 @@ App.WizardStep9Controller = Em.Controller.extend({
       data = {
         "RequestInfo": {
           "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": {
           "HostRoles": { "state": "STARTED" }