Hi, Does the ExportSnapshot utility incrementally export HFiles ? From the code, it looks like I can specify an overwrite flag to delete and recreate the output dir, but there is no control on individual HFiles. This is on HBase 1.1.2.
I was wondering how difficult would it be to extend ExportSnapshot to optionally skip copying HFiles if it already exists, given that HFiles in the context of snapshots are immutable. Thanks! -neelesh
