Hi everyone,
I want to Make a ETL from RDBMS to Apache Hive and I am using the below approach:
Source Data --> Hive Staging Table --> Hive Table
First I Load data into Hive staging table incrementally with date column (max date value stored in metadata table in hive), and using a Merge statement with my table and staging table.
Any other recommended approach?