Class: Qubole::Commands::Hadoop

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

Instance Method Summary collapse

Methods inherited from Qubole::Command

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

Constructor Details

#initialize(attrs = {}) ⇒ Hadoop

Returns a new instance of Hadoop.



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

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