Sure, There are several applications talks to HBase and populate data, Now I want to load Incrementally data from HBase and do transformations like Data Quality (filters) and save at Hive.
Incremental load means - I want to run this job weekly, and making sure should not get duplication at Hive level. Thanks. On Sat, Jan 28, 2017 at 1:00 AM, Josh Elser <els...@apache.org> wrote: > (-cc dev) > > Might you be able to be more specific in the context of your question? > > What kind of requirements do you have? > > > Chetan Khatri wrote: > >> Hello Community, >> >> I am working with HBase 1.2.4 , what would be the best approach to do >> Incremental load from HBase to Hive ? >> >> Thanks. >> >>