Skip to content

Instantly share code, notes, and snippets.

@eslick
Created February 23, 2011 17:20
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 eslick/840748 to your computer and use it in GitHub Desktop.
Save eslick/840748 to your computer and use it in GitHub Desktop.
clojure-hadoop shuffle component example
(define-shuffle :clojure []
:map-writer wrap/clojure-writer
:reduce-reader wrap/clojure-reduce-reader)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment