I have a 1TB hbase table which I need to export. Unfortunately I only have 600GB free in HDFS, so I was hoping to export it to a mounted file share.
I've learned that the hbase export can only export to HDFS. Due to the above constraints I lack the space to do so.
Is there any way I can export the data of this table without increasing the available HDFS space?