Method: Command::AmbariClusterCreate#exec
- Defined in:
- lib/command/ambari_cluster_create.rb
#exec ⇒ Object
The execution of the command.
14 15 16 |
# File 'lib/command/ambari_cluster_create.rb', line 14 def exec() @receiver.define_cluster(@cluster_name, "HDP-1.3.0") end |