Skip to content

Instantly share code, notes, and snippets.

@soren
Last active December 29, 2015 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soren/7600144 to your computer and use it in GitHub Desktop.
Save soren/7600144 to your computer and use it in GitHub Desktop.
A Hadoop Word Count example implemented in Perl using Hadoop::Streaming. Tested with Java 1.6 and Hadoop 1.0.4.
#!/usr/bin/perl -I./lib.jar
use My::Hadoop::WordCount;
My::Hadoop::WordCount::Reducer->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment