Configuring the input components - 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. Select the first tELTOracleInput component to display the Basic settings tab.
  2. Enter "PreferredSubject" in the Default Table Name field.
  3. Click [...] next to Edit schema to define the schema of the input table PreferredSubject in the schema editor.
  4. Click [+] to add four columns:
    • SeqID with the DB Type set to INTEGER
    • StuName, Subject, and Detail with the DB Type set to VARCHAR
    Click OK to validate these changes and close the schema editor.
  5. Connect the first tELTOracleInput component to the second tELTOracleMap component using the Link > PreferredSubject(Table).
  6. Select the second tELTOracleInput component to display the Basic settings tab.
  7. Enter "CourseScore" in the Default Table Name field.
  8. Click [...] next to Edit schema to define the schema of the input table CourseScore in the schema editor.
  9. Click the [+] button to add six columns:
    • SeqID and Score with the DB Type set to INTEGER
    • StuName, Subject, Course, and Detail with the DB Type set to VARCHAR
    Click OK to validate these changes and close the schema editor.
  10. Connect the second tELTOracleInput component to the first tELTOracleMap component using the Link > CourseScore(Table).