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/840750 to your computer and use it in GitHub Desktop.
Save eslick/840750 to your computer and use it in GitHub Desktop.
clojure-hadoop shuffle component example
(define-sink :null []
:reduce-writer wrap/clojure-writer
:output-format NullOutputFormat
:output-key Text
:output-value Text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment