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