We got a bunch of datasets in our CDH cluster and want to do some data analysis on those which requires some meta data only available in MySQL. We could do a one time Sqoop and then want to setup a job to capture the changes and write to HBase. I'm looking for options to handle the MySQL changes, thanks!
On Fri, Aug 14, 2015 at 5:00 PM, Jean-Marc Spaggiari < [email protected]> wrote: > Hi, > > Before even going into that direction, why do you want to do that? It's > most probably not a good idea. > > Is is for backup? For replication? etc. > > JM > > 2015-08-14 19:56 GMT-04:00 Buntu Dev <[email protected]>: > > > I'm looking for ways to setup an incremental update task to replicate the > > MySQL table to HBase. Sqoop seems like an option to import but doesn't > seem > > to handle row updates and deletes. > > > > Hoping there might be other better ways to handle the > > inserts/updates/deletes. > > > > Thanks! > > >
