Scenario: Loading an HBase table
This scenario applies only to a Talend solution with Big Data.
This scenario uses tPigLoad and tPigStoreResult to read data from HBase and to write them to
HDFS.
The HBase table to be used has three columns: id,
name and age,
among which id and age belong to the column family, family1 and name to the column
family, family2.
The data stored in that HBase table are as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
1;Albert;23 2;Alexandre;24 3;Alfred-Hubert;22 4;Andre;40 5;Didier;28 6;Anthony;35 7;Artus;32 8;Catherine;34 9;Charles;21 10;Christophe;36 11;Christian;67 12;Danniel;54 13;Elisabeth;58 14;Emile;32 15;Gregory;30 |
To replicate this scenario, perform the following operations:
Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Login
0 Comments