0 votes
in Big Data | Hadoop by

What does the overwrite keyword denote in Hive load statement?

1 Answer

0 votes
by

Overwrite keyword in Hive load statement deletes the contents of the target table and replaces them with the files referred by the file path i.e. the files that are referred by the file path will be added to the table when using the overwrite keyword.

...