Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gt0731
Contributor III
Contributor III

Incremental Import from HBASE to pipe delimiter text file

Hi I already have historical data loaded on talend big data platform. From hbase/XML to pipe delimited text.  Want to conduct Incremental import from  HBASE/XML TO pipe delimited text file.

 

Q1: How do I design incremental import based on HBase date column in it. ? If yes, please brief on it.

 

Q2 What are the alternatives to conducting Incremental load in HBASE. 

 

Any help appreciated on it?

 

 

 

Please advise on it 

Labels (2)
2 Replies
Anonymous
Not applicable

Hi,

You can use a tHBaseInput component to read the data from the Hbase table.TalendHelpCenter:tHBaseInput

Is there a timestamp field in your table?

Best regards

Sabrina

gt0731
Contributor III
Contributor III
Author

Yes, we have timestamp column for it.
can you please let us know how to use a timestamp in HBase INPUT
Component. please guide?

Do we need to conduct any setting for doing incremental read before to
going for talend job configuration?