TIAA interview question

Hive INSERT OVERWRITE vs INSERT INTO

Interview Answer

Anonymous

15 Jun 2018

INSERT OVERWRITE will overwrite any existing data in the table or partition and INSERT INTO will append to the table or partition keeping the existing data.