Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eslick
Created February 23, 2011 17:18
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/840745 to your computer and use it in GitHub Desktop.
Save eslick/840745 to your computer and use it in GitHub Desktop.
clojure-hadoop source component example
(define-source :hbase [table constraints]
:input-format TableInputFormat
:map-reader hbase-table-reader-latest
:configure (fn [job]
(configure-hbase job table constraints)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment