See http://hbase.apache.org/book.html#mapreduce.example
I forgot to mention Sqoop:
https://cwiki.apache.org/confluence/display/SQOOP/Status+Report+%28January+2013%29
On Tue, Oct 29, 2013 at 3:04 PM, training.my.hobby <
training.my.hobby@gmail.com> wrote:
> Hi Ted,
> Thanks for your reply.
> My understanding is using Java API / REST API within a Map Reduce ingested
> job.
> I mean something like below. Is my understanding right?
> UserOrdersMapper extends Mapper {
> import hbase.java.api
> public void map( .... ) {
> hbase.java.api.put(key, value);
> }
>
>
>
> --
> View this message in context:
> http://apache-hbase.679495.n3.nabble.com/HBase-strategies-to-ingest-data-into-it-tp4052297p4052299.html
> Sent from the HBase User mailing list archive at Nabble.com.
>
|