I read the hive wiki, it says: The output of each of the select statements is written to the chosen table (or partition).
Currently the OVERWRITE keyword is mandatory and implies that the contents of the chosen table or partition are replaced with the output of corresponding select statement can hive currently support appending data to the table?
