I need to load data from table of one Hive Database A into table of another Hive Database B.
This will be a cron job doing it periodically. Please consider the below cases and let me know how can this be done: Case 1: A & B are in same server. Case 2: A & B are in different servers.