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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Using input column in Custom Row Key of tHBaseOutput stage

Hi,
Is there any way to use our input column in Custom Row Key of tHBaseOutput stage. My data is like
Id;Name;Department
1;John Smith;Sales
2;Jane Roberts;Sales
3;Paul Jones;Marketing;22-Jun-2010;30000
4;Mark Jacobs;Sales;05-Apr-2010;22000
and i need to have ID column as my row key in Hbase table. we are using Talend Enterprise Big Data Trail version for our POC.
Appreciate the quick response. Thank U
Labels (2)
4 Replies
Anonymous
Not applicable

Hi,
Have you checked http://hbase.apache.org/book/datamodel.html
Still you are looking for a key as ID? What advantage you will have querying the data because there is no grouping for your ID column...
Vaibhav
_AnonymousUser
Specialist III
Specialist III
Author

Hi Vaibhav,
I just posted ID as example, so didn't generate any groups. But my requirement is i have to use id as row key. Is it possible to use input column in Custom Row Key field.
Anonymous
Not applicable

Hi Talend Team,
My question is also same how can we integrate our RDBMS primary key as a rowkey in hbase or concat some columns as a rowkey.
_AnonymousUser
Specialist III
Specialist III
Author

can you guys post ideas on how to achieve this, as I have the same requirement to use rowid as on of Hbase column in the tHbaseOutput.