When you point a partition of a hive table to a new directory, what happens to the data?



When you point a partition of a hive table to a new directory, what happens to the data?..

Answer / Nitin Chauhan

When you move or re-point a partition of a Hive table to a new directory, the data remains intact and is not moved. Instead, only the metadata of the partition (such as its location in the file system) is updated to reflect the new directory path.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What is the definition of Hive?

1 Answers  


What do you understand by hive?

1 Answers  


Explain how Hive Deserialize and serialize the data?

1 Answers  


What is difference between hive and hdfs?

1 Answers  


Can you define serde in hive?

1 Answers  


What is the purpose of exploding in hive?

1 Answers  


What are the types of hive ddl commands?

1 Answers  


What is the man difference between hbase and hive?

1 Answers  


Explain about ACID transactions in Hive?

1 Answers  


The partition of hive table has been modified to point to a new directory location. Do I have to move the data to the new location or the data will be moved automatically to the new location?

1 Answers  


How will you read and write HDFS files in Hive?

1 Answers  


What is the purpose of Hive Driver?

1 Answers  


Categories