Sha256: c0bf30906a69f93a89449a1a73d4ff0d5e1269bd8982d4ef03d945b611da5b30

Contents?: true

Size: 420 Bytes

Versions: 5

Compression:

Stored size: 420 Bytes

Contents

require 'spec_helper'

describe Wukong::Hadoop::EnvMethods do

  subject{ Wukong::Processor.new }
  
  it{ should respond_to(:input_file)              }
  it{ should respond_to(:input_dir)               }
  it{ should respond_to(:map_input_start_offset)  }
  it{ should respond_to(:map_input_length)        }
  it{ should respond_to(:attempt_id)              }
  it{ should respond_to(:curr_task_id)            }
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wukong-hadoop-0.2.0 spec/wukong-hadoop/hadoop_env_methods_spec.rb
wukong-hadoop-0.1.1 spec/wukong-hadoop/hadoop_env_methods_spec.rb
wukong-hadoop-0.1.0 spec/wukong-hadoop/hadoop_env_methods_spec.rb
wukong-hadoop-0.0.2 spec/wukong-hadoop/hadoop_env_methods_spec.rb
wukong-hadoop-0.0.1 spec/wukong-hadoop/hadoop_env_methods_spec.rb