Method: Command::AmbariClusterCreate#exec

Defined in:
lib/command/ambari_cluster_create.rb

#execObject

The execution of the command.

Author:

  • tnoguer



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

def exec()
  @receiver.define_cluster(@cluster_name, "HDP-1.3.0")
end