Created 04-12-2018 03:24 PM
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?
Created 04-12-2018 05:31 PM
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
Created 04-12-2018 05:44 PM
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...