Created
February 23, 2011 17:18
-
-
Save eslick/840745 to your computer and use it in GitHub Desktop.
clojure-hadoop source component example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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