--- !ruby/object:Gem::Specification name: wukong-hadoop version: !ruby/object:Gem::Version version: 0.1.0 prerelease: platform: ruby authors: - Infochimps - Philip (flip) Kromer - Travis Dempsey autorequire: bindir: bin cert_chain: [] date: 2013-02-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: wukong requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 3.0.0 description: ! " Treat your dataset like a:\n\n * stream of lines when it's efficient to process by lines\n * stream of field arrays when it's efficient to deal directly with fields\n * stream of lightweight objects when it's efficient to deal with objects\n\n Wukong is friends with Hadoop the elephant, Pig the query language, and the cat on your command line.\n" email: coders@infochimps.org executables: - wu-hadoop extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .yardopts - Gemfile - LICENSE.md - README.md - Rakefile - bin/hdp-bin - bin/hdp-bzip - bin/hdp-cat - bin/hdp-catd - bin/hdp-cp - bin/hdp-du - bin/hdp-get - bin/hdp-kill - bin/hdp-kill-task - bin/hdp-ls - bin/hdp-mkdir - bin/hdp-mkdirp - bin/hdp-mv - bin/hdp-parts_to_keys.rb - bin/hdp-ps - bin/hdp-put - bin/hdp-rm - bin/hdp-sort - bin/hdp-stream - bin/hdp-stream-flat - bin/hdp-stream2 - bin/hdp-sync - bin/hdp-wc - bin/wu-hadoop - examples/counter.rb - examples/map_only.rb - examples/processors.rb - examples/sonnet_18.txt - examples/tokenizer.rb - examples/word_count.rb - features/step_definitions/wu_hadoop_steps.rb - features/support/env.rb - features/wu_hadoop.feature - lib/wukong-hadoop.rb - lib/wukong-hadoop/extensions.rb - lib/wukong-hadoop/hadoop_env_methods.rb - lib/wukong-hadoop/runner.rb - lib/wukong-hadoop/runner/hadoop_invocation.rb - lib/wukong-hadoop/runner/local_invocation.rb - lib/wukong-hadoop/runner/map_logic.rb - lib/wukong-hadoop/runner/overwritables.rb - lib/wukong-hadoop/runner/reduce_logic.rb - lib/wukong-hadoop/version.rb - spec/spec_helper.rb - spec/wukong-hadoop/hadoop_env_methods_spec.rb - spec/wukong-hadoop/hadoop_mode_spec.rb - spec/wukong-hadoop/local_mode_spec.rb - spec/wukong-hadoop/runner_spec.rb - spec/wukong-hadoop/wu-hadoop_spec.rb - spec/wukong-hadoop_spec.rb - wukong-hadoop.gemspec homepage: https://github.com/infochimps-labs/wukong-hadoop licenses: - Apache 2.0 post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Hadoop Streaming for Ruby. Wukong makes Hadoop so easy a chimpanzee can use it, yet handles terabyte-scale computation with ease. test_files: - spec/spec_helper.rb - spec/wukong-hadoop/hadoop_env_methods_spec.rb - spec/wukong-hadoop/hadoop_mode_spec.rb - spec/wukong-hadoop/local_mode_spec.rb - spec/wukong-hadoop/runner_spec.rb - spec/wukong-hadoop/wu-hadoop_spec.rb - spec/wukong-hadoop_spec.rb has_rdoc: