+1 vote
in Hive by

Where does the data of a Hive table gets stored?

1 Answer

0 votes
by

In an HDFS directory – /user/hive/warehouse, the Hive table is stored, by default only. Moreover, by specifying the desired directory in hive.metastore.warehouse.dir configuration parameter present in the hive-site.xml, one can change it. 

Related questions

+1 vote
asked Oct 25, 2020 in Hive by rahuljain1
0 votes
asked Apr 1, 2020 in Big Data | Hadoop by AdilsonLima
...