Hive Tables
There are two type of Tables available in Hive Data warehouse.
1. Internal Table
- All the meta definition are maintained by Hive
- Actual Data resides on Hive Data warehouse.
Steps to load: We can directly load data to table
2. External Table
- All the meta definition are maintained by Hive
- Actual Data resides on HDFS.