Class: Qubole::Commands::Hive

Inherits:
Qubole::Command show all
Defined in:
lib/qubole/commands/hive.rb

Instance Method Summary collapse

Methods inherited from Qubole::Command

#cancel, find, #jobs, #logs, page, #parse, #refresh!, #results, #submit

Constructor Details

#initialize(attrs = {}) ⇒ Hive

Returns a new instance of Hive.



6
7
8
9
# File 'lib/qubole/commands/hive.rb', line 6

def initialize(attrs = {})
  attrs[:command_type] = 'HiveCommand'
  super(attrs)
end