What does the overwrite keyword denote in Hive load statement?
Answer Posted / rajasekhar
suppose in the current table in hive we are having 3 columns and data is there. If we r adding
one more column then data will be show as null for the new column to overcome this we are using overwrite keyword.
using overwrite keyword data will be loaded with the new table schema.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the views in Hive?
Whenever we run hive query, new metastore_db is created. Why?
RLIKE in Hive?
What is Hive Present Version ?
What is the use of explode in Hive?
When you are dealing with static data instead of dynamic data?
What is a hive in big data?
What is the man difference between hbase and hive?
Can a table be renamed in Hive?
What is a partition in Hive?
Explain the Differences between Hive and Spark SQL?
What is the definition of Hive?
Can you execute Hadoop dfs Commands from Hive CLI? How?
what is (HS2) HiveServer2?
Is Hive supports Temporary Tables?