Question d’entretien chez TIAA

Hive INSERT OVERWRITE vs INSERT INTO

Réponse à la question d'entretien

Utilisateur anonyme

15 juin 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.