in Big Data | Hadoop by (31.7k points)
Where does the data of a Hive table gets stored?

1 Answer

0 votes
by (32.2k points)
By default, the Hive table is stored in an HDFS directory – /user/hive/warehouse. One can change it by specifying the desired directory in hive.metastore.warehouse.dir configuration parameter present in the hive-site.xml.

Related questions

+1 vote
asked Jun 7, 2020 in Hive by SakshiSharma (32.2k points)
+1 vote
asked Apr 3, 2020 in Big Data | Hadoop by Tate (883 points)
0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986 (31.7k points)
...