0 votes
in Hive by
Why does Hive not store metadata information in HDFS?

1 Answer

0 votes
by

Using RDBMS instead of HDFS, Hive stores metadata information in the metastore. Basically, to achieve low latency we use RDBMS. Because HDFS read/write operations are time-consuming processes.

Related questions

0 votes
asked Jan 11, 2020 in Big Data | Hadoop by rajeshsharma
+1 vote
asked Dec 3, 2020 in Hive by sharadyadav1986
...