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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to implement Scan 'table' ,{ timerange => [0,now-1] } in talend

Hi,
     Do we have any filter available in thbaseinput component to select rows from Hbase table based on timerange . We are looking at functionality to extract only those records from Hbase which was added on the previous day.
The command in Hbase would be :
 Scan 'table' ,{ timerange => } in talend
Labels (2)
2 Replies
Anonymous
Not applicable
Author

If you go to the advanced settings of the thbase component you will see filter options.
Anonymous
Not applicable
Author

Yes that true , we can give various types of row/column filters  but we don't have any option to specify the timerange filter ?