Sha256: 835f5524c9d043afd48ba9d518d1576f39260ca0fb81b821a7bf0f969be81258

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 Bytes

Contents

require 'configliere'
require 'pathname'
require 'rbconfig'
require 'wukong'

module Wukong
  # Wukong-Hadoop is a plugin for Wukong that lets you develop, test,
  # and run map/reduce type workflows both locally and in the context
  # of a Hadoop cluster.
  #
  # It comes with a binary program called <tt>wu-hadoop</tt> which
  # lets you execute Ruby files containing Wukong processors as well
  # as built-in Wukong widgets.
  module Hadoop
  end
end


require 'wukong-hadoop/configuration'
require 'wukong-hadoop/driver'
require 'wukong-hadoop/extensions'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wukong-hadoop-0.0.2 lib/wukong-hadoop.rb
wukong-hadoop-0.0.1 lib/wukong-hadoop.rb