Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Where does hbase tables stores it data in hdfs?

avatar
Contributor

I have created a table in hbase, but what is the exact location in hdfs where hbase tables data are stored.

How to move hbase table from one cluster to another cluster?

2 REPLIES 2

avatar

You can check hbase root directory from hbase-site.xml but usually the directory format is somthing like -> /apps/hbase/data/data/schema/table/region/column-family-store/store-files

avatar

for exporting table to another cluster, snapshot is the best method.

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_hbase_snapshots_guide/content/ch_hbase_s...