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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
KarthikGs
Creator
Creator

[resolved] Retrieving Row Key from HBase table in Talend

Hi,
I'm trying to read data from hbase and make some transformations on the data in expression builder using big data batch.
now i want to get the row key of the table and apply transformations on it like this,
getUUID(concat('-',cast(cus.key as string))) as customer_id.


Here "getUUID" is a routine which i'm using, and key is the row key of hbase table.

So when i basically run my job, the key of the hbase table should be picked up so that the above transformations should be applied and stored as customer_id.

So how should i get the rowkey from hbase? Either inserting the row key in to a separate column will also do.
Thanks in advance
Labels (2)
1 Solution

Accepted Solutions
KarthikGs
Creator
Creator
Author

hi shong,
I have solved it by altering the tHbaseInput code .
now my application is fetching the Row key from the hbase table.

View solution in original post

3 Replies
Anonymous
Not applicable

Hi 
tHbaseInput doesn't have option to retrieve rowKey as column result, this is a new feature request, see jira issue.
Regards
Shong
KarthikGs
Creator
Creator
Author

hi shong,
I have solved it by altering the tHbaseInput code .
now my application is fetching the Row key from the hbase table.
Anonymous
Not applicable

Great,  it will be grateful if you like to share the component on Talend Exchange