0 votes
in Big Data | Hadoop by

Apache Hive tables are similar to Relational Database. The metadata describes the layout of data in the table. In Hadoop, data lives in HDFS. HIVE stores metadata in the relational database and not in HDFS.

There are two types of tables in HIVE:

  • Managed Tables (Internal)

  • External Tables.

Related questions

0 votes
asked Apr 6, 2020 in Big Data | Hadoop by GeorgeBell
0 votes
asked Apr 3, 2020 in Big Data | Hadoop by Tate
...