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
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
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.