Configuring the output schema - 7.3

ELT Hive

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > ELT components > ELT Hive components
Data Quality and Preparation > Third-party systems > ELT components > ELT Hive components
Design and Development > Third-party systems > ELT components > ELT Hive components
Last publication date
2024-02-21

Procedure

  1. Double-click tELTHiveOutput to open its Component view.
  2. If this component does not have the same schema of the preceding component, a warning icon appears. In this case, click the Sync columns button to retrieve the schema from the preceding one and once done, the warning icon disappears.
  3. In the Default table name field, enter the output table you want to write data in. In this example, it is agg_result.
  4. In the Field partition table, click to add one row. This allows you to write data in the partition column of the agg_result table.
    This partition column was defined the moment we created the agg_result table using partitioned by (type string) in the Create statement presented earlier. This partition column is type, which describes the type of a customer.
  5. In Partition column, enter type in double quotation marks and in Partition value, enter prospective in double quotation marks.