+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. 

...