Login
Remember
Register
Ask a Question
Where does the data of a Hive table gets stored?
+1
vote
asked
Jan 10, 2020
in
Big Data | Hadoop
by
sharadyadav1986
Where does the data of a Hive table gets stored?
#hive-table
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 10, 2020
by
SakshiSharma
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.
...