# -*- encoding: utf-8 -*- # stub: wukong-hadoop 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "wukong-hadoop".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Infochimps".freeze, "Philip (flip) Kromer".freeze, "Travis Dempsey".freeze] s.date = "2013-03-07" s.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".freeze s.email = "coders@infochimps.org".freeze s.executables = ["wu-hadoop".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/hdp-bin".freeze, "bin/hdp-bzip".freeze, "bin/hdp-cat".freeze, "bin/hdp-catd".freeze, "bin/hdp-cp".freeze, "bin/hdp-du".freeze, "bin/hdp-get".freeze, "bin/hdp-kill".freeze, "bin/hdp-kill-task".freeze, "bin/hdp-ls".freeze, "bin/hdp-mkdir".freeze, "bin/hdp-mkdirp".freeze, "bin/hdp-mv".freeze, "bin/hdp-parts_to_keys.rb".freeze, "bin/hdp-ps".freeze, "bin/hdp-put".freeze, "bin/hdp-rm".freeze, "bin/hdp-sort".freeze, "bin/hdp-stream".freeze, "bin/hdp-stream-flat".freeze, "bin/hdp-stream2".freeze, "bin/hdp-sync".freeze, "bin/hdp-wc".freeze, "bin/wu-hadoop".freeze, "examples/counter.rb".freeze, "examples/map_only.rb".freeze, "examples/processors.rb".freeze, "examples/sonnet_18.txt".freeze, "examples/tokenizer.rb".freeze, "examples/word_count.rb".freeze, "features/step_definitions/wu_hadoop_steps.rb".freeze, "features/support/env.rb".freeze, "features/wu_hadoop.feature".freeze, "lib/wukong-hadoop.rb".freeze, "lib/wukong-hadoop/extensions.rb".freeze, "lib/wukong-hadoop/hadoop_env_methods.rb".freeze, "lib/wukong-hadoop/runner.rb".freeze, "lib/wukong-hadoop/runner/hadoop_invocation.rb".freeze, "lib/wukong-hadoop/runner/local_invocation.rb".freeze, "lib/wukong-hadoop/runner/map_logic.rb".freeze, "lib/wukong-hadoop/runner/overwritables.rb".freeze, "lib/wukong-hadoop/runner/reduce_logic.rb".freeze, "lib/wukong-hadoop/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/wukong-hadoop/hadoop_env_methods_spec.rb".freeze, "spec/wukong-hadoop/hadoop_mode_spec.rb".freeze, "spec/wukong-hadoop/local_mode_spec.rb".freeze, "spec/wukong-hadoop/runner_spec.rb".freeze, "spec/wukong-hadoop/wu-hadoop_spec.rb".freeze, "spec/wukong-hadoop_spec.rb".freeze, "wukong-hadoop.gemspec".freeze] s.homepage = "https://github.com/infochimps-labs/wukong-hadoop".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Hadoop Streaming for Ruby. Wukong makes Hadoop so easy a chimpanzee can use it, yet handles terabyte-scale computation with ease.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/wukong-hadoop/hadoop_env_methods_spec.rb".freeze, "spec/wukong-hadoop/hadoop_mode_spec.rb".freeze, "spec/wukong-hadoop/local_mode_spec.rb".freeze, "spec/wukong-hadoop/runner_spec.rb".freeze, "spec/wukong-hadoop/wu-hadoop_spec.rb".freeze, "spec/wukong-hadoop_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 3.0.1".freeze]) end