Created 10-06-2017 09:54 AM
Created 10-06-2017 12:49 PM
Hi @Gayathri Devi
If you want to access Hbase table from Impala your approach is correct..
To find space occupied by HBase table
hdfs dfs -count -h /apps/hbase/data/data/<namespace>/<table_name
Created 10-06-2017 06:27 PM
You should also consider the space occupied by archived files.
e.g.
/apps/hbase/data/archive/data/default/50m
where 50m is table name and /apps/hbase/data is the rootdir