Method: Command::AmbariStartHostComponent#exec

Defined in:
lib/command/ambari_start_host_component.rb

#execObject

The execution of the command.

Author:

  • tnoguer



14
15
16
# File 'lib/command/ambari_start_host_component.rb', line 14

def exec()
  @receiver.start_host_component(@cluster_name, @host_name, @component_name)
end