Mapping the schemas
-
Click ELT Hive Map Editor to map the
schemas
-
On the input side (left in the figure), click the Add alias button to add the table to be used.
- In the pop-up window, select the customer table, then click OK.
- Repeat the operations to select the state_city table.
-
Drag and drop the idstate column from
the customer table onto the id column of the state_city table. Thus an inner join is created
automatically. -
On the output side (the right side in the figure), the agg_result table is empty at first. Click

at the bottom of this side to add as many columns as
required and rename them to replicate the schema of the agg_result table you created earlier in Hive.
Note:The type column is the partition
column of the agg_result table and
should not be replicated in this schema. For further information about
the partition column of the Hive table, see the Hive manual. -
From the customer table, drop id, name,
address, and sum1 to the corresponding columns in the agg_result table. -
From the state_city table, drop
postal, state, capital and
mostpopulouscity to the corresponding
columns in the agg_result table. -
Click OK to validate these
changes.
Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Login
0 Comments