Hive Scenario Based Interview Questions with Answers
2019-04-29
1. Let’s say a Hive table is created as an external table. If we drop the table, will the data be accessible? Answer: The data will be accessible even if the table gets dropped. We can get the data from the table’s HDFS location. 2. A Hive table is createdRead More →